Searched refs:beeps (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | w83793.c | 257 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()
|
D | w83795.c | 393 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()
|
D | nct6775.c | 931 u64 beeps; member 1596 data->beeps = 0; in nct6775_update_device() 1603 data->beeps |= ((u64)beep) << (i << 3); in nct6775_update_device() 1706 (unsigned int)((data->beeps >> nr) & 0x01)); in show_beep() 1728 data->beeps |= (1ULL << nr); in store_beep() 1730 data->beeps &= ~(1ULL << nr); in store_beep() 1732 (data->beeps >> (regindex << 3)) & 0xff); in store_beep() 1754 beep = (data->beeps >> bit) & 0x01; in show_temp_beep() 1784 data->beeps |= (1ULL << bit); in store_temp_beep() 1786 data->beeps &= ~(1ULL << bit); in store_temp_beep() [all …]
|
D | it87.c | 467 u8 beeps; /* Register encoding */ member 1450 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1); in show_beep() 1464 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in set_beep() 1466 data->beeps |= (1 << bitnr); in set_beep() 1468 data->beeps &= ~(1 << bitnr); in set_beep() 1469 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps); in set_beep() 2739 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in it87_update_device()
|
/linux-4.4.14/Documentation/hwmon/ |
D | sysfs-interface | 649 0: no beeps 650 1: beeps 666 beeps. These interface files are deprecated, but will be kept around
|
/linux-4.4.14/sound/drivers/ |
D | Kconfig | 44 This driver also replaces the pcspkr driver for beeps.
|
/linux-4.4.14/sound/pci/hda/ |
D | Kconfig | 62 driver. This interface is used to generate digital beeps.
|
/linux-4.4.14/Documentation/input/ |
D | input-programming.txt | 283 EV_SND - used for keyboard beeps.
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 823 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.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1573 nopcm - Disable PC-Speaker PCM sound. Only beeps remain. 1576 This module supports system beeps, some kind of PCM playback and
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2259 support, or if it beeps continuously instead of suspending. Turn
|