Searched refs:vd (Results 76 - 100 of 119) sorted by relevance

12345

/linux-master/drivers/video/fbdev/
H A Dtdfxfb.c551 u32 vd, vs, ve, vt, vbs, vbe; local
588 vd = (info->var.yres << 1) - 1;
589 vs = vd + (info->var.lower_margin << 1);
596 vd = info->var.yres - 1;
597 vs = vd + info->var.lower_margin;
603 vbs = vd;
650 ((vd & 0x200) >> 3) |
654 ((vd & 0x100) >> 7) |
659 reg.crt[0x12] = vd;
674 ((vd
[all...]
H A Dasiliantfb.c179 unsigned vd = p->var.yres; local
207 write_cr(0x12, (vd - 1) & 0xff);
208 write_cr(0x31, ((vd - 1) & 0xf00) >> 8);
/linux-master/arch/loongarch/include/asm/
H A Dasmmacro.h291 .macro lsx_save_upper vd base tmp off
292 vpickve2gr.d \tmp, \vd, 1 variable
333 .macro lsx_restore_upper vd base tmp off
335 vinsgr2vr.d \vd, \tmp, 1
375 .macro lsx_init_upper vd tmp
376 vinsgr2vr.d \vd, \tmp, 1
/linux-master/drivers/acpi/
H A Dacpi_video.c226 struct acpi_video_device *vd = bl_get_data(bd); local
228 if (acpi_video_device_lcd_get_level_current(vd, &cur_level, false))
230 for (i = ACPI_VIDEO_FIRST_LEVEL; i < vd->brightness->count; i++) {
231 if (vd->brightness->levels[i] == cur_level)
240 struct acpi_video_device *vd = bl_get_data(bd); local
242 cancel_delayed_work(&vd->switch_brightness_work);
243 return acpi_video_device_lcd_set_level(vd,
244 vd->brightness->levels[request_level]);
/linux-master/drivers/dma/ptdma/
H A Dptdma.h176 struct virt_dma_desc vd; member in struct:pt_dma_desc
/linux-master/include/sound/
H A Dcontrol.h84 struct snd_kcontrol_volatile vd[]; /* volatile data */ member in struct:snd_kcontrol
/linux-master/sound/drivers/
H A Ddummy.c831 dummy->cd_volume_ctl->vd[0].access &=
833 dummy->cd_switch_ctl->vd[0].access &=
836 dummy->cd_volume_ctl->vd[0].access |=
838 dummy->cd_switch_ctl->vd[0].access |=
/linux-master/sound/soc/codecs/
H A Dcs35l45.c177 struct snd_kcontrol_volatile *vd; local
194 vd = &kcontrol->vd[index_offset];
196 vd->access |= SNDRV_CTL_ELEM_ACCESS_WRITE;
198 vd->access &= ~SNDRV_CTL_ELEM_ACCESS_WRITE;
H A Dsigmadsp.c142 if (!(kcontrol->vd[0].access & SNDRV_CTL_ELEM_ACCESS_INACTIVE))
/linux-master/sound/pci/oxygen/
H A Doxygen_pcm.c178 chip->controls[CONTROL_SPDIF_PCM]->vd[0].access &=
227 chip->controls[CONTROL_SPDIF_PCM]->vd[0].access |=
H A Dxonar_wm87x6.c881 if ((ctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_INACTIVE) != access) {
882 ctl->vd[0].access ^= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c118 kctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
120 kctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
/linux-master/sound/i2c/
H A Dcs8427.c567 chip->playback.pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
569 chip->playback.pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
/linux-master/drivers/dma/
H A Dfsl-edma-common.h444 static inline struct fsl_edma_desc *to_fsl_edma_desc(struct virt_dma_desc *vd) argument
446 return container_of(vd, struct fsl_edma_desc, vdesc);
H A Dfsl-qdma.c304 static struct fsl_qdma_comp *to_fsl_qdma_comp(struct virt_dma_desc *vd) argument
306 return container_of(vd, struct fsl_qdma_comp, vdesc);
/linux-master/arch/arm/vfp/
H A Dvfp.h343 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func);
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-core.S22 .macro sm4e, vd, vn
23 .inst 0xcec08400 | (.L\vn << 5) | .L\vd
26 .macro sm4ekey, vd, vn, vm
27 .inst 0xce60c800 | (.L\vm << 16) | (.L\vn << 5) | .L\vd
H A Dsm4-ce-gcm-core.S22 .macro sm4e, vd, vn
23 .inst 0xcec08400 | (.L\vn << 5) | .L\vd
/linux-master/sound/soc/fsl/
H A Dfsl_xcvr.c183 enabled = ((kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_WRITE) != 0);
188 kctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_WRITE;
190 kctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_WRITE;
/linux-master/drivers/dma/lgm/
H A Dlgm-dma.c1317 struct virt_dma_desc *vd, *_vd; local
1328 list_for_each_entry_safe(vd, _vd, &head, node) {
1331 list_del(&vd->node);
1334 vchan_vdesc_fini(vd);
/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c1309 struct video_device *vd = media_entity_to_video_device(entity); local
1310 struct cio2_queue *q = container_of(vd, struct cio2_queue, vdev);
1311 struct cio2_device *cio2 = video_get_drvdata(vd);
1317 dev_info(dev, "video node %s pad not connected\n", vd->name);
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c810 struct video_device *vd = media_entity_to_video_device(entity); local
811 struct dcmipp_bytecap_device *vcap = container_of(vd,
/linux-master/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.c24 static struct dpaa2_qdma_comp *to_fsl_qdma_comp(struct virt_dma_desc *vd) argument
26 return container_of(vd, struct dpaa2_qdma_comp, vdesc);
/linux-master/drivers/media/pci/ttpci/
H A Dbudget-av.c55 struct video_device vd; member in struct:budget_av
1376 saa7146_unregister_device(&budget_av->vd, dev);
1475 if ((err = saa7146_register_device(&budget_av->vd, dev, "knc1", VFL_TYPE_VIDEO))) {
/linux-master/sound/pci/ymfpci/
H A Dymfpci_main.c397 kctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
674 kctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
971 chip->spdif_pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
1071 chip->spdif_pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;

Completed in 319 milliseconds

12345