Home
last modified time | relevance | path

Searched refs:rvol (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/acpica/acpi_fujitsu/
H A Dacpi_fujitsu.c119 rvol; /* number of volume levels (radix) */ member
375 sc->rvol.name = "RVOL"; in acpi_fujitsu_init()
403 exists = sc->rvol.exists; in acpi_fujitsu_init()
494 nv = sc->rvol; in acpi_fujitsu_method_get()
640 sc->rvol.name, &val))) { in acpi_fujitsu_check_hardware()
641 sc->rvol.exists = 0; in acpi_fujitsu_check_hardware()
643 sc->rvol.exists = 1; in acpi_fujitsu_check_hardware()
/dragonfly/sys/dev/sound/pci/
H A Dt4dwave.c72 u_int32_t rvol, cvol; member
400 ch->rvol &= 0x0000007f; in tr_wrch()
412 cr[3]=(ch->fmc<<14) | (ch->rvol<<7) | (ch->cvol); in tr_wrch()
462 ch->rvol= (cr[3] & 0x00003f80) >> 7; in tr_rdch()
567 ch->rvol = ch->cvol = 0x7f; in trpchan_trigger()
H A Dhdspe-pcm.c107 ch->rvol * HDSPE_MAX_GAIN / 100); in hdspechan_setgain()
156 ch->rvol = right; in hdspemixer_set()
326 ch->rvol = 0; in hdspechan_init()
H A Dhdspe.h117 uint32_t rvol; member
/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.c2536 int lvol, rvol; in hdaa_audio_ctl_dev_volume() local
2548 rvol = -4000; in hdaa_audio_ctl_dev_volume()
2550 rvol = ((pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) * in hdaa_audio_ctl_dev_volume()
2567 w->nid, -1, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume()
2574 w->nid, -1, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume()
2591 w->nid, j, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume()
2598 w->nid, -1, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume()
2601 w->nid, -1, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume()