Searched defs:thermal_zone_device (Results 1 – 2 of 2) 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
739 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()