Searched refs:usb_hub_find_child (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
H A D | usb.h | 758 extern struct usb_device *usb_hub_find_child(struct usb_device *hdev, 768 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \ 770 child = usb_hub_find_child(hdev, ++port1)) \
|
/linux/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 132 udev = usb_hub_find_child(fsm->otg->host->root_hub, 1); in otg_hnp_polling_work()
|
/linux/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 525 udev = usb_hub_find_child(fsm->otg->host->root_hub, 1); in ci_otg_loc_sof()
|
/linux/drivers/usb/dwc3/ |
H A D | dwc3-qcom.c | 327 udev = usb_hub_find_child(hcd->self.root_hub, port_index + 1); in dwc3_qcom_read_usb2_speed()
|
H A D | dwc3-qcom-legacy.c | 332 udev = usb_hub_find_child(hcd->self.root_hub, port_index + 1); in dwc3_qcom_read_usb2_speed()
|
/linux/drivers/usb/core/ |
H A D | hcd.c | 2193 udev = usb_hub_find_child(hcd->self.root_hub, port); in ehset_single_step_set_feature()
|
H A D | hub.c | 6479 * usb_hub_find_child - Get the pointer of child device 6491 struct usb_device *usb_hub_find_child(struct usb_device *hdev, in usb_hub_find_child() function 6500 EXPORT_SYMBOL_GPL(usb_hub_find_child);
|