Searched refs:beeps (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/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() 2051 for (i = 0; i < ARRAY_SIZE(data->beeps); i++) in w83793_update_nonvolatile() 2052 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 | 1064 u64 beeps; member 1739 data->beeps = 0; in nct6775_update_device() 1746 data->beeps |= ((u64)beep) << (i << 3); in nct6775_update_device() 1849 (unsigned int)((data->beeps >> nr) & 0x01)); in show_beep() 1871 data->beeps |= (1ULL << nr); in store_beep() 1873 data->beeps &= ~(1ULL << nr); in store_beep() 1875 (data->beeps >> (regindex << 3)) & 0xff); in store_beep() 1897 beep = (data->beeps >> bit) & 0x01; in show_temp_beep() 1927 data->beeps |= (1ULL << bit); in store_temp_beep() 1929 data->beeps &= ~(1ULL << bit); in store_temp_beep() [all …]
|
D | it87.c | 551 u8 beeps; /* Register encoding */ member 829 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in it87_update_device() 1879 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1); in show_beep() 1893 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in set_beep() 1895 data->beeps |= BIT(bitnr); in set_beep() 1897 data->beeps &= ~BIT(bitnr); in set_beep() 1898 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps); in set_beep()
|
/Linux-v4.19/Documentation/hwmon/ |
D | sysfs-interface | 698 0: no beeps 699 1: beeps 715 beeps. These interface files are deprecated, but will be kept around
|
/Linux-v4.19/sound/drivers/ |
D | Kconfig | 57 This driver also replaces the pcspkr driver for beeps.
|
/Linux-v4.19/sound/pci/hda/ |
D | Kconfig | 66 driver. This interface is used to generate digital beeps.
|
/Linux-v4.19/Documentation/input/ |
D | input-programming.rst | 282 - EV_SND - used for keyboard beeps.
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 827 2 - two beeps, pause, third beep ("low battery") 833 9 - three short beeps 836 15 - three high-pitched beeps repeating constantly, stop with 0
|
/Linux-v4.19/Documentation/sound/ |
D | alsa-configuration.rst | 1824 Disable PC-Speaker PCM sound. Only beeps remain. 1828 This module supports system beeps, some kind of PCM playback and
|
/Linux-v4.19/arch/x86/ |
D | Kconfig | 2517 support, or if it beeps continuously instead of suspending. Turn
|