Searched refs:uvc_video_encode_data (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | uvc_video.c | 40 uvc_video_encode_data(struct uvc_video *video, struct uvc_buffer *buf, in uvc_video_encode_data() function 75 ret = uvc_video_encode_data(video, buf, mem, len); in uvc_video_encode_bulk() 111 ret = uvc_video_encode_data(video, buf, mem, len); in uvc_video_encode_isoc()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_video.c | 69 uvc_video_encode_data(struct uvc_video *video, struct uvc_buffer *buf, in uvc_video_encode_data() function 105 ret = uvc_video_encode_data(video, buf, mem, len); in uvc_video_encode_bulk() 211 ret = uvc_video_encode_data(video, buf, mem, len); in uvc_video_encode_isoc()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 1206 * uvc_video_encode_data(). Only bulk transfers are currently supported. 1213 * uvc_video_encode_data is called for every URB and copies the data from the 1225 static int uvc_video_encode_data(struct uvc_streaming *stream, in uvc_video_encode_data() function 1505 ret = uvc_video_encode_data(stream, buf, mem, len); in uvc_video_encode_bulk()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 1254 * uvc_video_encode_data(). Only bulk transfers are currently supported. 1261 * uvc_video_encode_data is called for every URB and copies the data from the 1273 static int uvc_video_encode_data(struct uvc_streaming *stream, in uvc_video_encode_data() function 1557 ret = uvc_video_encode_data(stream, buf, mem, len); in uvc_video_encode_bulk()
|
Completed in 7 milliseconds