Lines Matching defs:pipe
340 static inline bool _buffer_can_fill(pipe_t *pipe) in _buffer_can_fill()
370 static inline bool _buffer_can_exec(pipe_t *pipe) in _buffer_can_exec()
400 static inline bool _buffer_check_done(pipe_t *pipe) in _buffer_check_done()
429 static inline void _buffer_done(pipe_t *pipe, int stop_idx, hcd_pipe_event_t pipe_event, bool cance… in _buffer_done()
450 static inline bool _buffer_can_parse(pipe_t *pipe) in _buffer_can_parse()
719 static void _internal_pipe_event_wait(pipe_t *pipe) in _internal_pipe_event_wait()
735 static bool _internal_pipe_event_notify(pipe_t *pipe, bool from_isr) in _internal_pipe_event_notify()
838 static hcd_pipe_event_t _intr_hdlr_chan(pipe_t *pipe, usbh_hal_chan_t *chan_obj, bool *yield) in _intr_hdlr_chan()
928 pipe_t *pipe = (pipe_t *)usbh_hal_chan_get_context(chan_obj); in intr_hdlr_main() local
1071 pipe_t *pipe; in _port_persist_all_pipes() local
1092 pipe_t *pipe; in _port_recover_all_pipes() local
1104 pipe_t *pipe; in _port_check_all_pipes_halted() local
1715 static esp_err_t _pipe_cmd_halt(pipe_t *pipe) in _pipe_cmd_halt()
1742 static esp_err_t _pipe_cmd_flush(pipe_t *pipe) in _pipe_cmd_flush()
1790 static esp_err_t _pipe_cmd_clear(pipe_t *pipe) in _pipe_cmd_clear()
1845 pipe_t *pipe = calloc(1, sizeof(pipe_t)); in hcd_pipe_alloc() local
1910 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_free() local
1934 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_update_mps() local
1950 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_update_dev_addr() local
1966 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_update_callback() local
1981 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_set_persist_reset() local
1995 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_get_context() local
2006 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_get_state() local
2015 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_command() local
2046 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_pipe_get_event() local
2183 static void _buffer_fill(pipe_t *pipe) in _buffer_fill()
2251 static void _buffer_exec(pipe_t *pipe) in _buffer_exec()
2296 static void _buffer_exec_cont(pipe_t *pipe) in _buffer_exec_cont()
2471 static void _buffer_parse(pipe_t *pipe) in _buffer_parse()
2521 static bool _buffer_flush_all(pipe_t *pipe, bool canceled) in _buffer_flush_all()
2544 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_urb_enqueue() local
2580 pipe_t *pipe = (pipe_t *)pipe_hdl; in hcd_urb_dequeue() local
2617 pipe_t *pipe = (pipe_t *)urb->hcd_ptr; in hcd_urb_abort() local