Searched defs:vout (Results 1 – 11 of 11) sorted by relevance
/drivers/media/platform/omap/ |
D | omap_vout.c | 200 static int omap_vout_calculate_offset(struct omap_vout_device *vout) in omap_vout_calculate_offset() 238 static int video_mode_to_dss_mode(struct omap_vout_device *vout) in video_mode_to_dss_mode() 278 static int omapvid_setup_overlay(struct omap_vout_device *vout, in omapvid_setup_overlay() 355 static int omapvid_init(struct omap_vout_device *vout, u32 addr) in omapvid_init() 420 static int omapvid_apply_changes(struct omap_vout_device *vout) in omapvid_apply_changes() 439 static int omapvid_handle_interlace_display(struct omap_vout_device *vout, in omapvid_handle_interlace_display() 487 struct omap_vout_device *vout = (struct omap_vout_device *)arg; in omap_vout_isr() local 573 struct omap_vout_device *vout = video_drvdata(file); in vidioc_querycap() local 599 struct omap_vout_device *vout = video_drvdata(file); in vidioc_g_fmt_vid_out() local 612 struct omap_vout_device *vout = video_drvdata(file); in vidioc_try_fmt_vid_out() local [all …]
|
D | omap_vout_vrfb.h | 26 static inline void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) { }; in omap_vout_free_vrfb_buffers() 30 static inline void omap_vout_release_vrfb(struct omap_vout_device *vout) { }; in omap_vout_release_vrfb() 31 static inline int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, in omap_vout_vrfb_buffer_setup() 34 static inline int omap_vout_prepare_vrfb(struct omap_vout_device *vout, in omap_vout_prepare_vrfb() 37 static inline void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) { }; in omap_vout_calculate_vrfb_offset()
|
D | omap_vout_vrfb.c | 30 static int omap_vout_allocate_vrfb_buffers(struct omap_vout_device *vout, in omap_vout_allocate_vrfb_buffers() 76 void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) in omap_vout_free_vrfb_buffers() 94 struct omap_vout_device *vout; in omap_vout_setup_vrfb_bufs() local 178 void omap_vout_release_vrfb(struct omap_vout_device *vout) in omap_vout_release_vrfb() 197 int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, in omap_vout_vrfb_buffer_setup() 230 int omap_vout_prepare_vrfb(struct omap_vout_device *vout, in omap_vout_prepare_vrfb() 318 void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) in omap_vout_calculate_vrfb_offset()
|
D | omap_voutdef.h | 184 static inline int is_rotation_90_or_270(const struct omap_vout_device *vout) in is_rotation_90_or_270() 193 static inline int is_rotation_enabled(const struct omap_vout_device *vout) in is_rotation_enabled() 201 static inline int calc_rotation(const struct omap_vout_device *vout) in calc_rotation()
|
/drivers/media/test-drivers/vivid/ |
D | vivid-vid-out.c | 1106 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_enumaudout() 1114 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_g_audout() 1124 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in vidioc_s_audout()
|
/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 760 static int ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in ivtv_s_audio() 789 static int ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in ivtv_s_audout() 806 static int ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) in ivtv_enum_output()
|
/drivers/pcmcia/ |
D | soc_common.c | 100 int vout = regulator_get_voltage(r->reg) / 100000; in soc_pcmcia_regulator_set() local
|
/drivers/media/pci/cx18/ |
D | cx18-ioctl.c | 413 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in cx18_s_audio()
|
/drivers/phy/rockchip/ |
D | phy-rockchip-inno-usb2.c | 692 bool is_dcd, tmout, vout; in rockchip_chg_detect_work() local
|
/drivers/gpu/drm/virtio/ |
D | virtgpu_vq.c | 377 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 280 static int pvr2_s_audio(struct file *file, void *priv, const struct v4l2_audio *vout) in pvr2_s_audio()
|