Home
last modified time | relevance | path

Searched defs:video (Results 1 – 25 of 50) sorted by relevance

12

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-video.c67 static struct v4l2_subdev *video_remote_subdev(struct camss_video *video, in video_remote_subdev()
83 static int video_get_subdev_format(struct camss_video *video, in video_get_subdev_format()
122 struct camss_video *video = vb2_get_drv_priv(q); in video_queue_setup() local
149 struct camss_video *video = vb2_get_drv_priv(vb->vb2_queue); in video_buf_init() local
179 struct camss_video *video = vb2_get_drv_priv(vb->vb2_queue); in video_buf_prepare() local
199 struct camss_video *video = vb2_get_drv_priv(vb->vb2_queue); in video_buf_queue() local
206 static int video_check_format(struct camss_video *video) in video_check_format()
230 struct camss_video *video = vb2_get_drv_priv(q); in video_start_streaming() local
278 struct camss_video *video = vb2_get_drv_priv(q); in video_stop_streaming() local
335 struct camss_video *video = video_drvdata(file); in video_enum_fmt() local
[all …]
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c63 static int vsp1_video_verify_format(struct vsp1_video *video) in vsp1_video_verify_format()
93 static int __vsp1_video_try_format(struct vsp1_video *video, in __vsp1_video_try_format()
195 vsp1_video_complete_buffer(struct vsp1_video *video) in vsp1_video_complete_buffer()
234 struct vsp1_video *video = rwpf->video; in vsp1_video_frame_end() local
440 struct vsp1_video *video) in vsp1_video_pipeline_build()
527 struct vsp1_video *video) in vsp1_video_pipeline_init()
544 static struct vsp1_pipeline *vsp1_video_pipeline_get(struct vsp1_video *video) in vsp1_video_pipeline_get()
600 struct vsp1_video *video = vb2_get_drv_priv(vq); in vsp1_video_queue_setup() local
625 struct vsp1_video *video = vb2_get_drv_priv(vb->vb2_queue); in vsp1_video_buffer_prepare() local
649 struct vsp1_video *video = vb2_get_drv_priv(vb->vb2_queue); in vsp1_video_buffer_queue() local
[all …]
H A Dvsp1_video.h36 struct video_device video; member
H A Dvsp1_histo.h36 struct video_device video; member
H A Dvsp1_rwpf.h37 struct vsp1_video *video; member
H A Dvsp1_wpf.c46 struct vsp1_video *video = wpf->video; in vsp1_wpf_set_rotation() local
/linux/drivers/staging/media/starfive/camss/
H A Dstf-capture.c58 static inline struct stf_capture *to_stf_capture(struct stfcamss_video *video) in to_stf_capture()
76 static void stf_init_addrs(struct stfcamss_video *video) in stf_init_addrs()
110 static void stf_cap_s_cfg(struct stfcamss_video *video) in stf_cap_s_cfg()
135 static int stf_cap_s_cleanup(struct stfcamss_video *video) in stf_cap_s_cleanup()
150 static void stf_wr_data_en(struct stfcamss_video *video) in stf_wr_data_en()
158 static void stf_wr_irq_enable(struct stfcamss_video *video) in stf_wr_irq_enable()
166 static void stf_wr_irq_disable(struct stfcamss_video *video) in stf_wr_irq_disable()
176 static void stf_channel_set(struct stfcamss_video *video) in stf_channel_set()
219 static void stf_capture_start(struct stfcamss_video *video) in stf_capture_start()
232 static void stf_capture_stop(struct stfcamss_video *video) in stf_capture_stop()
[all …]
H A Dstf-capture.h74 struct stfcamss_video video; member
/linux/drivers/acpi/
H A Dacpi_video.c200 struct acpi_video_bus *video; member
256 struct acpi_video_device *video = cooling_dev->devdata; in video_get_max_state() local
265 struct acpi_video_device *video = cooling_dev->devdata; in video_get_cur_state() local
284 struct acpi_video_device *video = cooling_dev->devdata; in video_set_cur_state() local
692 acpi_video_bus_DOS(struct acpi_video_bus *video, int bios_flag, int lcd_flag) in acpi_video_bus_DOS()
1022 static void acpi_video_bus_find_cap(struct acpi_video_bus *video) in acpi_video_bus_find_cap()
1043 static int acpi_video_bus_check(struct acpi_video_bus *video) in acpi_video_bus_check()
1094 acpi_video_get_device_attr(struct acpi_video_bus *video, unsigned long device_id) in acpi_video_get_device_attr()
1109 acpi_video_get_device_type(struct acpi_video_bus *video, in acpi_video_get_device_type()
1126 struct acpi_video_bus *video = arg; in acpi_video_bus_get_one_device() local
[all …]
/linux/drivers/media/pci/mgb4/
H A Dmgb4_io.h34 static inline bool has_yuv_and_timeperframe(struct mgb4_regs *video) in has_yuv_and_timeperframe()
41 #define has_yuv(video) has_yuv_and_timeperframe(video) argument
42 #define has_timeperframe(video) has_yuv_and_timeperframe(video) argument
H A Dmgb4_cmt.c194 struct mgb4_regs *video = &voutdev->mgbdev->video; in mgb4_cmt_set_vout_freq() local
223 struct mgb4_regs *video = &vindev->mgbdev->video; in mgb4_cmt_set_vin_freq_range() local
/linux/Documentation/userspace-api/media/v4l/
H A Dvideo.rst3 .. _video: target
/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h143 #define isp_video_dmaqueue_flags_clr(video) \ argument
156 struct video_device video; member
191 struct isp_video *video; member
/linux/drivers/video/fbdev/
H A Dpm2fb.c92 u32 video; /* video flags before blanking */ member
516 static void set_video(struct pm2fb_par *p, u32 video) in set_video()
700 u32 video = 0; in pm2fb_set_par() local
1007 u32 video = par->video; in pm2fb_blank() local
H A Dpm3fb.c70 u32 video; /* video flags before blanking */ member
809 unsigned int video = par->video; in pm3fb_write_mode() local
1157 u32 video = par->video; in pm3fb_blank() local
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-stats.c24 struct video_device *video = video_devdata(file); in rkisp1_stats_enum_fmt_meta_cap() local
37 struct video_device *video = video_devdata(file); in rkisp1_stats_g_fmt_meta_cap() local
H A Drkisp1-params.c2406 struct video_device *video = video_devdata(file); in rkisp1_params_enum_fmt_meta_out() local
2420 struct video_device *video = video_devdata(file); in rkisp1_params_g_fmt_meta_out() local
2435 struct video_device *video = video_devdata(file); in rkisp1_params_try_fmt_meta_out() local
2449 struct video_device *video = video_devdata(file); in rkisp1_params_s_fmt_meta_out() local
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.c316 int atomisp_video_init(struct atomisp_video_pipe *video) in atomisp_video_init()
336 void atomisp_video_unregister(struct atomisp_video_pipe *video) in atomisp_video_unregister()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.h23 } video; member
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c583 static int cdn_dp_get_msa_misc(struct video_info *video, in cdn_dp_get_msa_misc()
632 struct video_info *video = &dp->video_info; in cdn_dp_config_video() local
/linux/drivers/media/platform/xilinx/
H A Dxilinx-dma.h80 struct video_device video; member
/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-format.h52 struct mmal_video_format video; member
/linux/drivers/media/platform/ti/davinci/
H A Dvpif_capture.h96 struct video_obj video; member
H A Dvpif_display.h105 struct video_obj video; member
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-g6.dtsi426 video: video@1e700000 { label

12