Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c419 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in event_ready()
446 type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_wait_for_event()
503 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
505 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
511 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
513 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
H A Dxhci.c464 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints()
467 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_configure_endpoints()
475 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_configure_endpoints()
650 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()
652 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_address_device()
674 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_address_device()
725 BUG_ON(GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)) in _xhci_alloc_device()
728 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbgcap.c849 while ((le32_to_cpu(evt->event_cmd.flags) & TRB_CYCLE) == in xhci_dbc_do_handle_events()
859 switch (le32_to_cpu(evt->event_cmd.flags) & TRB_TYPE_BITMASK) { in xhci_dbc_do_handle_events()
H A Dxhci-ring.c1841 handle_cmd_completion(xhci, &event->event_cmd); in handle_vendor_event()
2976 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in xhci_handle_event()
2987 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_handle_event()
2992 handle_cmd_completion(xhci, &event->event_cmd); in xhci_handle_event()
H A Dxhci.h1354 struct xhci_event_cmd event_cmd; member
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h896 struct xhci_event_cmd event_cmd; member