Searched refs:vfe (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_device.c | 946 if (zr->vfe) in jpeg_start() 947 zr36016_write(zr->vfe, 0, 1); in jpeg_start() 1019 if (zr->vfe) { in zr36057_enable_jpg() 1020 zr->vfe->control(zr->vfe, CODEC_S_JPEG_TDS_BYTE, in zr36057_enable_jpg() 1022 zr->vfe->set_video(zr->vfe, zr->timing, &cap, in zr36057_enable_jpg() 1024 zr->vfe->set_mode(zr->vfe, CODEC_DO_COMPRESSION); in zr36057_enable_jpg() 1047 if (zr->vfe) { in zr36057_enable_jpg() 1048 zr->vfe->set_video(zr->vfe, zr->timing, &cap, in zr36057_enable_jpg() 1050 zr->vfe->set_mode(zr->vfe, CODEC_DO_EXPANSION); in zr36057_enable_jpg()
|
D | zoran_card.c | 1098 if (zr->vfe) { in zoran_remove() 1099 struct videocodec_master *master = zr->vfe->master_data; in zoran_remove() 1101 videocodec_detach(zr->vfe); in zoran_remove() 1402 zr->vfe = videocodec_attach(master_vfe); in zoran_probe() 1403 if (!zr->vfe) { in zoran_probe() 1408 if (zr->vfe->type != zr->card.video_vfe) { in zoran_probe() 1431 videocodec_detach(zr->vfe); in zoran_probe()
|
D | zoran.h | 281 struct videocodec *vfe; /* video front end */ member
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 920 struct vb2_dvb_frontend *vfe; in cx23885_set_freq_via_ops() local 944 vfe = vb2_dvb_get_frontend(&dev->ts2.frontends, 1); in cx23885_set_freq_via_ops() 945 if (!vfe) { in cx23885_set_freq_via_ops() 949 fe = vfe->dvb.frontend; in cx23885_set_freq_via_ops()
|