Searched refs:test_hcd_expect_pipe_event (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.4.0/components/usb/test/hcd/ |
D | test_hcd_bulk.c | 27 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE); in mock_msc_reset_req() 82 test_hcd_expect_pipe_event(bulk_out_pipe, HCD_PIPE_EVENT_URB_DONE); 87 test_hcd_expect_pipe_event(bulk_in_pipe, HCD_PIPE_EVENT_URB_DONE); 92 test_hcd_expect_pipe_event(bulk_in_pipe, HCD_PIPE_EVENT_URB_DONE);
|
D | test_hcd_ctrl.c | 69 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE); 170 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_ERROR_STALL); 175 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE); 204 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE); 269 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE);
|
D | test_hcd_common.c | 108 void test_hcd_expect_pipe_event(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t expected_event) in test_hcd_expect_pipe_event() function 287 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE); in test_hcd_enum_device() 299 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE); in test_hcd_enum_device() 310 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE); in test_hcd_enum_device()
|
D | test_hcd_common.h | 31 void test_hcd_expect_pipe_event(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t expected_event);
|
D | test_hcd_intr.c | 68 test_hcd_expect_pipe_event(intr_pipe, HCD_PIPE_EVENT_URB_DONE);
|
D | test_hcd_isoc.c | 76 test_hcd_expect_pipe_event(isoc_out_pipe, HCD_PIPE_EVENT_URB_DONE);
|
D | test_hcd_port.c | 82 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE);
|