| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_vout_vrfb.c | 30 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 D | omap_vout.c | 200 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 D | omap_vout_vrfb.h | 16 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 D | Makefile | 7 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 D | bel-pfe.rst | 94 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 D | tps40422.rst | 47 in[1-2]_label "vout[1-2]"
|
| H A D | mp2856.rst | 63 - indexes 2, 3 for "vout";
|
| H A D | xdpe152c4.rst | 64 indexes 1, 2 are for "vin" and 3, 4 for "vout":
|
| H A D | pxe1610.rst | 88 in[2-4]_label "vout[1-3]"
|
| H A D | ir35221.rst | 62 in[2-3]_label "vout[1-2]"
|
| H A D | xdpe12284.rst | 69 indexes 1, 2 are for "vin" and 3, 4 for "vout":
|
| H A D | stpddc60.rst | 37 The vout under- and over-voltage limits are set in relation to the commanded
|
| H A D | lt7182s.rst | 72 in[3-4|6-7]_label "vout[1-2]"
|
| H A D | mp2975.rst | 84 - indexes n+1, n+2 for "vout";
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | stpddc60.c | 42 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/nvidia/ |
| H A D | tegra30-asus-nexus7-grouper-ti-pmic.dtsi | 130 regulator-name = "tps62361-vout"; 138 ti,enable-vout-discharge;
|
| /linux/drivers/clk/starfive/ |
| H A D | Makefile | 12 obj-$(CONFIG_CLK_STARFIVE_JH7110_VOUT) += clk-starfive-jh7110-vout.o
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | tps51632-regulator.txt | 21 regulator-name = "tps51632-vout";
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-delta-ahe50dc.dts | 10 vout-supply = <&efuse##n>; \ 21 efuse##num: vout { \
|
| /linux/drivers/media/pci/mgb4/ |
| H A D | mgb4_core.c | 627 mgbdev->vout[i] = mgb4_vout_create(mgbdev, i); in mgb4_probe() 674 if (mgbdev->vout[i]) in mgb4_remove() 675 mgb4_vout_free(mgbdev->vout[i]); in mgb4_remove()
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-ioctl.c | 754 static int ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in ivtv_s_audio() argument 758 if (vout->index >= itv->nof_audio_inputs) in ivtv_s_audio() 761 itv->audio_input = vout->index; in ivtv_s_audio() 783 static int ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in ivtv_s_audout() argument 787 if (itv->card->video_outputs == NULL || vout->index != 0) in ivtv_s_audout() 800 static int ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) in ivtv_enum_output() argument 804 return ivtv_get_output(itv, vout->index, vout); in ivtv_enum_output()
|
| /linux/drivers/pcmcia/ |
| H A D | soc_common.c | 99 int vout = regulator_get_voltage(r->reg) / 100000; in soc_pcmcia_regulator_set() local 104 v / 10, v % 10, vout / 10, vout % 10); in soc_pcmcia_regulator_set()
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp15xc-lxa-tac.dtsi | 141 vout-supply = <®_iobus_12v>; 146 vout-supply = <&v3v3_hdmi>;
|
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-usb2.c | 824 bool is_dcd, tmout, vout, vbus_attach; in rockchip_chg_detect_work() local 864 vout = property_enabled(rphy->grf, in rockchip_chg_detect_work() 867 if (vout) { in rockchip_chg_detect_work() 886 vout = property_enabled(rphy->grf, in rockchip_chg_detect_work() 890 if (vout) in rockchip_chg_detect_work()
|
| /linux/Documentation/misc-devices/ |
| H A D | max6875.rst | 33 - vin gpi vout
|