Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dhcd.h389 int (*update_device)(struct usb_hcd *, struct usb_device *); member
/openbmc/linux/drivers/usb/core/
H A Dhub.c5152 if (hcd->driver->update_device) in hub_port_init()
5153 hcd->driver->update_device(hcd, udev); in hub_port_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci.c5385 .update_device = xhci_update_device,