Home
last modified time | relevance | path

Searched refs:xhci_virt_device (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/usb/host/
A Dxhci-mem.c152 struct xhci_virt_device *virt_dev; in xhci_free_virt_devices()
471 struct xhci_virt_device *virt_dev; in xhci_alloc_virt_device()
479 ctrl->devs[slot_id] = malloc(sizeof(struct xhci_virt_device)); in xhci_alloc_virt_device()
486 memset(ctrl->devs[slot_id], 0, sizeof(struct xhci_virt_device)); in xhci_alloc_virt_device()
748 struct xhci_virt_device *virt_dev; in xhci_setup_addressable_virt_dev()
A Dxhci.c443 struct xhci_virt_device *virt_dev; in xhci_configure_endpoints()
497 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_set_configuration()
630 struct xhci_virt_device *virt_dev; in xhci_address_device()
1313 struct xhci_virt_device *virt_dev; in xhci_update_hub_device()
A Dxhci-ring.c620 struct xhci_virt_device *virt_dev; in xhci_bulk_tx()
820 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_ctrl_tx()
/u-boot/include/usb/
A Dxhci.h1075 struct xhci_virt_device { struct
1224 struct xhci_virt_device *devs[MAX_HC_SLOTS];

Completed in 15 milliseconds