Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/usb/
Dhcd.h401 int (*update_device)(struct usb_hcd *, struct usb_device *); member
/linux-5.19.10/drivers/usb/core/
Dhub.c5019 if (hcd->driver->update_device) in hub_port_init()
5020 hcd->driver->update_device(hcd, udev); in hub_port_init()
/linux-5.19.10/drivers/usb/host/
Dxhci.c5467 .update_device = xhci_update_device,