Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1267 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id);
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c443 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id) in xhci_alloc_virt_device() function
H A Dxhci.c741 ret = xhci_alloc_virt_device(ctrl, udev->slot_id); in _xhci_alloc_device()