Home
last modified time | relevance | path

Searched full:vout (Results 1 – 25 of 69) sorted by relevance

123

/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/devicetree/bindings/clock/
H A Dstarfive,jh7110-voutcrg.yaml21 - description: Vout Top core
22 - description: Vout Top Ahb
23 - description: Vout Top Axi
24 - description: Vout Top HDMI MCLK
39 description: Vout Top core
54 Vout domain power
/linux/Documentation/devicetree/bindings/iio/proximity/
H A Dnicera,d3323aa.yaml24 vout-clk-gpios:
40 configuration data (together with vout-clk-gpios as clock).
47 - vout-clk-gpios
59 vout-clk-gpios = <&gpio 78 GPIO_ACTIVE_HIGH>;
/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator-output.yaml24 vout-supply:
30 - vout-supply
38 vout-supply = <&output_reg>;
H A Dti,tps62360.yaml49 ti,enable-vout-discharge:
85 regulator-name = "tps62361-vout";
94 ti,enable-vout-discharge;
H A Dfcs,fan53555.yaml47 description: Voltage Select. When this pin is LOW, VOUT is set by the
48 VSEL0 register. When this pin is HIGH, VOUT is set by the VSEL1 register.
H A Dtps51632-regulator.txt21 regulator-name = "tps51632-vout";
/linux/include/linux/platform_data/
H A Dleds-lp55xx.h48 LP8501_6VDD_3VOUT, /* D1~6 with VDD, D7~9 with VOUT */
49 LP8501_3VDD_6VOUT, /* D1~6 with VOUT, D7~9 with VDD */
50 LP8501_ALL_VOUT, /* D1~9 are connected to VOUT */
/linux/drivers/regulator/
H A Dmax8973-regulator.c116 * find_voltage_set_register: Find new voltage configuration register (VOUT).
117 * The finding of the new VOUT register will be based on the LRU mechanism.
118 * Each VOUT register will have different voltage configured . This
119 * Function will look if any of the VOUT register have requested voltage set
123 * the VOUT register but need to set the proper gpios to select this
124 * VOUT register.
126 * recently mechanism to get new VOUT register for new configuration
127 * and will return not_found so that caller need to set new VOUT
182 * If gpios are available to select the VOUT register then least in max8973_dcdc_set_voltage_sel()
201 /* Select proper VOUT register vio gpios */ in max8973_dcdc_set_voltage_sel()
[all …]
H A Drt6190-regulator.c106 * From off to on, vout config will restore to IC default. in rt6190_out_enable()
107 * Read vout configs before enable, and restore them after enable in rt6190_out_enable()
357 /* Config default VOUT ratio to be higher */ in rt6190_init_registers()
/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 Dmp2856.rst30 - Can configured VOUT readout in direct or VID format and allows
63 - indexes 2, 3 for "vout";
H A Dmp2975.rst30 - Can configured VOUT readout in direct or VID format and allows
84 - indexes n+1, n+2 for "vout";
H A Dtps40422.rst47 in[1-2]_label "vout[1-2]"
H A Dxdpe12284.rst69 indexes 1, 2 are for "vin" and 3, 4 for "vout":
H A Dpxe1610.rst88 in[2-4]_label "vout[1-3]"
/linux/Documentation/devicetree/bindings/hwmon/pmbus/
H A Dinfineon,tda38640.yaml42 vout:
71 pvnn_main_cpu0: vout {
H A Dti,lm25066.yaml41 vout:
/linux/Documentation/devicetree/bindings/iio/afe/
H A Dtemperature-transducer.yaml43 +---- Vout | LTC2997 +--- Vout
H A Dtemperature-sense-rtd.yaml38 +---- Vout
/linux/drivers/clk/starfive/
H A Dclk-starfive-jh7110.h7 /* top clocks of ISP/VOUT domain from JH7110 SYSCRG */
H A DMakefile12 obj-$(CONFIG_CLK_STARFIVE_JH7110_VOUT) += clk-starfive-jh7110-vout.o

123