Home
last modified time | relevance | path

Searched refs:address_device (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h394 int (*address_device)(struct usb_hcd *, struct usb_device *udev); member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c5404 .address_device = xhci_address_device,
5456 if (over->address_device) in xhci_init_driver()
5457 drv->address_device = over->address_device; in xhci_init_driver()
H A Dxhci.h1963 int (*address_device)(struct usb_hcd *hcd, struct usb_device *udev); member
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c4534 if (!hcd->driver->address_device && devnum <= 1) in hub_set_address()
4540 if (hcd->driver->address_device) in hub_set_address()
4541 retval = hcd->driver->address_device(hcd, udev); in hub_set_address()