Searched refs:xhci_alloc_virt_device (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.h | 1265 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id);
|
H A D | xhci-mem.c | 442 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id) in xhci_alloc_virt_device() function
|
H A D | xhci.c | 731 ret = xhci_alloc_virt_device(ctrl, udev->slot_id); in _xhci_alloc_device()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-trace.h | 231 DEFINE_EVENT(xhci_log_virt_dev, xhci_alloc_virt_device,
|
H A D | xhci.h | 1804 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 | 946 int xhci_alloc_virt_device(struct xhci_hcd *xhci, int slot_id, in xhci_alloc_virt_device() function
|
H A D | xhci.c | 4022 if (!xhci_alloc_virt_device(xhci, slot_id, udev, GFP_NOIO)) { in xhci_alloc_dev()
|