Lines Matching defs:scpi_sensors
29 struct scpi_sensors *scpi_sensors; member
32 struct scpi_sensors { struct
33 struct scpi_ops *scpi_ops;
34 struct sensor_data *data;
35 struct list_head thermal_zones;
36 struct attribute **attrs;
37 struct attribute_group group;
38 const struct attribute_group *groups[2];
68 struct scpi_sensors *scpi_sensors = zone->scpi_sensors; in scpi_read_temp() local
88 struct scpi_sensors *scpi_sensors = dev_get_drvdata(dev); in scpi_show_sensor() local
143 struct scpi_sensors *scpi_sensors; in scpi_hwmon_probe() local