Searched refs:usb_hub_find_child (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 724 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 D | usb.h | 752 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 D | usb-otg-fsm.c | 132 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 D | usb-otg-fsm.c | 132 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 D | otg_fsm.c | 519 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 D | otg_fsm.c | 526 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 D | dwc3-qcom.c | 342 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 D | ehci-hub.c | 811 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 D | hcd.c | 2179 udev = usb_hub_find_child(hcd->self.root_hub, port); in ehset_single_step_set_feature()
|
H A D | hub.c | 6332 * 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 D | hub.c | 6292 * 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