Searched defs:vbi_data (Results 1 – 2 of 2) sorted by relevance
41 struct vbi_data { struct42 struct video_device *v_dev;43 struct video_data *video;44 struct front_face *front;46 unsigned int copied;47 unsigned int vbi_size; /* the whole size of two fields */48 int users;182 struct vbi_data vbi_data; /* vbi */ member
949 unsigned char *vbi_data; in au0828_vbi_buffer_timeout() local