Home
last modified time | relevance | path

Searched refs:update_device (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dehci-vt8500.c82 .update_device = ehci_update_device,
Dxhci-pci.c340 .update_device = xhci_update_device,
Dehci-pci.c523 .update_device = ehci_update_device,
/linux-3.4.99/include/linux/usb/
Dhcd.h343 int (*update_device)(struct usb_hcd *, struct usb_device *); member
/linux-3.4.99/drivers/usb/core/
Dhub.c3345 if (hcd->driver->update_device) in hub_port_init()
3346 hcd->driver->update_device(hcd, udev); in hub_port_init()