Searched defs:thermal_zone_device (Results 1 – 1 of 1) sorted by relevance
99907 struct thermal_zone_device { struct99928 struct thermal_zone_device_ops *ops; argument99929 struct thermal_zone_params *tzp;99930 struct thermal_governor *governor;99931 void *governor_data;99932 struct list_head thermal_instances;99933 struct ida ida;99934 struct mutex lock;99935 struct list_head node;99959 int (*bind_to_tz)(struct thermal_zone_device *); argument