Home
last modified time | relevance | path

Searched refs:next_func (Results 1 – 5 of 5) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.c348 uvc->next_func = NULL; in uvc_video_tran_stop()
456 int uvc_video_tran_nocp(uvc_t hdl, uvc_continue_func next_func, void *priv) in uvc_video_tran_nocp() argument
464 if (next_func == NULL || priv == NULL) in uvc_video_tran_nocp()
498 uvc->next_func = next_func; in uvc_video_tran_nocp()
509 ret = next_func(hdl, &(uvc->tdata), priv); in uvc_video_tran_nocp()
579 uvc->next_func = NULL; in uvc_video_tran_copy()
639 if (uvc->next_func) in uvc_continue_transfer()
651 uvc_continue_func next_func; in uvc_nocp_continue() local
719 if ((next_func = uvc->next_func) != NULL) in uvc_nocp_continue()
722 ret = next_func(uvc, transfer, uvc->_priv); in uvc_nocp_continue()
[all …]
Dusbd_video.h174 extern int uvc_video_tran_nocp(uvc_t uvc, uvc_continue_func next_func, void *priv);
Df_uvc.h776 uvc_continue_func next_func; /* video transmission video next frame function */ member
/third_party/libunwind/tests/
DGia64-test-rbs.c51 typedef int spill_func_t (long iteration, int (*next_func[])());
53 extern int loadup (long iteration, int *values, int (*next_func[])());
57 extern int rbs_spill_##n (long iteration, int (*next_func[])())
93 unwind_and_resume (long iteration, int (*next_func[])()) in unwind_and_resume() argument
102 __FUNCTION__, iteration, next_func); in unwind_and_resume()
/third_party/vulkan-loader/tests/framework/layer/
Dtest_layer.cpp178 auto next_func = layer.next_GetPhysicalDeviceProcAddr(*pInstance, func.name.c_str()); in test_vkCreateInstance() local
179 layer.custom_dispatch_functions.at(func.name.c_str()) = next_func; in test_vkCreateInstance()
183 auto next_func = layer.next_vkGetInstanceProcAddr(*pInstance, func.name.c_str()); in test_vkCreateInstance() local
184 layer.custom_dispatch_functions.at(func.name.c_str()) = next_func; in test_vkCreateInstance()
239 auto next_func = layer.next_vkGetDeviceProcAddr(*pDevice, func.name.c_str()); in test_vkCreateDevice() local
240 layer.custom_dispatch_functions.at(func.name.c_str()) = next_func; in test_vkCreateDevice()