Home
last modified time | relevance | path

Searched refs:usb_hub_find_child (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dusb.h724 extern struct usb_device *usb_hub_find_child(struct usb_device *hdev,
734 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \
736 child = usb_hub_find_child(hdev, ++port1)) \
/kernel/linux/linux-6.6/include/linux/
H A Dusb.h752 extern struct usb_device *usb_hub_find_child(struct usb_device *hdev,
762 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \
764 child = usb_hub_find_child(hdev, ++port1)) \
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dotg_fsm.c519 udev = usb_hub_find_child(fsm->otg->host->root_hub, 1); in ci_otg_loc_sof()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dotg_fsm.c526 udev = usb_hub_find_child(fsm->otg->host->root_hub, 1); in ci_otg_loc_sof()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddwc3-qcom.c342 udev = usb_hub_find_child(hcd->self.root_hub, 1); in dwc3_qcom_read_usb2_speed()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-hub.c811 udev = usb_hub_find_child(hcd->self.root_hub, port); in ehset_single_step_set_feature()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhcd.c2179 udev = usb_hub_find_child(hcd->self.root_hub, port); in ehset_single_step_set_feature()
H A Dhub.c6332 * usb_hub_find_child - Get the pointer of child device
6344 struct usb_device *usb_hub_find_child(struct usb_device *hdev, in usb_hub_find_child() function
6353 EXPORT_SYMBOL_GPL(usb_hub_find_child); variable
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c6292 * usb_hub_find_child - Get the pointer of child device
6304 struct usb_device *usb_hub_find_child(struct usb_device *hdev, in usb_hub_find_child() function
6313 EXPORT_SYMBOL_GPL(usb_hub_find_child); variable

Completed in 29 milliseconds