Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-mem.c138 struct xhci_virt_device *virt_dev; in xhci_free_virt_devices()
442 struct xhci_virt_device *virt_dev; in xhci_alloc_virt_device()
450 ctrl->devs[slot_id] = (struct xhci_virt_device *) in xhci_alloc_virt_device()
451 malloc(sizeof(struct xhci_virt_device)); in xhci_alloc_virt_device()
458 memset(ctrl->devs[slot_id], 0, sizeof(struct xhci_virt_device)); in xhci_alloc_virt_device()
718 struct xhci_virt_device *virt_dev; in xhci_setup_addressable_virt_dev()
Dxhci.c452 struct xhci_virt_device *virt_dev; in xhci_configure_endpoints()
506 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()
1405 struct xhci_virt_device *virt_dev; in xhci_update_hub_device()
Dxhci.h1074 struct xhci_virt_device { struct
1231 struct xhci_virt_device *devs[MAX_HC_SLOTS];
Dxhci-ring.c566 struct xhci_virt_device *virt_dev; in xhci_bulk_tx()
761 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_ctrl_tx()