/linux-4.1.27/drivers/media/platform/omap/ |
H A D | omap_vout_vrfb.h | 26 static inline void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) { }; omap_vout_setup_vrfb_bufs() argument 30 static inline void omap_vout_release_vrfb(struct omap_vout_device *vout) { }; omap_vout_vrfb_buffer_setup() argument 31 static inline int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, omap_vout_vrfb_buffer_setup() argument 34 static inline int omap_vout_prepare_vrfb(struct omap_vout_device *vout, omap_vout_prepare_vrfb() argument 37 static inline void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) { }; argument
|
H A D | omap_vout_vrfb.c | 31 static int omap_vout_allocate_vrfb_buffers(struct omap_vout_device *vout, omap_vout_allocate_vrfb_buffers() argument 77 void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) omap_vout_free_vrfb_buffers() argument 93 struct omap_vout_device *vout; omap_vout_setup_vrfb_bufs() local 168 void omap_vout_release_vrfb(struct omap_vout_device *vout) omap_vout_release_vrfb() argument 185 int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, omap_vout_vrfb_buffer_setup() argument 218 int omap_vout_prepare_vrfb(struct omap_vout_device *vout, omap_vout_prepare_vrfb() argument 293 void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout) omap_vout_calculate_vrfb_offset() argument
|
H A D | omap_voutdef.h | 180 struct omap_vout_device *vout; member in struct:omap_vout_device 190 static inline int is_rotation_90_or_270(const struct omap_vout_device *vout) is_rotation_90_or_270() argument 199 static inline int is_rotation_enabled(const struct omap_vout_device *vout) is_rotation_enabled() argument 207 static inline int calc_rotation(const struct omap_vout_device *vout) calc_rotation() argument
|
H A D | omap_vout.c | 243 void omap_vout_free_buffers(struct omap_vout_device *vout) omap_vout_free_buffers() argument 288 static int omap_vout_calculate_offset(struct omap_vout_device *vout) omap_vout_calculate_offset() argument 326 static int video_mode_to_dss_mode(struct omap_vout_device *vout) video_mode_to_dss_mode() argument 366 static int omapvid_setup_overlay(struct omap_vout_device *vout, omapvid_setup_overlay() argument 443 static int omapvid_init(struct omap_vout_device *vout, u32 addr) omapvid_init() argument 512 static int omapvid_apply_changes(struct omap_vout_device *vout) omapvid_apply_changes() argument 531 static int omapvid_handle_interlace_display(struct omap_vout_device *vout, omapvid_handle_interlace_display() argument 579 struct omap_vout_device *vout = (struct omap_vout_device *)arg; omap_vout_isr() local 676 struct omap_vout_device *vout = q->priv_data; omap_vout_buffer_setup() local 748 static void omap_vout_free_extra_buffers(struct omap_vout_device *vout) omap_vout_free_extra_buffers() argument 777 struct omap_vout_device *vout = q->priv_data; omap_vout_buffer_prepare() local 825 struct omap_vout_device *vout = q->priv_data; omap_vout_buffer_queue() local 841 struct omap_vout_device *vout = q->priv_data; omap_vout_buffer_release() local 855 struct omap_vout_device *vout = file->private_data; omap_vout_poll() local 863 struct omap_vout_device *vout = vma->vm_private_data; omap_vout_vm_open() local 872 struct omap_vout_device *vout = vma->vm_private_data; omap_vout_vm_close() local 890 struct omap_vout_device *vout = file->private_data; omap_vout_mmap() local 949 struct omap_vout_device *vout = file->private_data; omap_vout_release() local 1014 struct omap_vout_device *vout = NULL; omap_vout_open() local 1052 struct omap_vout_device *vout = fh; vidioc_querycap() local 1083 struct omap_vout_device *vout = fh; vidioc_g_fmt_vid_out() local 1096 struct omap_vout_device *vout = fh; vidioc_try_fmt_vid_out() local 1123 struct omap_vout_device *vout = fh; vidioc_s_fmt_vid_out() local 1189 struct omap_vout_device *vout = fh; vidioc_try_fmt_vid_overlay() local 1215 struct omap_vout_device *vout = fh; vidioc_s_fmt_vid_overlay() local 1242 struct omap_vout_device *vout = fh; vidioc_g_fmt_vid_overlay() local 1264 struct omap_vout_device *vout = fh; vidioc_cropcap() local 1282 struct omap_vout_device *vout = fh; vidioc_g_crop() local 1293 struct omap_vout_device *vout = fh; vidioc_s_crop() local 1357 struct omap_vout_device *vout = fh; vidioc_g_ctrl() local 1390 struct omap_vout_device *vout = fh; vidioc_s_ctrl() local 1486 struct omap_vout_device *vout = fh; vidioc_reqbufs() local 1551 struct omap_vout_device *vout = fh; vidioc_querybuf() local 1559 struct omap_vout_device *vout = fh; vidioc_qbuf() local 1586 struct omap_vout_device *vout = fh; vidioc_dqbuf() local 1617 struct omap_vout_device *vout = fh; vidioc_streamon() local 1702 struct omap_vout_device *vout = fh; vidioc_streamoff() local 1740 struct omap_vout_device *vout = fh; vidioc_s_fbuf() local 1811 struct omap_vout_device *vout = fh; vidioc_g_fbuf() local 1875 static int __init omap_vout_setup_video_data(struct omap_vout_device *vout) omap_vout_setup_video_data() argument 1955 struct omap_vout_device *vout; omap_vout_setup_video_bufs() local 2004 struct omap_vout_device *vout; omap_vout_create_video_devices() local 2081 static void omap_vout_cleanup_device(struct omap_vout_device *vout) omap_vout_cleanup_device() argument
|
/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-ioctl.c | 428 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) cx18_s_audio() argument
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-vid-out.c | 1078 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout) vidioc_enumaudout() argument 1086 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout) vidioc_g_audout() argument 1096 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) vidioc_s_audout() argument
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
H A D | intr_vect_defs.h | 115 unsigned int vout : 1; member in struct:__anon955 157 unsigned int vout : 1; member in struct:__anon956 197 unsigned int vout : 1; member in struct:__anon957 237 unsigned int vout : 1; member in struct:__anon958
|
H A D | marb_bar_defs.h | 215 unsigned int vout : 1; member in struct:__anon1122 231 unsigned int vout : 1; member in struct:__anon1123 246 unsigned int vout : 1; member in struct:__anon1124 401 unsigned int vout : 1; member in struct:__anon1127 443 unsigned int vout : 1; member in struct:__anon1130 458 unsigned int vout : 1; member in struct:__anon1131
|
H A D | pinmux_defs.h | 91 unsigned int vout : 1; member in struct:__anon1167
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 773 static int ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) ivtv_s_audio() argument 802 static int ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) ivtv_s_audout() argument 819 static int ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) ivtv_enum_output() argument
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 315 static int pvr2_s_audio(struct file *file, void *priv, const struct v4l2_audio *vout) pvr2_s_audio() argument
|
/linux-4.1.27/drivers/usb/phy/ |
H A D | phy-msm-usb.c | 1057 bool is_dcd, tmout, vout; msm_chg_detect_work() local
|