Searched refs:beeps (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | w83793.c | 243 u8 beeps[5]; member 364 val = (data->beeps[index] >> (bit)) & 1; in show_alarm_beep() 392 data->beeps[index] = w83793_read_value(client, W83793_REG_BEEP(index)); in store_beep() 393 data->beeps[index] &= ~beep_bit; in store_beep() 394 data->beeps[index] |= val << shift; in store_beep() 395 w83793_write_value(client, W83793_REG_BEEP(index), data->beeps[index]); in store_beep() 2017 for (i = 0; i < ARRAY_SIZE(data->beeps); i++) in w83793_update_nonvolatile() 2018 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i)); in w83793_update_nonvolatile()
|
| H A D | nct6775.h | 122 u64 beeps; member
|
| H A D | nct6775-core.c | 1688 data->beeps = 0; in nct6775_update_device() 1697 data->beeps |= ((u64)beep) << (i << 3); in nct6775_update_device() 1818 (unsigned int)((data->beeps >> nr) & 0x01)); in nct6775_show_beep() 1840 data->beeps |= (1ULL << nr); in nct6775_store_beep() 1842 data->beeps &= ~(1ULL << nr); in nct6775_store_beep() 1844 (data->beeps >> (regindex << 3)) & 0xff); in nct6775_store_beep() 1870 beep = (data->beeps >> bit) & 0x01; in show_temp_beep() 1900 data->beeps |= (1ULL << bit); in store_temp_beep() 1902 data->beeps &= ~(1ULL << bit); in store_temp_beep() 1904 (data->beeps >> (regindex << 3)) & 0xff); in store_temp_beep()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-driver-speakup | 18 Description: This controls whether one hears beeps through the PC speaker 19 when using speakup's review commands. Range: 0-3. 0 = off, 1 = beeps 20 only, 2 = announcements only, 3 = beeps and announcements (default). 25 Description: This controls the duration of the PC speaker beeps speakup
|
| /linux/sound/hda/common/ |
| H A D | Kconfig | 37 driver. This interface is used to generate digital beeps.
|
| /linux/sound/drivers/ |
| H A D | Kconfig | 58 This driver also replaces the pcspkr driver for beeps.
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 882 - 2 - two beeps, pause, third beep ("low battery") 888 - 9 - three short beeps 891 - 15 - three high-pitched beeps repeating constantly, stop with 0
|