Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
504 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in reset_ep()
506 event->event_cmd.status)) != COMP_SUCCESS); in reset_ep()
542 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
544 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
553 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
555 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
H A Dxhci.c467 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints()
470 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_configure_endpoints()
478 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_configure_endpoints()
656 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()
658 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_address_device()
680 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_address_device()
734 BUG_ON(GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)) in _xhci_alloc_device()
737 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h896 struct xhci_event_cmd event_cmd; member