Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-controls.c53 if (cx->vbi.sliced_mpeg_data[0] == NULL) { in cx18_s_stream_vbi_fmt()
57 cx->vbi.sliced_mpeg_data[i] = in cx18_s_stream_vbi_fmt()
59 if (cx->vbi.sliced_mpeg_data[i] == NULL) { in cx18_s_stream_vbi_fmt()
61 kfree(cx->vbi.sliced_mpeg_data[i]); in cx18_s_stream_vbi_fmt()
62 cx->vbi.sliced_mpeg_data[i] = NULL; in cx18_s_stream_vbi_fmt()
Dcx18-vbi.c60 u8 *dst = &cx->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data()
Dcx18-driver.c1314 if (cx->vbi.sliced_mpeg_data[0] != NULL) in cx18_remove()
1316 kfree(cx->vbi.sliced_mpeg_data[i]); in cx18_remove()
Dcx18-driver.h552 u8 *sliced_mpeg_data[CX18_VBI_FRAMES]; member
Dcx18-fileops.c265 buf->buf = cx->vbi.sliced_mpeg_data[idx]; in cx18_setup_sliced_vbi_mdl()
/drivers/media/pci/ivtv/
Divtv-controls.c31 if (fmt && itv->vbi.sliced_mpeg_data[0] == NULL) { in ivtv_s_stream_vbi_fmt()
36 itv->vbi.sliced_mpeg_data[i] = kmalloc(2049, GFP_KERNEL); in ivtv_s_stream_vbi_fmt()
37 if (itv->vbi.sliced_mpeg_data[i] == NULL) { in ivtv_s_stream_vbi_fmt()
39 kfree(itv->vbi.sliced_mpeg_data[i]); in ivtv_s_stream_vbi_fmt()
40 itv->vbi.sliced_mpeg_data[i] = NULL; in ivtv_s_stream_vbi_fmt()
Divtv-vbi.c200 u8 *dst = &itv->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data()
Divtv-driver.h599 u8 *sliced_mpeg_data[IVTV_VBI_FRAMES]; member
Divtv-fileops.c293 itv->vbi.sliced_mpeg_buf.buf = itv->vbi.sliced_mpeg_data[idx]; in ivtv_setup_sliced_vbi_buf()
Divtv-driver.c1464 kfree(itv->vbi.sliced_mpeg_data[i]); in ivtv_remove()