Searched refs:xhci_free_virt_device (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-trace.h | 199 DEFINE_EVENT(xhci_log_free_virt_dev, xhci_free_virt_device,
|
H A D | xhci-mem.c | 891 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id) in xhci_free_virt_device() function 987 xhci_free_virt_device(xhci, slot_id); in xhci_free_virt_devices_depth_first()
|
H A D | xhci.c | 3959 xhci_free_virt_device(xhci, udev->slot_id); in xhci_free_dev() 4114 xhci_free_virt_device(xhci, udev->slot_id); in xhci_alloc_dev() 4244 xhci_free_virt_device(xhci, udev->slot_id); in xhci_setup_device()
|
H A D | xhci.h | 2011 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id);
|
H A D | xhci-hub.c | 634 xhci_free_virt_device(xhci, i);
|
/kernel/linux/linux-6.6/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-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.c | 3849 xhci_free_virt_device(xhci, udev->slot_id); in xhci_free_dev() 4005 xhci_free_virt_device(xhci, udev->slot_id); in xhci_alloc_dev() 4135 xhci_free_virt_device(xhci, udev->slot_id); in xhci_setup_device()
|
H A D | xhci.h | 2050 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id);
|
H A D | xhci-hub.c | 739 xhci_free_virt_device(xhci, i);
|
Completed in 33 milliseconds