Searched refs:scpi_sensors (Results 1 – 1 of 1) sorted by relevance
36 struct scpi_sensors *scpi_sensors; member40 struct scpi_sensors { struct52 struct scpi_sensors *scpi_sensors = zone->scpi_sensors; in scpi_read_temp() argument53 struct scpi_ops *scpi_ops = scpi_sensors->scpi_ops; in scpi_read_temp()54 struct sensor_data *sensor = &scpi_sensors->data[zone->sensor_id]; in scpi_read_temp()70 struct scpi_sensors *scpi_sensors = dev_get_drvdata(dev); in scpi_show_sensor() local71 struct scpi_ops *scpi_ops = scpi_sensors->scpi_ops; in scpi_show_sensor()97 struct scpi_sensors *scpi_sensors) in unregister_thermal_zones() argument101 list_for_each(pos, &scpi_sensors->thermal_zones) { in unregister_thermal_zones()119 struct scpi_sensors *scpi_sensors; in scpi_hwmon_probe() local[all …]