Searched defs:thermal_zone_device (Results 1 – 2 of 2) sorted by relevance
156 struct thermal_zone_device { struct178 struct thermal_zone_device_ops *ops; argument179 struct thermal_zone_params *tzp;180 struct thermal_governor *governor;181 void *governor_data;182 struct list_head thermal_instances;206 int (*bind_to_tz)(struct thermal_zone_device *tz); argument
742 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()