Searched defs:thermal_zone_device (Results 1 – 2 of 2) sorted by relevance
102899 struct thermal_zone_device { struct102921 struct thermal_zone_device_ops *ops; argument102922 struct thermal_zone_params *tzp;102923 struct thermal_governor *governor;102924 void *governor_data;102925 struct list_head thermal_instances;102926 struct ida ida;102927 struct mutex lock;102928 struct list_head node;102929 struct delayed_work poll_queue;[all …]
112767 struct thermal_zone_device { struct112789 struct thermal_zone_device_ops *ops; argument112790 struct thermal_zone_params *tzp;112791 struct thermal_governor *governor;112792 void *governor_data;112793 struct list_head thermal_instances;112794 struct ida ida;112795 struct mutex lock;112796 struct list_head node;112797 struct delayed_work poll_queue;[all …]