Searched refs:hcd_port_get_context (Results 1 – 3 of 3) sorted by relevance
53 void *port_ctx = hcd_port_get_context(port_hdl); in port_callback()97 QueueHandle_t port_evt_queue = (QueueHandle_t)hcd_port_get_context(port_hdl); in test_hcd_expect_port_event()124 QueueHandle_t port_evt_queue = (QueueHandle_t)hcd_port_get_context(port_hdl); in test_hcd_get_num_port_events()168 QueueHandle_t port_evt_queue = (QueueHandle_t)hcd_port_get_context(port_hdl); in test_hcd_teardown()
325 void *hcd_port_get_context(hcd_port_handle_t port_hdl);
1500 void *hcd_port_get_context(hcd_port_handle_t port_hdl) in hcd_port_get_context() function