Searched refs:xhci_queue_command (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-ring.c | 272 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command() function 489 xhci_queue_command(ctrl, NULL, udev->slot_id, ep_index, TRB_RESET_EP); in reset_ep() 498 xhci_queue_command(ctrl, (void *)((uintptr_t)ring->enqueue | in reset_ep() 525 xhci_queue_command(ctrl, NULL, udev->slot_id, ep_index, TRB_STOP_RING); in abort_td() 547 xhci_queue_command(ctrl, (void *)((uintptr_t)ring->enqueue | in abort_td()
|
| H A D | xhci.c | 461 xhci_queue_command(ctrl, in_ctx->bytes, udev->slot_id, 0, in xhci_configure_endpoints() 651 xhci_queue_command(ctrl, (void *)ctrl_ctx, slot_id, 0, TRB_ADDR_DEV); in xhci_address_device() 729 xhci_queue_command(ctrl, NULL, 0, 0, TRB_ENABLE_SLOT); in _xhci_alloc_device()
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | xhci.h | 1254 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr,
|