Symbol: tw686x_video_channel
drivers/media/pci/tw686x/tw686x-video.c
1009
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
101
static int tw686x_memcpy_dma_alloc(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
1018
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
1087
struct tw686x_video_channel *vc;
drivers/media/pci/tw686x/tw686x-video.c
1148
struct tw686x_video_channel *vc = &dev->video_channels[ch];
drivers/media/pci/tw686x/tw686x-video.c
1184
struct tw686x_video_channel *vc = &dev->video_channels[ch];
drivers/media/pci/tw686x/tw686x-video.c
1191
struct tw686x_video_channel *vc = &dev->video_channels[ch];
drivers/media/pci/tw686x/tw686x-video.c
128
static void tw686x_memcpy_buf_refill(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
154
static void tw686x_contig_buf_refill(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
224
static void tw686x_sg_buf_refill(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
254
static void tw686x_sg_dma_free(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
269
static int tw686x_sg_dma_alloc(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
320
struct tw686x_video_channel *vc = &dev->video_channels[ch];
drivers/media/pci/tw686x/tw686x-video.c
401
static void tw686x_set_framerate(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
425
struct tw686x_video_channel *vc = vb2_get_drv_priv(vq);
drivers/media/pci/tw686x/tw686x-video.c
450
struct tw686x_video_channel *vc = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/pci/tw686x/tw686x-video.c
472
static void tw686x_clear_queue(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
49
static void tw686x_buf_done(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
495
struct tw686x_video_channel *vc = vb2_get_drv_priv(vq);
drivers/media/pci/tw686x/tw686x-video.c
547
struct tw686x_video_channel *vc = vb2_get_drv_priv(vq);
drivers/media/pci/tw686x/tw686x-video.c
566
struct tw686x_video_channel *vc = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/pci/tw686x/tw686x-video.c
586
struct tw686x_video_channel *vc;
drivers/media/pci/tw686x/tw686x-video.c
590
vc = container_of(ctrl->handler, struct tw686x_video_channel,
drivers/media/pci/tw686x/tw686x-video.c
624
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
640
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
669
static int tw686x_set_format(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
737
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
759
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
767
static int tw686x_set_standard(struct tw686x_video_channel *vc, v4l2_std_id id)
drivers/media/pci/tw686x/tw686x-video.c
77
static void tw686x_memcpy_dma_free(struct tw686x_video_channel *vc,
drivers/media/pci/tw686x/tw686x-video.c
803
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
834
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
892
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
901
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
918
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
937
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
953
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x-video.c
977
static void tw686x_set_input(struct tw686x_video_channel *vc, unsigned int i)
drivers/media/pci/tw686x/tw686x-video.c
991
struct tw686x_video_channel *vc = video_drvdata(file);
drivers/media/pci/tw686x/tw686x.h
106
int (*alloc)(struct tw686x_video_channel *vc, unsigned int pb);
drivers/media/pci/tw686x/tw686x.h
107
void (*free)(struct tw686x_video_channel *vc, unsigned int pb);
drivers/media/pci/tw686x/tw686x.h
108
void (*buf_refill)(struct tw686x_video_channel *vc, unsigned int pb);
drivers/media/pci/tw686x/tw686x.h
132
struct tw686x_video_channel *video_channels;