Home
last modified time | relevance | path

Searched refs:to_role_switch (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/usb/roles/
Dclass.c33 #define to_role_switch(d) container_of(d, struct usb_role_switch, dev) macro
100 return dev ? to_role_switch(dev) : ERR_PTR(-EPROBE_DEFER); in usb_role_switch_match()
113 return dev ? to_role_switch(dev) : ERR_PTR(-EPROBE_DEFER); in usb_role_switch_is_parent()
193 return dev ? to_role_switch(dev) : NULL; in usb_role_switch_find_by_fwnode()
201 struct usb_role_switch *sw = to_role_switch(dev); in usb_role_switch_is_visible()
218 struct usb_role_switch *sw = to_role_switch(dev); in role_show()
227 struct usb_role_switch *sw = to_role_switch(dev); in role_store()
277 struct usb_role_switch *sw = to_role_switch(dev); in usb_role_switch_release()