Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dusb.h756 extern struct usb_device *usb_hub_find_child(struct usb_device *hdev,
766 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \
768 child = usb_hub_find_child(hdev, ++port1)) \
/linux-6.15/drivers/usb/common/
H A Dusb-otg-fsm.c132 udev = usb_hub_find_child(fsm->otg->host->root_hub, 1); in otg_hnp_polling_work()
/linux-6.15/drivers/usb/chipidea/
H A Dotg_fsm.c525 udev = usb_hub_find_child(fsm->otg->host->root_hub, 1); in ci_otg_loc_sof()
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-qcom.c332 udev = usb_hub_find_child(hcd->self.root_hub, port_index + 1); in dwc3_qcom_read_usb2_speed()
/linux-6.15/drivers/usb/core/
H A Dhcd.c2180 udev = usb_hub_find_child(hcd->self.root_hub, port); in ehset_single_step_set_feature()
H A Dhub.c6440 struct usb_device *usb_hub_find_child(struct usb_device *hdev, in usb_hub_find_child() function
6449 EXPORT_SYMBOL_GPL(usb_hub_find_child);