Lines Matching refs:last_event
259 hcd_pipe_event_t last_event; member
292 hcd_port_event_t last_event; member
849 pipe->last_event = HCD_PIPE_EVENT_URB_DONE; in _intr_hdlr_chan()
850 event = pipe->last_event; in _intr_hdlr_chan()
853 _buffer_done(pipe, stop_idx, pipe->last_event, false); in _intr_hdlr_chan()
871 pipe->last_event = pipe_decode_error_event(chan_error); in _intr_hdlr_chan()
872 event = pipe->last_event; in _intr_hdlr_chan()
876 _buffer_done(pipe, stop_idx, pipe->last_event, false); in _intr_hdlr_chan()
884 pipe->last_event = HCD_PIPE_EVENT_URB_DONE; in _intr_hdlr_chan()
885 event = pipe->last_event; in _intr_hdlr_chan()
942 port->last_event = port_event; in intr_hdlr_main()
1338 port_obj->last_event = HCD_PORT_EVENT_NONE; in hcd_port_init()
1451 ret = port->last_event; in hcd_port_handle_event()
1489 port->last_event = HCD_PORT_EVENT_NONE; in hcd_port_recover()
2049 ret = pipe->last_event; in hcd_pipe_get_event()
2050 pipe->last_event = HCD_PIPE_EVENT_NONE; in hcd_pipe_get_event()