Searched refs:sensor_ops (Results 1 – 3 of 3) sorted by relevance
75 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()
280 static const struct scmi_sensor_ops sensor_ops = { variable364 handle->sensor_ops = &sensor_ops; in scmi_sensors_protocol_init()
285 const struct scmi_sensor_ops *sensor_ops; member