Home
last modified time | relevance | path

Searched refs:test_hcd_expect_pipe_event (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.4.0/components/usb/test/hcd/
Dtest_hcd_bulk.c27 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);
Dtest_hcd_ctrl.c69 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);
Dtest_hcd_common.c108 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()
Dtest_hcd_common.h31 void test_hcd_expect_pipe_event(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t expected_event);
Dtest_hcd_intr.c68 test_hcd_expect_pipe_event(intr_pipe, HCD_PIPE_EVENT_URB_DONE);
Dtest_hcd_isoc.c76 test_hcd_expect_pipe_event(isoc_out_pipe, HCD_PIPE_EVENT_URB_DONE);
Dtest_hcd_port.c82 test_hcd_expect_pipe_event(default_pipe, HCD_PIPE_EVENT_URB_DONE);