Searched refs:xhci_free_virt_device (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-trace.h | 194 DEFINE_EVENT(xhci_log_free_virt_dev, xhci_free_virt_device,
|
H A D | xhci.c | 3736 xhci_free_virt_device(xhci, udev->slot_id); in xhci_discover_or_reset_device() 3891 xhci_free_virt_device(xhci, udev->slot_id); in xhci_free_dev() 4047 xhci_free_virt_device(xhci, udev->slot_id); in xhci_alloc_dev() 4184 xhci_free_virt_device(xhci, udev->slot_id); in xhci_setup_device()
|
H A D | xhci-mem.c | 847 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id) in xhci_free_virt_device() function 943 xhci_free_virt_device(xhci, slot_id); in xhci_free_virt_devices_depth_first()
|
H A D | xhci-hub.c | 739 xhci_free_virt_device(xhci, i); in xhci_enter_test_mode()
|
H A D | xhci.h | 1803 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id);
|