Home
last modified time | relevance | path

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

12

/linux/drivers/media/platform/ti/omap/
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
36 if (!vout->smsshado_virt_addr[i]) { in omap_vout_allocate_vrfb_buffers()
37 vout->smsshado_virt_addr[i] = in omap_vout_allocate_vrfb_buffers()
38 omap_vout_alloc_buffer(vout->smsshado_size, in omap_vout_allocate_vrfb_buffers()
39 &vout->smsshado_phy_addr[i]); in omap_vout_allocate_vrfb_buffers()
41 if (!vout->smsshado_virt_addr[i] && startindex != -1) { in omap_vout_allocate_vrfb_buffers()
42 if (vout->vq.memory == V4L2_MEMORY_MMAP && i >= startindex) in omap_vout_allocate_vrfb_buffers()
45 if (!vout->smsshado_virt_addr[i]) { in omap_vout_allocate_vrfb_buffers()
48 vout->smsshado_virt_addr[j], in omap_vout_allocate_vrfb_buffers()
49 vout->smsshado_size); in omap_vout_allocate_vrfb_buffers()
[all …]
H A Domap_vout.c200 static int omap_vout_calculate_offset(struct omap_vout_device *vout) in omap_vout_calculate_offset() argument
203 struct v4l2_rect *crop = &vout->crop; in omap_vout_calculate_offset()
204 struct v4l2_pix_format *pix = &vout->pix; in omap_vout_calculate_offset()
205 int *cropped_offset = &vout->cropped_offset; in omap_vout_calculate_offset()
208 ovid = &vout->vid_info; in omap_vout_calculate_offset()
211 omap_vout_calculate_vrfb_offset(vout); in omap_vout_calculate_offset()
213 vout->line_length = line_length = pix->width; in omap_vout_calculate_offset()
223 vout->ps = ps; in omap_vout_calculate_offset()
229 v4l2_dbg(1, debug, &vout->vid_dev->v4l2_dev, "%s Offset:%x\n", in omap_vout_calculate_offset()
230 __func__, vout->cropped_offset); in omap_vout_calculate_offset()
[all …]
H A 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
H A DMakefile7 omap-vout-y += omap_vout.o omap_voutlib.o
8 omap-vout-$(CONFIG_VIDEO_OMAP2_VOUT_VRFB) += omap_vout_vrfb.o
9 obj-$(CONFIG_VIDEO_OMAP2_VOUT) += omap-vout.o
/linux/Documentation/hwmon/
H A Dbel-pfe.rst94 in[3-8]_label "vout[1-3,5-7]"
96 in[3-4]_alarm vout[1-2] output voltage alarm
111 - curr3, fan2, vout[2-7], vcap, pin2, pout2 and temp3 attributes only
H A Dtps40422.rst47 in[1-2]_label "vout[1-2]"
H A Dmp2856.rst63 - indexes 2, 3 for "vout";
H A Dxdpe152c4.rst64 indexes 1, 2 are for "vin" and 3, 4 for "vout":
H A Dpxe1610.rst88 in[2-4]_label "vout[1-3]"
H A Dir35221.rst62 in[2-3]_label "vout[1-2]"
H A Dxdpe12284.rst69 indexes 1, 2 are for "vin" and 3, 4 for "vout":
H A Dstpddc60.rst37 The vout under- and over-voltage limits are set in relation to the commanded
H A Dlt7182s.rst72 in[3-4|6-7]_label "vout[1-2]"
H A Dmp2975.rst84 - indexes n+1, n+2 for "vout";
H A Ducd9200.rst73 in[2-5]_label "vout[1-4]".
H A Ducd9000.rst93 in[1-12]_label "vout[1-12]".
/linux/drivers/clk/starfive/
H A DMakefile12 obj-$(CONFIG_CLK_STARFIVE_JH7110_VOUT) += clk-starfive-jh7110-vout.o
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-delta-ahe50dc.dts10 vout-supply = <&efuse##n>; \
21 efuse##num: vout { \
/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xc-lxa-tac.dtsi141 vout-supply = <&reg_iobus_12v>;
146 vout-supply = <&v3v3_hdmi>;
/linux/Documentation/misc-devices/
H A Dmax6875.rst33 - vin gpi vout
/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
451 if (vout->index >= cx->nof_audio_inputs) in cx18_s_audio()
453 cx->audio_input = vout->index; in cx18_s_audio()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c485 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_fenced_ctrl_buffer() local
511 sg_init_one(&vout, vbuf->data_buf, vbuf->data_size); in virtio_gpu_queue_fenced_ctrl_buffer()
513 sgs[outcnt] = &vout; in virtio_gpu_queue_fenced_ctrl_buffer()
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c283 static int pvr2_s_audio(struct file *file, void *priv, const struct v4l2_audio *vout) in pvr2_s_audio() argument
285 if (vout->index) in pvr2_s_audio()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-baltos.dtsi63 vout-supply = <&mpcie_regulator>;
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2g-evm.dts243 vout_pins: vout-pins {

12