Searched refs:video_channels (Results 1 – 4 of 4) sorted by relevance
231 v4l2_ctrl_handler_free(&dev->video_channels[ch].ctrl_handler); in tw686x_dev_release()236 kfree(dev->video_channels); in tw686x_dev_release()253 dev->video_channels = kcalloc(max_channels(dev), in tw686x_probe()254 sizeof(*dev->video_channels), GFP_KERNEL); in tw686x_probe()255 if (!dev->video_channels) { in tw686x_probe()358 kfree(dev->video_channels); in tw686x_probe()
132 struct tw686x_video_channel *video_channels; member
290 virt = dev->video_channels[0].dma_descs[pb].virt + in tw686x_sg_dma_alloc()320 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_sg_setup()1093 vc = &dev->video_channels[ch]; in tw686x_video_irq()1149 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_video_free()1185 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_video_init()1192 struct tw686x_video_channel *vc = &dev->video_channels[ch]; in tw686x_video_init()
151 u8 video_channels; member302 features->video_channels = 0; in get_features()306 features->video_channels = 1; in get_features()311 features->video_channels = 2; in get_features()519 features->video_channels = raw_features & 0x3; in get_features()703 printf(", %d video channel(s)\n", features.video_channels); in fpga_print_info()