Searched refs:xhci_queue_command (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | xhci-ring.c | 271 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command() function 491 xhci_queue_command(ctrl, NULL, udev->slot_id, ep_index, TRB_STOP_RING); in abort_td() 507 xhci_queue_command(ctrl, (void *)((uintptr_t)ring->enqueue | in abort_td()
|
D | xhci.c | 460 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints() 647 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device() 722 xhci_queue_command(ctrl, NULL, 0, 0, TRB_ENABLE_SLOT); in _xhci_alloc_device()
|
D | xhci.h | 1252 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr,
|