Home
last modified time | relevance | path

Searched refs:sensor_ops (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
Dscmi-hwmon.c75 ret = h->sensor_ops->reading_get(h, sensor->id, &value); in scmi_hwmon_read()
173 if (!handle || !handle->sensor_ops) in scmi_hwmon_probe()
176 nr_sensors = handle->sensor_ops->count_get(handle); in scmi_hwmon_probe()
187 sensor = handle->sensor_ops->info_get(handle, i); in scmi_hwmon_probe()
239 sensor = handle->sensor_ops->info_get(handle, i); in scmi_hwmon_probe()
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
Dsensors.c280 static const struct scmi_sensor_ops sensor_ops = { variable
364 handle->sensor_ops = &sensor_ops; in scmi_sensors_protocol_init()
/kernel/linux/linux-5.10/include/linux/
Dscmi_protocol.h285 const struct scmi_sensor_ops *sensor_ops; member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch13638 * @sensor_ops: pointer to set of sensor protocol operations
13655 const struct scmi_sensor_ops *sensor_ops;