Lines Matching defs:event
450 /* Only event ring does not use link TRB */
661 dbc_handle_port_status(struct xhci_dbc *dbc, union xhci_trb *event)
682 static void dbc_handle_xfer_event(struct xhci_dbc *dbc, union xhci_trb *event)
692 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2]));
693 remain_length = EVENT_TRB_LEN(le32_to_cpu(event->generic.field[2]));
694 ep_id = TRB_TO_EP_ID(le32_to_cpu(event->generic.field[3]));
721 if (r->trb_dma == event->trans_event.buffer) {
784 /* Handle cable unplug event: */
795 /* Handle debug port reset event: */
805 /* Handle endpoint stall event: */
847 /* Handle the events in the event ring: */
853 * reads of the event's flags/data below:
876 /* Update event ring dequeue pointer: */