Home
last modified time | relevance | path

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

/openbmc/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.h538 u8 *sliced_mpeg_data[CX18_VBI_FRAMES]; member
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()
/openbmc/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
H A Divtv-fileops.c281 itv->vbi.sliced_mpeg_buf.buf = itv->vbi.sliced_mpeg_data[idx]; in ivtv_setup_sliced_vbi_buf()
H A Divtv-driver.c1451 kfree(itv->vbi.sliced_mpeg_data[i]); in ivtv_remove()