Home
last modified time | relevance | path

Searched refs:beeps (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Dw83793.c257 u8 beeps[5]; member
379 val = (data->beeps[index] >> (bit)) & 1; in show_alarm_beep()
407 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep()
408 data->beeps[index] &= ~beep_bit; in store_beep()
409 data->beeps[index] |= val << shift; in store_beep()
410 w83793_write_value(client, W83793_REG_BEEP(index), data->beeps[index]); in store_beep()
2054 for (i = 0; i < ARRAY_SIZE(data->beeps); i++) in w83793_update_nonvolatile()
2055 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i)); in w83793_update_nonvolatile()
Dw83795.c393 u8 beeps[6]; /* Register value */ member
526 for (i = 0; i < ARRAY_SIZE(data->beeps); i++) in w83795_update_limits()
527 data->beeps[i] = in w83795_update_limits()
727 val = (data->beeps[index] >> bit) & 1; in show_alarm_beep()
751 data->beeps[index] = w83795_read(client, W83795_REG_BEEP(index)); in store_beep()
752 data->beeps[index] &= ~beep_bit; in store_beep()
753 data->beeps[index] |= val << shift; in store_beep()
754 w83795_write(client, W83795_REG_BEEP(index), data->beeps[index]); in store_beep()
Dnct6775.c840 u64 beeps; member
1503 data->beeps = 0; in nct6775_update_device()
1510 data->beeps |= ((u64)beep) << (i << 3); in nct6775_update_device()
1613 (unsigned int)((data->beeps >> nr) & 0x01)); in show_beep()
1635 data->beeps |= (1ULL << nr); in store_beep()
1637 data->beeps &= ~(1ULL << nr); in store_beep()
1639 (data->beeps >> (regindex << 3)) & 0xff); in store_beep()
1661 beep = (data->beeps >> bit) & 0x01; in show_temp_beep()
1691 data->beeps |= (1ULL << bit); in store_temp_beep()
1693 data->beeps &= ~(1ULL << bit); in store_temp_beep()
[all …]
Dit87.c453 u8 beeps; /* Register encoding */ member
1429 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1); in show_beep()
1443 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in set_beep()
1445 data->beeps |= (1 << bitnr); in set_beep()
1447 data->beeps &= ~(1 << bitnr); in set_beep()
1448 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps); in set_beep()
2710 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in it87_update_device()
/linux-4.1.27/Documentation/hwmon/
Dsysfs-interface649 0: no beeps
650 1: beeps
666 beeps. These interface files are deprecated, but will be kept around
/linux-4.1.27/sound/drivers/
DKconfig44 This driver also replaces the pcspkr driver for beeps.
/linux-4.1.27/sound/pci/hda/
DKconfig78 driver. This interface is used to generate digital beeps.
/linux-4.1.27/Documentation/input/
Dinput-programming.txt283 EV_SND - used for keyboard beeps.
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt823 2 - two beeps, pause, third beep ("low battery")
829 9 - three short beeps
832 15 - three high-pitched beeps repeating constantly, stop with 0
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt1573 nopcm - Disable PC-Speaker PCM sound. Only beeps remain.
1576 This module supports system beeps, some kind of PCM playback and
/linux-4.1.27/arch/x86/
DKconfig2169 support, or if it beeps continuously instead of suspending. Turn