Searched refs:hcd_pipe_get_context (Results 1 – 4 of 4) sorted by relevance
111 QueueHandle_t pipe_evt_queue = (QueueHandle_t)hcd_pipe_get_context(pipe_hdl); in test_hcd_expect_pipe_event()132 QueueHandle_t pipe_evt_queue = (QueueHandle_t)hcd_pipe_get_context(pipe_hdl); in test_hcd_get_num_pipe_events()248 QueueHandle_t pipe_evt_queue = (QueueHandle_t)hcd_pipe_get_context(pipe_hdl); in test_hcd_pipe_free()
448 void *hcd_pipe_get_context(hcd_pipe_handle_t pipe_hdl);
874 void *context = hcd_pipe_get_context(pipe_hdl); in usbh_ep_get_context()
1993 void *hcd_pipe_get_context(hcd_pipe_handle_t pipe_hdl) in hcd_pipe_get_context() function