Searched refs:active_buf (Results 1 – 3 of 3) sorted by relevance
36 typedef __s32 (*active_buf) (struct uvc_streaming *stream) ; typedef38 static active_buf p_func;47 …me_buf0, UVCDev->frame_buf1, UVCDev->frame_buf2, (unsigned int)UVCDev->active_buf, (unsigned int)g… in transport()57 if(UVCDev->active_buf==NULL) in transport()60 UVCDev->active_buf = p_func; in transport()62 UVCDev->active_buf(UVCDev->streams); in transport()66 if(UVCDev->active_buf) { in transport()67 p_func = UVCDev->active_buf; in transport()70 UVCDev->active_buf = NULL; in transport()
342 __s32 (*active_buf) (struct uvc_streaming *stream);//add by Kingvan member
1041 stream->dev->active_buf = uvc_video_buffer_init; in uvc_init_video_isoc()
Completed in 8 milliseconds