Home
last modified time | relevance | path

Searched refs:sliced_mpeg_buf (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/pci/ivtv/
A Divtv-fileops.c221 buf = &itv->vbi.sliced_mpeg_buf; in ivtv_get_buffer()
281 itv->vbi.sliced_mpeg_buf.buf = itv->vbi.sliced_mpeg_data[idx]; in ivtv_setup_sliced_vbi_buf()
282 itv->vbi.sliced_mpeg_buf.bytesused = itv->vbi.sliced_mpeg_size[idx]; in ivtv_setup_sliced_vbi_buf()
283 itv->vbi.sliced_mpeg_buf.readpos = 0; in ivtv_setup_sliced_vbi_buf()
294 !ivtv_raw_vbi(itv) && buf != &itv->vbi.sliced_mpeg_buf) { in ivtv_copy_buf_to_user()
341 if (s->type == IVTV_ENC_STREAM_TYPE_MPG && buf != &itv->vbi.sliced_mpeg_buf) in ivtv_copy_buf_to_user()
384 if (buf != &itv->vbi.sliced_mpeg_buf) { in ivtv_read()
A Divtv-driver.h600 struct ivtv_buffer sliced_mpeg_buf; /* temporary buffer holding data from sliced_mpeg_data */ member
/linux/drivers/media/pci/cx18/
A Dcx18-fileops.c247 struct cx18_buffer *buf = &cx->vbi.sliced_mpeg_buf; in cx18_setup_sliced_vbi_mdl()
269 !cx18_raw_vbi(cx) && buf != &cx->vbi.sliced_mpeg_buf) { in cx18_copy_buf_to_user()
358 buf != &cx->vbi.sliced_mpeg_buf) in cx18_copy_buf_to_user()
A Dcx18-driver.c760 INIT_LIST_HEAD(&cx->vbi.sliced_mpeg_buf.list); in cx18_init_struct1()
763 list_add(&cx->vbi.sliced_mpeg_buf.list, in cx18_init_struct1()
A Dcx18-driver.h550 struct cx18_buffer sliced_mpeg_buf; member

Completed in 17 milliseconds