Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Dthermal.h144 struct thermal_zone_device { struct
166 struct thermal_zone_device_ops *ops; argument
167 struct thermal_zone_params *tzp;
168 struct thermal_governor *governor;
192 int (*bind_to_tz)(struct thermal_zone_device *tz); argument
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
Dthermal_core.c749 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), void *data) in for_each_thermal_zone()