/Linux-v5.4/drivers/media/platform/omap/ |
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 …]
|
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 …]
|
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
|
D | omap_voutdef.h | 184 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);
|
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-v5.4/drivers/media/platform/vivid/ |
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);
|
D | vivid-vid-out.c | 1106 int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_enumaudout() argument 1108 if (vout->index >= ARRAY_SIZE(vivid_audio_outputs)) in vidioc_enumaudout() 1110 *vout = vivid_audio_outputs[vout->index]; in vidioc_enumaudout() 1114 int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout) in vidioc_g_audout() argument 1120 *vout = vivid_audio_outputs[dev->tv_audio_output]; in vidioc_g_audout() 1124 int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in vidioc_s_audout() argument 1130 if (vout->index >= ARRAY_SIZE(vivid_audio_outputs)) in vidioc_s_audout() 1132 dev->tv_audio_output = vout->index; in vidioc_s_audout()
|
/Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
D | tps62360-regulator.txt | 12 - ti,enable-vout-discharge: Enable output discharge. This is boolean value. 33 regulator-name = "tps62361-vout"; 43 ti,enable-vout-discharge;
|
D | tps51632-regulator.txt | 21 regulator-name = "tps51632-vout";
|
/Linux-v5.4/drivers/phy/rockchip/ |
D | phy-rockchip-inno-usb2.c | 690 bool is_dcd, tmout, vout; in rockchip_chg_detect_work() local 727 vout = property_enabled(rphy->grf, in rockchip_chg_detect_work() 730 if (vout) { in rockchip_chg_detect_work() 749 vout = property_enabled(rphy->grf, in rockchip_chg_detect_work() 753 if (vout) in rockchip_chg_detect_work()
|
/Linux-v5.4/Documentation/hwmon/ |
D | tps40422.rst | 47 in[1-2]_label "vout[1-2]"
|
D | isl68137.rst | 61 in[2-3]_label "vout[1-2]"
|
D | max31785.rst | 47 in[1-6]_label "vout[18-23]"
|
D | max16064.rst | 48 in[1-4]_label "vout[1-4]"
|
D | ir35221.rst | 62 in[2-3]_label "vout[1-2]"
|
D | pxe1610.rst | 88 in[2-4]_label "vout[1-3]"
|
D | ucd9200.rst | 73 in[2-5]_label "vout[1-4]".
|
D | max34440.rst | 113 in[1-6]_label "vout[1-6]".
|
D | ucd9000.rst | 85 in[1-12]_label "vout[1-12]".
|
D | ltc2978.rst | 199 in[N]_label "vout[1-8]".
|
/Linux-v5.4/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 760 static int ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in ivtv_s_audio() argument 764 if (vout->index >= itv->nof_audio_inputs) in ivtv_s_audio() 767 itv->audio_input = vout->index; in ivtv_s_audio() 789 static int ivtv_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout) in ivtv_s_audout() argument 793 if (itv->card->video_outputs == NULL || vout->index != 0) in ivtv_s_audout() 806 static int ivtv_enum_output(struct file *file, void *fh, struct v4l2_output *vout) in ivtv_enum_output() argument 810 return ivtv_get_output(itv, vout->index, vout); in ivtv_enum_output()
|
/Linux-v5.4/drivers/pcmcia/ |
D | soc_common.c | 100 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()
|
/Linux-v5.4/Documentation/misc-devices/ |
D | max6875.rst | 33 - vin gpi vout
|
/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-ioctl.c | 413 static int cx18_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) in cx18_s_audio() argument 417 if (vout->index >= cx->nof_audio_inputs) in cx18_s_audio() 419 cx->audio_input = vout->index; in cx18_s_audio()
|
/Linux-v5.4/drivers/gpu/drm/virtio/ |
D | virtgpu_vq.c | 261 struct scatterlist *sgs[3], vcmd, vout, vresp; in virtio_gpu_queue_ctrl_buffer_locked() local 273 sg_init_one(&vout, vbuf->data_buf, vbuf->data_size); in virtio_gpu_queue_ctrl_buffer_locked() 274 sgs[outcnt + incnt] = &vout; in virtio_gpu_queue_ctrl_buffer_locked()
|