Searched refs:beeps (Results 1 – 15 of 15) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/ |
H A D | beep_1.4.12.bb | 1 SUMMARY = "beep allows you to have the PC speaker issue beeps and beep patterns" 2 DESCRIPTION = "beep allows you to have the PC speaker issue beeps and beep \
|
/openbmc/u-boot/drivers/sound/ |
H A D | Kconfig | 48 This can emit beeps at a fixed frequency. It is possible to control 49 the length of the beeps, by turning a beep on, waiting for a period 60 be used by U-Boot to play simple beeps. This is also sometimes called
|
/openbmc/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 | 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()
|
H A D | nct6775.h | 122 u64 beeps; member
|
H A D | nct6775-core.c | 1689 data->beeps = 0; in nct6775_update_device() 1698 data->beeps |= ((u64)beep) << (i << 3); in nct6775_update_device() 1819 (unsigned int)((data->beeps >> nr) & 0x01)); in nct6775_show_beep() 1841 data->beeps |= (1ULL << nr); in nct6775_store_beep() 1843 data->beeps &= ~(1ULL << nr); in nct6775_store_beep() 1845 (data->beeps >> (regindex << 3)) & 0xff); in nct6775_store_beep() 1871 beep = (data->beeps >> bit) & 0x01; in show_temp_beep() 1901 data->beeps |= (1ULL << bit); in store_temp_beep() 1903 data->beeps &= ~(1ULL << bit); in store_temp_beep() 1905 (data->beeps >> (regindex << 3)) & 0xff); in store_temp_beep()
|
H A D | it87.c | 609 u8 beeps; /* Register encoding */ member 954 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in it87_update_device() 2140 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1); in show_beep() 2158 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE); in set_beep() 2160 data->beeps |= BIT(bitnr); in set_beep() 2162 data->beeps &= ~BIT(bitnr); in set_beep() 2163 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps); in set_beep()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A 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
|
/openbmc/linux/sound/drivers/ |
H A D | Kconfig | 58 This driver also replaces the pcspkr driver for beeps.
|
/openbmc/linux/sound/pci/hda/ |
H A D | Kconfig | 72 driver. This interface is used to generate digital beeps.
|
/openbmc/linux/Documentation/input/ |
H A D | input-programming.rst | 328 - EV_SND - used for keyboard beeps.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | sysfs-interface.rst | 564 beeps. These interface files are deprecated, but will be kept around
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 871 - 2 - two beeps, pause, third beep ("low battery") 877 - 9 - three short beeps 880 - 15 - three high-pitched beeps repeating constantly, stop with 0
|
/openbmc/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 1856 Disable PC-Speaker PCM sound. Only beeps remain. 1860 This module supports system beeps, some kind of PCM playback and
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 2708 support, or if it beeps continuously instead of suspending. Turn
|