/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_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/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-out.h | 37 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);
|
/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 | isl68137.rst | 451 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]"
|
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 | max31785.rst | 47 in[1-6]_label "vout[18-23]"
|
H A D | max16064.rst | 48 in[1-4]_label "vout[1-4]"
|
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/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/media/pci/mgb4/ |
H A D | mgb4_sysfs_out.c | 26 voutdev = vindev->mgbdev->vout[i]; in loopin_cnt() 111 if (mgbdev->vout[i] && is_busy(&mgbdev->vout[i]->vdev)) in video_source_store()
|
/linux/Documentation/misc-devices/ |
H A D | max6875.rst | 33 - vin gpi vout
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-ioctl.c | 447 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()
|