Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dhcd.h376 int (*address_device)(struct usb_hcd *, struct usb_device *udev, member
/linux/drivers/usb/core/
H A Dhub.c4727 if (!hcd->driver->address_device && devnum <= 1) in hub_set_address()
4733 if (hcd->driver->address_device) in hub_set_address()
4734 retval = hcd->driver->address_device(hcd, udev, timeout_ms); in hub_set_address()
/linux/drivers/usb/host/
H A Dxhci.c5447 .address_device = xhci_address_device,