Home
last modified time | relevance | path

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

12

/linux/drivers/media/platform/omap/
A Domap_vout_vrfb.c37 vout->smsshado_virt_addr[i] = in omap_vout_allocate_vrfb_buffers()
49 vout->smsshado_size); in omap_vout_allocate_vrfb_buffers()
57 vout->smsshado_size); in omap_vout_allocate_vrfb_buffers()
104 vfd = vout->vfd; in omap_vout_setup_vrfb_bufs()
224 vout->smsshado_phy_addr[i], vout->pix.width, in omap_vout_vrfb_buffer_setup()
225 vout->pix.height, vout->bpp, yuv_mode); in omap_vout_vrfb_buffer_setup()
253 pixsize = vout->bpp * vout->vrfb_bpp; in omap_vout_prepare_vrfb()
254 dst_icg = MAX_PIXELS_PER_LINE * pixsize - vout->pix.width * vout->bpp; in omap_vout_prepare_vrfb()
261 xt->sgl[0].size = vout->pix.width * vout->bpp; in omap_vout_prepare_vrfb()
349 vout->ps = ps; in omap_vout_calculate_vrfb_offset()
[all …]
A Domap_vout.c461 if (vout->cur_frm == vout->next_frm) in omapvid_handle_interlace_display()
467 vout->cur_frm = vout->next_frm; in omapvid_handle_interlace_display()
470 (vout->cur_frm != vout->next_frm)) in omapvid_handle_interlace_display()
532 if (!vout->first_int && (vout->cur_frm != vout->next_frm)) { in omap_vout_isr()
536 vout->cur_frm = vout->next_frm; in omap_vout_isr()
691 omap_vout_new_format(&vout->pix, &vout->fbuf, &vout->crop, &vout->win); in vidioc_s_fmt_vid_out()
731 ret = omap_vout_new_window(&vout->crop, &vout->win, &vout->fbuf, win); in vidioc_s_fmt_vid_overlay()
854 ret = omap_vout_new_crop(&vout->pix, &vout->crop, &vout->win, in vidioc_s_selection()
1004 vout->next_frm = vout->cur_frm = list_entry(vout->dma_queue.next, in omap_vout_vb2_start_streaming()
1108 if (vout->next_frm != vout->cur_frm) in omap_vout_vb2_stop_streaming()
[all …]
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
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
186 return (vout->rotation == dss_rotation_90_degree || in is_rotation_90_or_270()
187 vout->rotation == dss_rotation_270_degree); in is_rotation_90_or_270()
193 static inline int is_rotation_enabled(const struct omap_vout_device *vout) in is_rotation_enabled() argument
195 return vout->rotation || vout->mirror; in is_rotation_enabled()
201 static inline int calc_rotation(const struct omap_vout_device *vout) in calc_rotation() argument
203 if (!vout->mirror) in calc_rotation()
204 return vout->rotation; in calc_rotation()
206 switch (vout->rotation) { in calc_rotation()
218 void omap_vout_free_buffers(struct omap_vout_device *vout);
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/devicetree/bindings/hwmon/
A Dmaxim,max20730.yaml36 vout-voltage-divider:
38 If voltage divider present at vout, the voltage at voltage sensor pin
42 resistance. Therefore, the adjusted vout is equal to
63 vout-voltage-divider = <1000 2000>; // vout would be scaled to 0.5
/linux/drivers/media/test-drivers/vivid/
A 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);
A Dvivid-vid-out.c1102 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_enumaudout() argument
1104 if (vout->index >= ARRAY_SIZE(vivid_audio_outputs)) in vidioc_enumaudout()
1106 *vout = vivid_audio_outputs[vout->index]; in vidioc_enumaudout()
1110 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_g_audout() argument
1116 *vout = vivid_audio_outputs[dev->tv_audio_output]; in vidioc_g_audout()
1120 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in vidioc_s_audout() argument
1126 if (vout->index >= ARRAY_SIZE(vivid_audio_outputs)) in vidioc_s_audout()
1128 dev->tv_audio_output = vout->index; in vidioc_s_audout()
/linux/Documentation/devicetree/bindings/regulator/
A Dtps62360-regulator.txt12 - ti,enable-vout-discharge: Enable output discharge. This is boolean value.
33 regulator-name = "tps62361-vout";
43 ti,enable-vout-discharge;
A Dtps51632-regulator.txt21 regulator-name = "tps51632-vout";
/linux/Documentation/hwmon/
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
A Disl68137.rst451 in[2-3]_label "vout[1-2]"
496 in3_label "vout"
541 in[3-4]_label "vout[1-2]"
586 in[3-5]_label "vout[1-3]"
A Dtps40422.rst47 in[1-2]_label "vout[1-2]"
A Dmax31785.rst47 in[1-6]_label "vout[18-23]"
A Dmax16064.rst48 in[1-4]_label "vout[1-4]"
A Dpxe1610.rst88 in[2-4]_label "vout[1-3]"
A Dxdpe12284.rst65 indexes 1, 2 are for "vin" and 3, 4 for "vout":
A Dir35221.rst62 in[2-3]_label "vout[1-2]"
A Dstpddc60.rst37 The vout under- and over-voltage limits are set in relation to the commanded
A Dmp2975.rst84 - indexes n+1, n+2 for "vout";
/linux/drivers/hwmon/pmbus/
A Dstpddc60.c42 static u8 stpddc60_get_offset(int vout, u16 limit, bool over) in stpddc60_get_offset() argument
47 v = 250 + (vout - 1) * 5; /* Convert VID to mv */ in stpddc60_get_offset()
/linux/arch/arm/boot/dts/
A Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi130 regulator-name = "tps62361-vout";
138 ti,enable-vout-discharge;
/linux/drivers/phy/rockchip/
A Dphy-rockchip-inno-usb2.c683 bool is_dcd, tmout, vout; in rockchip_chg_detect_work() local
720 vout = property_enabled(rphy->grf, in rockchip_chg_detect_work()
723 if (vout) { in rockchip_chg_detect_work()
742 vout = property_enabled(rphy->grf, in rockchip_chg_detect_work()
746 if (vout) in rockchip_chg_detect_work()
/linux/drivers/media/pci/ivtv/
A Divtv-ioctl.c755 static int ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in ivtv_s_audio() argument
759 if (vout->index >= itv->nof_audio_inputs) in ivtv_s_audio()
762 itv->audio_input = vout->index; in ivtv_s_audio()
784 static int ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in ivtv_s_audout() argument
788 if (itv->card->video_outputs == NULL || vout->index != 0) in ivtv_s_audout()
801 static int ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) in ivtv_enum_output() argument
805 return ivtv_get_output(itv, vout->index, vout); in ivtv_enum_output()
/linux/drivers/pcmcia/
A 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()

Completed in 41 milliseconds

12