Searched defs:pipe (Results 1 – 2 of 2) sorted by relevance
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() local1071 pipe_t *pipe; in _port_persist_all_pipes() local[all …]
153 hcd_pipe_handle_t pipe; /**< Default pipe handle of the device being enumerated */ member