Searched refs:pipe_event (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 35 hcd_pipe_event_t pipe_event; member 75 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback() argument 80 .pipe_event = pipe_event, in pipe_callback() 118 TEST_ASSERT_EQUAL(expected_event, msg.pipe_event); in test_hcd_expect_pipe_event()
|
/hal_espressif-3.6.0/components/usb/private_include/ |
D | hcd.h | 138 typedef bool (*hcd_pipe_callback_t)(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *…
|
/hal_espressif-3.6.0/components/usb/ |
D | hcd.c | 219 hcd_pipe_event_t pipe_event: 8; //The pipe event when the buffer was done member 429 static inline void _buffer_done(pipe_t *pipe, int stop_idx, hcd_pipe_event_t pipe_event, bool cance… in _buffer_done() argument 436 buffer_done->status_flags.pipe_event = pipe_event; in _buffer_done() 2451 switch (buffer->status_flags.pipe_event) { in _buffer_parse_error() 2480 if (buffer_to_parse->status_flags.pipe_event == HCD_PIPE_EVENT_URB_DONE) { in _buffer_parse()
|
D | hub.c | 243 static bool enum_dflt_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *… 709 static bool enum_dflt_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *… in enum_dflt_pipe_callback() argument
|
D | usbh.c | 215 static bool default_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *us… in default_pipe_callback() argument 219 switch (pipe_event) { in default_pipe_callback()
|
D | usb_host.c | 336 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback() argument 343 ep_obj->dynamic.last_event = pipe_event; in pipe_callback()
|