Searched refs:heater_enable (Results 1 – 6 of 6) sorted by relevance
| /drivers/hwmon/ |
| A D | htu31.c | 57 bool heater_enable; member 216 return sysfs_emit(buf, "%d\n", data->heater_enable); in heater_enable_show() 241 data->heater_enable = status; in heater_enable_store() 246 static DEVICE_ATTR_RW(heater_enable);
|
| A D | sht3x.c | 643 static SENSOR_DEVICE_ATTR_RW(heater_enable, heater_enable, 0);
|
| A D | sht4x.c | 368 static DEVICE_ATTR_RW(heater_enable);
|
| A D | sht15.c | 783 static SENSOR_DEVICE_ATTR_RW(heater_enable, sht15_status, SHT15_STATUS_HEATER);
|
| /drivers/iio/humidity/ |
| A D | htu21.c | 160 static IIO_DEVICE_ATTR(heater_enable, S_IRUGO | S_IWUSR,
|
| A D | si7020.c | 210 static IIO_DEVICE_ATTR(heater_enable, 0644,
|
Completed in 17 milliseconds