Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c578 flags = le32_to_cpu(event->event_cmd.flags); in cdnsp_wait_for_cmd_compl()
584 cmd_dma = le64_to_cpu(event->event_cmd.cmd_trb); in cdnsp_wait_for_cmd_compl()
608 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl()
1418 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
H A Dcdnsp-gadget.h1065 struct cdnsp_event_cmd event_cmd; member
H A Dcdnsp-ring.c1451 flags = le32_to_cpu(event->event_cmd.flags); in cdnsp_handle_event()
/linux-6.15/drivers/usb/host/
H A Dxhci-dbgcap.c895 while ((le32_to_cpu(evt->event_cmd.flags) & TRB_CYCLE) == in xhci_dbc_do_handle_events()
907 switch (le32_to_cpu(evt->event_cmd.flags) & TRB_TYPE_BITMASK) { in xhci_dbc_do_handle_events()
H A Dxhci-ring.c120 return ((le32_to_cpu(ring->dequeue->event_cmd.flags) & TRB_CYCLE) == in unhandled_event_trb()
1927 handle_cmd_completion(xhci, &event->event_cmd); in handle_vendor_event()
3015 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_handle_event_trb()
3020 handle_cmd_completion(xhci, &event->event_cmd); in xhci_handle_event_trb()
H A Dxhci.h1086 struct xhci_event_cmd event_cmd; member