Searched refs:update_hub_device (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 148 if (!ops->update_hub_device) in usb_update_hub_device() 151 return ops->update_hub_device(bus, udev); in usb_update_hub_device()
|
| H A D | xhci.c | 1539 .update_hub_device = xhci_update_hub_device,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 780 int (*update_hub_device)(struct udevice *bus, struct usb_device *udev); member
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 400 int (*update_hub_device)(struct usb_hcd *, struct usb_device *hdev, member
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 1098 if (hcd->driver->update_hub_device) { in hub_activate() 1099 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_activate() 1678 if (hcd->driver->update_hub_device) { in hub_configure() 1679 ret = hcd->driver->update_hub_device(hcd, hdev, in hub_configure()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 5406 .update_hub_device = xhci_update_hub_device,
|