Searched defs:thermal_zone_device (Results 1 – 3 of 3) sorted by relevance
107 struct thermal_zone_device { struct127 struct thermal_zone_device_ops ops; argument128 struct thermal_zone_params *tzp;129 struct thermal_governor *governor;130 void *governor_data;131 struct list_head thermal_instances;132 struct ida ida;133 struct mutex lock;134 struct list_head node;135 struct delayed_work poll_queue;[all …]
707 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()1560 struct device *thermal_zone_device(struct thermal_zone_device *tzd) in thermal_zone_device() function
112 struct int34x_thermal_zone *int340x_thermal_zone_add(struct acpi_device *adev, in int340x_thermal_zone_add()