Searched refs:sensor_ops (Results 1 – 3 of 3) sorted by relevance
31 ret = h->sensor_ops->reading_get(h, sensor->id, false, &value); in scmi_hwmon_read()125 if (!handle || !handle->sensor_ops) in scmi_hwmon_probe()128 nr_sensors = handle->sensor_ops->count_get(handle); in scmi_hwmon_probe()139 sensor = handle->sensor_ops->info_get(handle, i); in scmi_hwmon_probe()189 sensor = handle->sensor_ops->info_get(handle, i); in scmi_hwmon_probe()
249 static struct scmi_sensor_ops sensor_ops = { variable280 handle->sensor_ops = &sensor_ops; in scmi_sensors_protocol_init()
207 struct scmi_sensor_ops *sensor_ops; member