Home
last modified time | relevance | path

Searched defs:vout (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c200 static int omap_vout_calculate_offset(struct omap_vout_device *vout) in omap_vout_calculate_offset() argument
238 video_mode_to_dss_mode(struct omap_vout_device * vout) video_mode_to_dss_mode() argument
278 omapvid_setup_overlay(struct omap_vout_device * vout,struct omap_overlay * ovl,int posx,int posy,int outw,int outh,dma_addr_t addr) omapvid_setup_overlay() argument
355 omapvid_init(struct omap_vout_device * vout,dma_addr_t addr) omapvid_init() argument
420 omapvid_apply_changes(struct omap_vout_device * vout) omapvid_apply_changes() argument
439 omapvid_handle_interlace_display(struct omap_vout_device * vout,unsigned int irqstatus,u64 ts) omapvid_handle_interlace_display() argument
488 struct omap_vout_device *vout = (struct omap_vout_device *)arg; omap_vout_isr() local
574 struct omap_vout_device *vout = video_drvdata(file); vidioc_querycap() local
600 struct omap_vout_device *vout = video_drvdata(file); vidioc_g_fmt_vid_out() local
613 struct omap_vout_device *vout = video_drvdata(file); vidioc_try_fmt_vid_out() local
640 struct omap_vout_device *vout = video_drvdata(file); vidioc_s_fmt_vid_out() local
703 struct omap_vout_device *vout = video_drvdata(file); vidioc_try_fmt_vid_overlay() local
725 struct omap_vout_device *vout = video_drvdata(file); vidioc_s_fmt_vid_overlay() local
771 struct omap_vout_device *vout = video_drvdata(file); vidioc_g_fmt_vid_overlay() local
792 struct omap_vout_device *vout = video_drvdata(file); vidioc_g_selection() local
819 struct omap_vout_device *vout = video_drvdata(file); vidioc_s_selection() local
863 struct omap_vout_device *vout = omap_vout_s_ctrl() local
946 struct omap_vout_device *vout = vb2_get_drv_priv(vq); omap_vout_vb2_queue_setup() local
966 struct omap_vout_device *vout = vb2_get_drv_priv(vb->vb2_queue); omap_vout_vb2_prepare() local
989 struct omap_vout_device *vout = vb2_get_drv_priv(vb->vb2_queue); omap_vout_vb2_queue() local
997 struct omap_vout_device *vout = vb2_get_drv_priv(vq); omap_vout_vb2_start_streaming() local
1086 struct omap_vout_device *vout = vb2_get_drv_priv(vq); omap_vout_vb2_stop_streaming() local
1124 struct omap_vout_device *vout = video_drvdata(file); vidioc_s_fbuf() local
1195 struct omap_vout_device *vout = video_drvdata(file); vidioc_g_fbuf() local
1307 omap_vout_setup_video_data(struct omap_vout_device * vout) omap_vout_setup_video_data() argument
1421 struct omap_vout_device *vout; omap_vout_setup_video_bufs() local
1443 struct omap_vout_device *vout; omap_vout_create_video_devices() local
1533 omap_vout_cleanup_device(struct omap_vout_device * vout) omap_vout_cleanup_device() argument
[all...]
H A Domap_vout_vrfb.h26 static inline void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) { }; in omap_vout_free_vrfb_buffers() argument
30 static inline void omap_vout_release_vrfb(struct omap_vout_device *vout) { }; in omap_vout_release_vrfb() argument
31 static inline int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, in omap_vout_vrfb_buffer_setup() argument
34 static inline int omap_vout_prepare_vrfb(struct omap_vout_device *vout, in omap_vout_prepare_vrfb() argument
37 static inline void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) { }; in omap_vout_calculate_vrfb_offset() argument
[all...]
H A Domap_vout_vrfb.c30 static int omap_vout_allocate_vrfb_buffers(struct omap_vout_device *vout, in omap_vout_allocate_vrfb_buffers() argument
76 omap_vout_free_vrfb_buffers(struct omap_vout_device * vout) omap_vout_free_vrfb_buffers() argument
94 struct omap_vout_device *vout; omap_vout_setup_vrfb_bufs() local
178 omap_vout_release_vrfb(struct omap_vout_device * vout) omap_vout_release_vrfb() argument
197 omap_vout_vrfb_buffer_setup(struct omap_vout_device * vout,unsigned int * count,unsigned int startindex) omap_vout_vrfb_buffer_setup() argument
230 omap_vout_prepare_vrfb(struct omap_vout_device * vout,struct vb2_buffer * vb) omap_vout_prepare_vrfb() argument
318 omap_vout_calculate_vrfb_offset(struct omap_vout_device * vout) omap_vout_calculate_vrfb_offset() argument
[all...]
H A Domap_voutdef.h184 static inline int is_rotation_90_or_270(const struct omap_vout_device *vout) in is_rotation_90_or_270() argument
193 static inline int is_rotation_enabled(const struct omap_vout_device *vout) in is_rotation_enabled() argument
201 static inline int calc_rotation(const struct omap_vout_device *vout) in calc_rotation() argument
[all...]
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c1019 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_enumaudout() argument
1027 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_g_audout() argument
1037 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in vidioc_s_audout() argument
/linux/drivers/hwmon/pmbus/
H A Dstpddc60.c42 static u8 stpddc60_get_offset(int vout, u16 limit, bool over) in stpddc60_get_offset() argument
/linux/drivers/media/pci/mgb4/
H A Dmgb4_core.h39 struct mgb4_vout_dev *vout[MGB4_VOUT_DEVICES]; member
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c754 static int ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in ivtv_s_audio() argument
783 static int ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in ivtv_s_audout() argument
800 static int ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) in ivtv_enum_output() argument
/linux/drivers/pcmcia/
H A Dsoc_common.c99 int vout = regulator_get_voltage(r->reg) / 100000; in soc_pcmcia_regulator_set() local
/linux/drivers/media/pci/cx18/
H A Dcx18-ioctl.c447 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in cx18_s_audio() argument
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c280 static int pvr2_s_audio(struct file *file, void *priv, const struct v4l2_audio *vout) in pvr2_s_audio() argument
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c824 bool is_dcd, tmout, vout; in rockchip_chg_detect_work() local
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c457 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local