Searched refs:beep_enable (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | w83793.c | 244 u8 beep_enable; member 405 return sprintf(buf, "%u\n", (data->beep_enable >> 1) & 0x01); in show_beep_enable() 425 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP) in store_beep_enable() 427 data->beep_enable |= val << 1; in store_beep_enable() 428 w83793_write_value(client, W83793_REG_OVT_BEEP, data->beep_enable); in store_beep_enable() 1162 SENSOR_ATTR_2(beep_enable, S_IWUSR | S_IRUGO, show_beep_enable, 2015 data->beep_enable = w83793_read_value(client, W83793_REG_OVT_BEEP); in w83793_update_nonvolatile()
|
| H A D | w83627hf.c | 1004 static SENSOR_DEVICE_ATTR_RW(beep_enable, beep, 15);
|
| /linux/Documentation/hwmon/ |
| H A D | w83791d.rst | 100 The sysfs interface to the global enable is via the sysfs beep_enable file. 179 global_enable - 0x800000 (modified via beep_enable)
|