Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H 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()
2016 for (i = 0; i < ARRAY_SIZE(data->beeps); i++) in w83793_update_nonvolatile()
2017 data->beeps[i] = w83793_read_value(client, W83793_REG_BEEP(i)); in w83793_update_nonvolatile()
H 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()
H A Dnct6775.h122 u64 beeps; member
H A Dit87.c621 u8 beeps; /* Register encoding */ member
966 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in it87_update_device()
2152 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1); in show_beep()
2170 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in set_beep()
2172 data->beeps |= BIT(bitnr); in set_beep()
2174 data->beeps &= ~BIT(bitnr); in set_beep()
2175 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps); in set_beep()
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup18 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 DKconfig37 driver. This interface is used to generate digital beeps.
/linux/sound/drivers/
H A DKconfig58 This driver also replaces the pcspkr driver for beeps.
/linux/Documentation/hwmon/
H A Dsysfs-interface.rst564 beeps. These interface files are deprecated, but will be kept around
/linux/Documentation/sound/
H A Dalsa-configuration.rst1859 Disable PC-Speaker PCM sound. Only beeps remain.
1863 This module supports system beeps, some kind of PCM playback and
/linux/arch/x86/
H A DKconfig2820 support, or if it beeps continuously instead of suspending. Turn