Searched refs:command_trb (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-util.c11 static void xhci_sync_command_callback(void* data, uint32_t cc, xhci_trb_t* command_trb, argument
H A Dxhci.c562 xhci_trb_t* command_trb = xhci_read_trb_ptr(&xhci->command_ring, event_trb); local
565 (event_trb->control >> TRB_SLOT_ID_START), trb_get_type(command_trb), cc);
567 int index = command_trb - xhci->command_ring.start;
580 context->callback(context->data, cc, command_trb, event_trb);
H A Dxhci.h84 typedef void (*xhci_command_complete_cb)(void* data, uint32_t cc, xhci_trb_t* command_trb,

Completed in 88 milliseconds