Searched refs:beeps (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/hwmon/ |
D | w83793.c | 244 u8 beeps[5]; member 365 val = (data->beeps[index] >> (bit)) & 1; in show_alarm_beep() 393 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep() 394 data->beeps[index] &= ~beep_bit; in store_beep() 395 data->beeps[index] |= val << shift; in store_beep() 396 w83793_write_value(client, W83793_REG_BEEP(index), data->beeps[index]); in store_beep() 2023 for (i = 0; i < ARRAY_SIZE(data->beeps); i++) in w83793_update_nonvolatile() 2024 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i)); in w83793_update_nonvolatile()
|
D | w83795.c | 380 u8 beeps[6]; /* Register value */ member 513 for (i = 0; i < ARRAY_SIZE(data->beeps); i++) in w83795_update_limits() 514 data->beeps[i] = in w83795_update_limits() 714 val = (data->beeps[index] >> bit) & 1; in show_alarm_beep() 738 data->beeps[index] = w83795_read(client, W83795_REG_BEEP(index)); in store_beep() 739 data->beeps[index] &= ~beep_bit; in store_beep() 740 data->beeps[index] |= val << shift; in store_beep() 741 w83795_write(client, W83795_REG_BEEP(index), data->beeps[index]); in store_beep()
|
D | nct6775.c | 1164 u64 beeps; member 1849 data->beeps = 0; in nct6775_update_device() 1856 data->beeps |= ((u64)beep) << (i << 3); in nct6775_update_device() 1959 (unsigned int)((data->beeps >> nr) & 0x01)); in show_beep() 1981 data->beeps |= (1ULL << nr); in store_beep() 1983 data->beeps &= ~(1ULL << nr); in store_beep() 1985 (data->beeps >> (regindex << 3)) & 0xff); in store_beep() 2007 beep = (data->beeps >> bit) & 0x01; in show_temp_beep() 2037 data->beeps |= (1ULL << bit); in store_temp_beep() 2039 data->beeps &= ~(1ULL << bit); in store_temp_beep() [all …]
|
D | it87.c | 542 u8 beeps; /* Register encoding */ member 820 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in it87_update_device() 1870 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1); in show_beep() 1884 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in set_beep() 1886 data->beeps |= BIT(bitnr); in set_beep() 1888 data->beeps &= ~BIT(bitnr); in set_beep() 1889 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps); in set_beep()
|
/Linux-v5.10/Documentation/ABI/stable/ |
D | sysfs-driver-speakup | 18 Description: This controls whether one hears beeps through the PC speaker 25 Description: This controls the duration of the PC speaker beeps speakup
|
/Linux-v5.10/Documentation/hwmon/ |
D | sysfs-interface.rst | 1011 - 0: no beeps 1012 - 1: beeps 1028 beeps. These interface files are deprecated, but will be kept around
|
/Linux-v5.10/sound/drivers/ |
D | Kconfig | 58 This driver also replaces the pcspkr driver for beeps.
|
/Linux-v5.10/sound/pci/hda/ |
D | Kconfig | 72 driver. This interface is used to generate digital beeps.
|
/Linux-v5.10/Documentation/input/ |
D | input-programming.rst | 282 - EV_SND - used for keyboard beeps.
|
/Linux-v5.10/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 869 - 2 - two beeps, pause, third beep ("low battery") 875 - 9 - three short beeps 878 - 15 - three high-pitched beeps repeating constantly, stop with 0
|
/Linux-v5.10/Documentation/sound/ |
D | alsa-configuration.rst | 1827 Disable PC-Speaker PCM sound. Only beeps remain. 1831 This module supports system beeps, some kind of PCM playback and
|
/Linux-v5.10/arch/x86/ |
D | Kconfig | 2538 support, or if it beeps continuously instead of suspending. Turn
|