Searched refs:solo_vb2_buf (Results 1 – 3 of 3) sorted by relevance
/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 236 struct solo_vb2_buf *vb; in solo_thread_try() 253 vb = list_first_entry(&solo_dev->vidq_active, struct solo_vb2_buf, in solo_thread_try() 347 struct solo_vb2_buf *buf = list_entry( in solo_stop_streaming() 349 struct solo_vb2_buf, list); in solo_stop_streaming() 363 struct solo_vb2_buf *solo_vb = in solo_buf_queue() 364 container_of(vbuf, struct solo_vb2_buf, vb); in solo_buf_queue() 690 solo_dev->vidq.buf_struct_size = sizeof(struct solo_vb2_buf); in solo_v4l2_init()
|
D | solo6x10-v4l2-enc.c | 560 struct solo_vb2_buf *vb; in solo_enc_handle_one() 572 vb = list_first_entry(&solo_enc->vidq_active, struct solo_vb2_buf, in solo_enc_handle_one() 683 struct solo_vb2_buf *solo_vb = in solo_enc_buf_queue() 684 container_of(vbuf, struct solo_vb2_buf, vb); in solo_enc_buf_queue() 732 struct solo_vb2_buf *buf = list_entry( in solo_enc_stop_streaming() 734 struct solo_vb2_buf, list); in solo_enc_stop_streaming() 1292 solo_enc->vidq.buf_struct_size = sizeof(struct solo_vb2_buf); in solo_enc_alloc()
|
D | solo6x10.h | 137 struct solo_vb2_buf { struct
|