Searched refs:xhci_update_hub_device (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 1401 static int xhci_update_hub_device(struct udevice *dev, struct usb_device *udev) in xhci_update_hub_device() function 1533 .update_hub_device = xhci_update_hub_device,
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-pci.c | 639 return xhci_update_hub_device(hcd, hdev, tt, mem_flags); in xhci_pci_update_hub_device()
|
H A D | xhci.c | 5025 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, in xhci_update_hub_device() function 5125 EXPORT_SYMBOL_GPL(xhci_update_hub_device); 5365 .update_hub_device = xhci_update_hub_device,
|
H A D | xhci.h | 1892 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev,
|