Searched refs:sliced_mpeg_data (Results 1 – 9 of 9) sorted by relevance
177 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()
44 u8 *dst = &cx->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data()
366 u8 *sliced_mpeg_data[CX18_VBI_FRAMES]; member
248 cx->vbi.sliced_mpeg_buf.buf = cx->vbi.sliced_mpeg_data[idx]; in cx18_setup_sliced_vbi_buf()
174 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()
157 u8 *dst = &itv->vbi.sliced_mpeg_data[idx][0]; in copy_vbi_data()
582 u8 *sliced_mpeg_data[IVTV_VBI_FRAMES]; member
295 itv->vbi.sliced_mpeg_buf.buf = itv->vbi.sliced_mpeg_data[idx]; in ivtv_setup_sliced_vbi_buf()
1353 kfree(itv->vbi.sliced_mpeg_data[i]); in ivtv_remove()