Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwmon/
A Dw83793.c243 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()
A Dw83795.c380 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()
A Dnct6775.h120 u64 beeps; member
A Dnct6775-core.c1599 data->beeps = 0; in nct6775_update_device()
1608 data->beeps |= ((u64)beep) << (i << 3); in nct6775_update_device()
1728 (unsigned int)((data->beeps >> nr) & 0x01)); in nct6775_show_beep()
1750 data->beeps |= (1ULL << nr); in nct6775_store_beep()
1752 data->beeps &= ~(1ULL << nr); in nct6775_store_beep()
1754 (data->beeps >> (regindex << 3)) & 0xff); in nct6775_store_beep()
1780 beep = (data->beeps >> bit) & 0x01; in show_temp_beep()
1810 data->beeps |= (1ULL << bit); in store_temp_beep()
1812 data->beeps &= ~(1ULL << bit); in store_temp_beep()
1814 (data->beeps >> (regindex << 3)) & 0xff); in store_temp_beep()
A Dit87.c571 u8 beeps; /* Register encoding */ member
857 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in it87_update_device()
1907 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1); in show_beep()
1921 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in set_beep()
1923 data->beeps |= BIT(bitnr); in set_beep()
1925 data->beeps &= ~BIT(bitnr); in set_beep()
1926 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps); in set_beep()
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-driver-speakup18 Description: This controls whether one hears beeps through the PC speaker
25 Description: This controls the duration of the PC speaker beeps speakup
/linux-6.3-rc2/sound/drivers/
A DKconfig58 This driver also replaces the pcspkr driver for beeps.
/linux-6.3-rc2/sound/pci/hda/
A DKconfig72 driver. This interface is used to generate digital beeps.
/linux-6.3-rc2/Documentation/input/
A Dinput-programming.rst328 - EV_SND - used for keyboard beeps.
/linux-6.3-rc2/Documentation/hwmon/
A Dsysfs-interface.rst564 beeps. These interface files are deprecated, but will be kept around
/linux-6.3-rc2/Documentation/admin-guide/laptops/
A Dthinkpad-acpi.rst871 - 2 - two beeps, pause, third beep ("low battery")
877 - 9 - three short beeps
880 - 15 - three high-pitched beeps repeating constantly, stop with 0
/linux-6.3-rc2/Documentation/sound/
A Dalsa-configuration.rst1842 Disable PC-Speaker PCM sound. Only beeps remain.
1846 This module supports system beeps, some kind of PCM playback and
/linux-6.3-rc2/arch/x86/
A DKconfig2744 support, or if it beeps continuously instead of suspending. Turn

Completed in 47 milliseconds