Home
last modified time | relevance | path

Searched refs:event_cmd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c588 flags = le32_to_cpu(event->event_cmd.flags); in cdnsp_wait_for_cmd_compl()
609 cmd_dma = le64_to_cpu(event->event_cmd.cmd_trb); in cdnsp_wait_for_cmd_compl()
633 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl()
1449 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
/linux/drivers/usb/host/
H A Dxhci-dbgcap.c1028 while ((le32_to_cpu(evt->event_cmd.flags) & TRB_CYCLE) == in xhci_dbc_do_handle_events()
1040 switch (le32_to_cpu(evt->event_cmd.flags) & TRB_TYPE_BITMASK) { in xhci_dbc_do_handle_events()
H A Dxhci.h1094 struct xhci_event_cmd event_cmd; member