Home
last modified time | relevance | path

Searched refs:sliced_mpeg_data (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/pci/cx18/
H A Dcx18-controls.c38 if (cx->vbi.sliced_mpeg_data[0] == NULL) { in cx18_s_stream_vbi_fmt()
42 cx->vbi.sliced_mpeg_data[i] = in cx18_s_stream_vbi_fmt()
44 if (cx->vbi.sliced_mpeg_data[i] == NULL) { in cx18_s_stream_vbi_fmt()
46 kfree(cx->vbi.sliced_mpeg_data[i]); in cx18_s_stream_vbi_fmt()
47 cx->vbi.sliced_mpeg_data[i] = NULL; in cx18_s_stream_vbi_fmt()
H A Dcx18-vbi.c46 u8 *dst = &cx->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data()
H A Dcx18-driver.h506 * In each sliced_mpeg_data[] buffer is:
526 u8 *sliced_mpeg_data[CX18_VBI_FRAMES]; member
534 * sliced_mpeg_data[] buffer for output to userland apps.
H A Dcx18-driver.c1290 if (cx->vbi.sliced_mpeg_data[0]) in cx18_remove()
1292 kfree(cx->vbi.sliced_mpeg_data[i]); in cx18_remove()
H A Dcx18-fileops.c250 buf->buf = cx->vbi.sliced_mpeg_data[idx]; in cx18_setup_sliced_vbi_mdl()
/linux/drivers/media/pci/ivtv/
H A Divtv-controls.c19 if (fmt && itv->vbi.sliced_mpeg_data[0] == NULL) { in ivtv_s_stream_vbi_fmt()
24 itv->vbi.sliced_mpeg_data[i] = kmalloc(2049, GFP_KERNEL); in ivtv_s_stream_vbi_fmt()
25 if (itv->vbi.sliced_mpeg_data[i] == NULL) { in ivtv_s_stream_vbi_fmt()
27 kfree(itv->vbi.sliced_mpeg_data[i]); in ivtv_s_stream_vbi_fmt()
28 itv->vbi.sliced_mpeg_data[i] = NULL; in ivtv_s_stream_vbi_fmt()
H A Divtv-vbi.c188 u8 *dst = &itv->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data()
H A Divtv-driver.h597 u8 *sliced_mpeg_data[IVTV_VBI_FRAMES]; member
599 struct ivtv_buffer sliced_mpeg_buf; /* temporary buffer holding data from sliced_mpeg_data */
H A Divtv-driver.c1406 kfree(itv->vbi.sliced_mpeg_data[i]); in ivtv_remove()