Searched refs:hcd_port_handle_event (Results 1 – 7 of 7) sorted by relevance
72 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_DISCONNECTION, hcd_port_handle_event(port_hdl));306 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_DISCONNECTION, hcd_port_handle_event(port_hdl));
187 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_CONNECTION, hcd_port_handle_event(port_hdl)); in test_hcd_wait_for_conn()216 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_DISCONNECTION, hcd_port_handle_event(port_hdl)); in test_hcd_wait_for_disconn()
161 TEST_ASSERT_EQUAL(HCD_PORT_EVENT_DISCONNECTION, hcd_port_handle_event(port_hdl));
305 hcd_port_event_t hcd_port_handle_event(hcd_port_handle_t port_hdl);
120 …transfer requests. Where possible, processing is deferred to the `hcd_port_handle_event()` to redu…128 - Port callback will run whenever an event a port occurs. `hcd_port_handle_event()` should be calle…131 …acks entirely and simply poll for port and pipe events using the `hcd_port_handle_event()` and `hc…
745 hcd_port_event_t port_event = hcd_port_handle_event(root_port_hdl); in root_port_handle_events()
1442 hcd_port_event_t hcd_port_handle_event(hcd_port_handle_t port_hdl) in hcd_port_handle_event() function