Home
last modified time | relevance | path

Searched defs:thermal_zone_device (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h156 struct thermal_zone_device { struct
178 struct thermal_zone_device_ops *ops; argument
179 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
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c742 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), in for_each_thermal_zone()