Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c580 flags = le32_to_cpu(event->event_cmd.flags); in cdnsp_wait_for_cmd_compl()
601 cmd_dma = le64_to_cpu(event->event_cmd.cmd_trb); in cdnsp_wait_for_cmd_compl()
625 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl()
1435 cycle_bit = (le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE); in cdnsp_consume_all_events()
H A Dcdnsp-gadget.h1075 struct cdnsp_event_cmd event_cmd; member
H A Dcdnsp-ring.c1453 flags = le32_to_cpu(event->event_cmd.flags); in cdnsp_handle_event()
/linux/drivers/usb/host/
H A Dxhci-ring.c137 return ((le32_to_cpu(ring->dequeue->event_cmd.flags) & TRB_CYCLE) == in unhandled_event_trb()
1940 handle_cmd_completion(xhci, &event->event_cmd); in handle_vendor_event()
3000 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_handle_event_trb()
3005 handle_cmd_completion(xhci, &event->event_cmd); in xhci_handle_event_trb()
3167 ring->cycle_state = le32_to_cpu(current_trb->event_cmd.flags) & TRB_CYCLE; in xhci_skip_sec_intr_events()
H A Dxhci-dbgcap.c940 while ((le32_to_cpu(evt->event_cmd.flags) & TRB_CYCLE) == in xhci_dbc_do_handle_events()
952 switch (le32_to_cpu(evt->event_cmd.flags) & TRB_TYPE_BITMASK) { in xhci_dbc_do_handle_events()
H A Dxhci.h1090 struct xhci_event_cmd event_cmd; member