Home
last modified time | relevance | path

Searched refs:tw5864_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/tw5864/
Dtw5864.h69 struct tw5864_buf { struct
125 struct tw5864_buf *vb;
Dtw5864-video.c209 struct tw5864_buf *buf = container_of(vbuf, struct tw5864_buf, vb); in tw5864_buf_queue()
446 struct tw5864_buf *buf = list_entry(input->active.next, in tw5864_start_streaming()
447 struct tw5864_buf, list); in tw5864_start_streaming()
468 struct tw5864_buf *buf = list_entry(input->active.next, in tw5864_stop_streaming()
469 struct tw5864_buf, list); in tw5864_stop_streaming()
1120 input->vidq.buf_struct_size = sizeof(struct tw5864_buf); in tw5864_video_input_init()
1225 struct tw5864_buf *vb = input->vb; in tw5864_prepare_frame_headers()
1237 vb = list_first_entry(&input->active, struct tw5864_buf, list); in tw5864_prepare_frame_headers()
1374 struct tw5864_buf *vb; in tw5864_handle_frame()