Home
last modified time | relevance | path

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

/drivers/media/video/cx18/
Dcx18-controls.c177 if (fmt && cx->vbi.sliced_mpeg_data[0] == NULL) { in cx18_setup_vbi_fmt()
182 cx->vbi.sliced_mpeg_data[i] = kmalloc(2049, GFP_KERNEL); in cx18_setup_vbi_fmt()
183 if (cx->vbi.sliced_mpeg_data[i] == NULL) { in cx18_setup_vbi_fmt()
185 kfree(cx->vbi.sliced_mpeg_data[i]); in cx18_setup_vbi_fmt()
186 cx->vbi.sliced_mpeg_data[i] = NULL; in cx18_setup_vbi_fmt()
Dcx18-vbi.c44 u8 *dst = &cx->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data()
Dcx18-driver.h366 u8 *sliced_mpeg_data[CX18_VBI_FRAMES]; member
Dcx18-fileops.c248 cx->vbi.sliced_mpeg_buf.buf = cx->vbi.sliced_mpeg_data[idx]; in cx18_setup_sliced_vbi_buf()
/drivers/media/video/ivtv/
Divtv-controls.c174 if (fmt && itv->vbi.sliced_mpeg_data[0] == NULL) { in ivtv_setup_vbi_fmt()
179 itv->vbi.sliced_mpeg_data[i] = kmalloc(2049, GFP_KERNEL); in ivtv_setup_vbi_fmt()
180 if (itv->vbi.sliced_mpeg_data[i] == NULL) { in ivtv_setup_vbi_fmt()
182 kfree(itv->vbi.sliced_mpeg_data[i]); in ivtv_setup_vbi_fmt()
183 itv->vbi.sliced_mpeg_data[i] = NULL; in ivtv_setup_vbi_fmt()
Divtv-vbi.c157 u8 *dst = &itv->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data()
Divtv-driver.h582 u8 *sliced_mpeg_data[IVTV_VBI_FRAMES]; member
Divtv-fileops.c295 itv->vbi.sliced_mpeg_buf.buf = itv->vbi.sliced_mpeg_data[idx]; in ivtv_setup_sliced_vbi_buf()
Divtv-driver.c1353 kfree(itv->vbi.sliced_mpeg_data[i]); in ivtv_remove()