Searched refs:xhci_alloc_virt_device (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-trace.h | 233 DEFINE_EVENT(xhci_log_virt_dev, xhci_alloc_virt_device,
|
H A D | xhci.h | 1795 int xhci_alloc_virt_device(struct xhci_hcd *xhci, int slot_id, struct usb_device *udev, gfp_t flags);
|
H A D | xhci-mem.c | 968 int xhci_alloc_virt_device(struct xhci_hcd *xhci, int slot_id, in xhci_alloc_virt_device() function 1202 /* Steps 7 and 8 were done in xhci_alloc_virt_device() */ in xhci_setup_addressable_virt_dev()
|
H A D | xhci.c | 4224 if (!xhci_alloc_virt_device(xhci, slot_id, udev, GFP_NOIO)) { in xhci_alloc_dev()
|