Searched defs:thermal_zone_device (Results 1 – 3 of 3) sorted by relevance
150 struct thermal_zone_device { struct172 struct thermal_zone_device_ops *ops; argument173 struct thermal_zone_params *tzp;174 struct thermal_governor *governor;198 int (*bind_to_tz)(struct thermal_zone_device *tz); argument
191 struct thermal_zone_device { struct212 struct thermal_zone_device_ops *ops; argument213 struct thermal_zone_params *tzp;214 struct thermal_governor *governor;238 int (*bind_to_tz)(struct thermal_zone_device *tz); argument
737 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()