Searched refs:parent_hub (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/misc/
H A Donboard_usb_dev_pdevs.c34 * @parent_hub : parent hub to scan for connected onboard devices
67 void onboard_dev_create_pdevs(struct usb_device *parent_hub, struct list_head *pdev_list) argument
70 struct usb_hcd *hcd = bus_to_hcd(parent_hub->bus);
75 if (!parent_hub->dev.of_node)
78 if (!parent_hub->parent && !usb_hcd_is_primary_hcd(hcd))
81 for (i = 1; i <= parent_hub->maxchild; i++) {
82 np = usb_of_get_device_node(parent_hub, i);
105 pdev = of_platform_device_create(np, NULL, &parent_hub->dev);
107 dev_err(&parent_hub->dev,
/linux-master/drivers/usb/core/
H A Dport.c667 struct usb_hub *parent_hub = usb_hub_to_struct_hub(parent); local
669 if (!parent_hub)
672 upstream = parent_hub->ports[hdev->portnum - 1];
H A Dhub.c6093 struct usb_hub *parent_hub; local
6110 parent_hub = usb_hub_to_struct_hub(parent_hdev);
6123 if (hub_port_stop_enumerate(parent_hub, port1, i)) {
6131 ret = hub_port_init(parent_hub, udev, port1, i, &descriptor);
6224 hub_port_logical_disconnect(parent_hub, port1);

Completed in 149 milliseconds