Searched refs:solo_vb2_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 227 struct solo_vb2_buf *vb; in solo_thread_try() 244 vb = list_first_entry(&solo_dev->vidq_active, struct solo_vb2_buf, in solo_thread_try() 338 struct solo_vb2_buf *buf = list_entry( in solo_stop_streaming() 340 struct solo_vb2_buf, list); in solo_stop_streaming() 354 struct solo_vb2_buf *solo_vb = in solo_buf_queue() 355 container_of(vbuf, struct solo_vb2_buf, vb); in solo_buf_queue() 676 solo_dev->vidq.buf_struct_size = sizeof(struct solo_vb2_buf); in solo_v4l2_init()
|
D | solo6x10-v4l2-enc.c | 551 struct solo_vb2_buf *vb; in solo_enc_handle_one() 563 vb = list_first_entry(&solo_enc->vidq_active, struct solo_vb2_buf, in solo_enc_handle_one() 674 struct solo_vb2_buf *solo_vb = in solo_enc_buf_queue() 675 container_of(vbuf, struct solo_vb2_buf, vb); in solo_enc_buf_queue() 723 struct solo_vb2_buf *buf = list_entry( in solo_enc_stop_streaming() 725 struct solo_vb2_buf, list); in solo_enc_stop_streaming() 1274 solo_enc->vidq.buf_struct_size = sizeof(struct solo_vb2_buf); in solo_enc_alloc()
|
D | solo6x10.h | 129 struct solo_vb2_buf { struct
|