Searched refs:tzp (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 151 * only thermal zones with specified tz->tzp->governor_name in thermal_register_governor() 158 name = pos->tzp->governor_name; in thermal_register_governor() 1047 const struct thermal_zone_params *tzp; in bind_cdev() local 1054 if (!pos->tzp && !pos->ops->bind) { in bind_cdev() 1066 tzp = pos->tzp; in bind_cdev() 1067 if (!tzp || !tzp->tbp) { in bind_cdev() 1071 for (i = 0; i < tzp->num_tbps; i++) { in bind_cdev() 1072 if (tzp in bind_cdev() 1278 const struct thermal_zone_params *tzp; thermal_cooling_device_unregister() local 1330 const struct thermal_zone_params *tzp = tz->tzp; bind_tz() local 1395 thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, struct thermal_zone_params *tzp, int passive_delay, int polling_delay) thermal_zone_device_register() argument 1548 const struct thermal_zone_params *tzp; thermal_zone_device_unregister() local [all...] |
H A D | rockchip_thermal.c | 1539 thermal->sensors[i].tzd->tzp->no_hwmon = false;
in rockchip_thermal_probe()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | thermal.h | 133 * @tzp: thermal zone parameters 167 struct thermal_zone_params *tzp; member 379 struct thermal_zone_params *tzp, int passive_delay, int polling_delay) in thermal_zone_device_register() 378 thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, struct thermal_zone_params *tzp, int passive_delay, int polling_delay) thermal_zone_device_register() argument
|
Completed in 6 milliseconds