Home
last modified time | relevance | path

Searched refs:vout (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v4.19/drivers/media/platform/omap/
Domap_vout_vrfb.c31 static int omap_vout_allocate_vrfb_buffers(struct omap_vout_device *vout, in omap_vout_allocate_vrfb_buffers() argument
37 if (!vout->smsshado_virt_addr[i]) { in omap_vout_allocate_vrfb_buffers()
38 vout->smsshado_virt_addr[i] = in omap_vout_allocate_vrfb_buffers()
39 omap_vout_alloc_buffer(vout->smsshado_size, in omap_vout_allocate_vrfb_buffers()
40 &vout->smsshado_phy_addr[i]); in omap_vout_allocate_vrfb_buffers()
42 if (!vout->smsshado_virt_addr[i] && startindex != -1) { in omap_vout_allocate_vrfb_buffers()
43 if (V4L2_MEMORY_MMAP == vout->memory && i >= startindex) in omap_vout_allocate_vrfb_buffers()
46 if (!vout->smsshado_virt_addr[i]) { in omap_vout_allocate_vrfb_buffers()
49 vout->smsshado_virt_addr[j], in omap_vout_allocate_vrfb_buffers()
50 vout->smsshado_size); in omap_vout_allocate_vrfb_buffers()
[all …]
Domap_vout.c231 void omap_vout_free_buffers(struct omap_vout_device *vout) in omap_vout_free_buffers() argument
236 numbuffers = (vout->vid) ? video2_numbuffers : video1_numbuffers; in omap_vout_free_buffers()
237 vout->buffer_size = (vout->vid) ? video2_bufsize : video1_bufsize; in omap_vout_free_buffers()
240 omap_vout_free_buffer(vout->buf_virt_addr[i], in omap_vout_free_buffers()
241 vout->buffer_size); in omap_vout_free_buffers()
242 vout->buf_phy_addr[i] = 0; in omap_vout_free_buffers()
243 vout->buf_virt_addr[i] = 0; in omap_vout_free_buffers()
276 static int omap_vout_calculate_offset(struct omap_vout_device *vout) in omap_vout_calculate_offset() argument
279 struct v4l2_rect *crop = &vout->crop; in omap_vout_calculate_offset()
280 struct v4l2_pix_format *pix = &vout->pix; in omap_vout_calculate_offset()
[all …]
Domap_vout_vrfb.h16 void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout);
19 void omap_vout_release_vrfb(struct omap_vout_device *vout);
20 int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout,
22 int omap_vout_prepare_vrfb(struct omap_vout_device *vout,
24 void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout);
26 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
Domap_voutdef.h181 struct omap_vout_device *vout; member
191 static inline int is_rotation_90_or_270(const struct omap_vout_device *vout) in is_rotation_90_or_270() argument
193 return (vout->rotation == dss_rotation_90_degree || in is_rotation_90_or_270()
194 vout->rotation == dss_rotation_270_degree); in is_rotation_90_or_270()
200 static inline int is_rotation_enabled(const struct omap_vout_device *vout) in is_rotation_enabled() argument
202 return vout->rotation || vout->mirror; in is_rotation_enabled()
208 static inline int calc_rotation(const struct omap_vout_device *vout) in calc_rotation() argument
210 if (!vout->mirror) in calc_rotation()
211 return vout->rotation; in calc_rotation()
213 switch (vout->rotation) { in calc_rotation()
[all …]
DMakefile6 omap-vout-y += omap_vout.o omap_voutlib.o
7 omap-vout-$(CONFIG_VIDEO_OMAP2_VOUT_VRFB) += omap_vout_vrfb.o
8 obj-$(CONFIG_VIDEO_OMAP2_VOUT) += omap-vout.o
/Linux-v4.19/drivers/staging/erofs/
Dunzip_vle_lz4.c111 void *vin, *vout; in z_erofs_vle_unzip_fast_percpu() local
126 vout = erofs_pcpubuf[smp_processor_id()].data; in z_erofs_vle_unzip_fast_percpu()
128 ret = z_erofs_unzip_lz4(vin, vout + pageofs, in z_erofs_vle_unzip_fast_percpu()
143 memcpy(vin + pageofs, vout + pageofs, j); in z_erofs_vle_unzip_fast_percpu()
147 memcpy(dst + pageofs, vout + pageofs, j); in z_erofs_vle_unzip_fast_percpu()
152 vout += PAGE_SIZE; in z_erofs_vle_unzip_fast_percpu()
168 void *vout, in z_erofs_vle_unzip_vmap() argument
193 ret = z_erofs_unzip_lz4(vin, vout + pageofs, in z_erofs_vle_unzip_vmap()
Dunzip_vle.c805 void *vout; in z_erofs_vle_unzip() local
946 vout = erofs_vmap(pages, nr_pages); in z_erofs_vle_unzip()
949 clusterpages, vout, llen, work->pageofs, overlapped); in z_erofs_vle_unzip()
951 erofs_vunmap(vout, nr_pages); in z_erofs_vle_unzip()
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vid-out.h37 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout);
38 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout);
39 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout);
Dvivid-vid-out.c1073 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_enumaudout() argument
1075 if (vout->index >= ARRAY_SIZE(vivid_audio_outputs)) in vidioc_enumaudout()
1077 *vout = vivid_audio_outputs[vout->index]; in vidioc_enumaudout()
1081 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_g_audout() argument
1087 *vout = vivid_audio_outputs[dev->tv_audio_output]; in vidioc_g_audout()
1091 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in vidioc_s_audout() argument
1097 if (vout->index >= ARRAY_SIZE(vivid_audio_outputs)) in vidioc_s_audout()
1099 dev->tv_audio_output = vout->index; in vidioc_s_audout()
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
Dtps62360-regulator.txt12 - ti,enable-vout-discharge: Enable output discharge. This is boolean value.
33 regulator-name = "tps62361-vout";
43 ti,enable-vout-discharge;
Dtps51632-regulator.txt21 regulator-name = "tps51632-vout";
/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-inno-usb2.c704 bool is_dcd, tmout, vout; in rockchip_chg_detect_work() local
741 vout = property_enabled(rphy->grf, in rockchip_chg_detect_work()
744 if (vout) { in rockchip_chg_detect_work()
763 vout = property_enabled(rphy->grf, in rockchip_chg_detect_work()
767 if (vout) in rockchip_chg_detect_work()
/Linux-v4.19/Documentation/hwmon/
Dtps4042242 in[1-2]_label "vout[1-2]"
Dmax3178542 in[1-6]_label "vout[18-23]"
Dmax1606443 in[1-4]_label "vout[1-4]"
Dir3522158 in[2-3]_label "vout[1-2]"
Ducd920066 in[2-5]_label "vout[1-4]".
Dmax3444080 in[1-6]_label "vout[1-6]".
Ducd900079 in[1-12]_label "vout[1-12]".
Dltc2978121 in[N]_label "vout[1-8]".
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-ioctl.c778 static int ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in ivtv_s_audio() argument
782 if (vout->index >= itv->nof_audio_inputs) in ivtv_s_audio()
785 itv->audio_input = vout->index; in ivtv_s_audio()
807 static int ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in ivtv_s_audout() argument
811 if (itv->card->video_outputs == NULL || vout->index != 0) in ivtv_s_audout()
824 static int ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) in ivtv_enum_output() argument
828 return ivtv_get_output(itv, vout->index, vout); in ivtv_enum_output()
/Linux-v4.19/drivers/pcmcia/
Dsoc_common.c100 int vout = regulator_get_voltage(r->reg) / 100000; in soc_pcmcia_regulator_set() local
105 v / 10, v % 10, vout / 10, vout % 10); in soc_pcmcia_regulator_set()
/Linux-v4.19/Documentation/misc-devices/
Dmax687527 vin gpi vout
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c269 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_ctrl_buffer_locked() local
281 sg_init_one(&vout, vbuf->data_buf, vbuf->data_size); in virtio_gpu_queue_ctrl_buffer_locked()
282 sgs[outcnt + incnt] = &vout; in virtio_gpu_queue_ctrl_buffer_locked()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-ioctl.c425 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in cx18_s_audio() argument
429 if (vout->index >= cx->nof_audio_inputs) in cx18_s_audio()
431 cx->audio_input = vout->index; in cx18_s_audio()

12