Home
last modified time | relevance | path

Searched refs:enable_sensor (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dhisi_thermal.c69 int (*enable_sensor)(struct hisi_thermal_sensor *sensor); member
505 .enable_sensor = hi6220_thermal_enable_sensor,
513 .enable_sensor = hi3660_thermal_enable_sensor,
588 ret = data->ops->enable_sensor(sensor); in hisi_thermal_probe()
632 ret |= data->ops->enable_sensor(&data->sensor[i]); in hisi_thermal_resume()
/openbmc/linux/Documentation/hid/
H A Dhid-sensor.rst176 │   ├── enable_sensor
231 $ echo 1 > enable_sensor
/openbmc/linux/drivers/hid/
H A Dhid-sensor-custom.c266 static DEVICE_ATTR_RW(enable_sensor);