Searched refs:next_func (Results 1 – 5 of 5) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
D | usbd_video.c | 348 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 …]
|
D | usbd_video.h | 174 extern int uvc_video_tran_nocp(uvc_t uvc, uvc_continue_func next_func, void *priv);
|
D | f_uvc.h | 776 uvc_continue_func next_func; /* video transmission video next frame function */ member
|
/third_party/libunwind/tests/ |
D | Gia64-test-rbs.c | 51 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/ |
D | test_layer.cpp | 178 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()
|