/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | rockchip_thermal.c | 113 * @get_temp: get the temperature
137 int (*get_temp)(const struct chip_tsadc_table *table, int chn, void __iomem *reg, int *temp);
member 860 .get_temp = rk_tsadcv2_get_temp,
885 .get_temp = rk_tsadcv2_get_temp,
910 .get_temp = rk_tsadcv2_get_temp,
937 .get_temp = rk_tsadcv2_get_temp,
962 .get_temp = rk_tsadcv2_get_temp,
988 .get_temp = rk_tsadcv2_get_temp,
1012 .get_temp = rk_tsadcv2_get_temp,
1038 .get_temp [all...] |
H A D | thermal_core.c | 564 if (!tz->ops->get_temp) { in thermal_zone_device_update()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | thermal.h | 64 int (*get_temp)(struct thermal_zone_device *, int *); member 289 * @get_temp: a pointer to a function that reads the sensor temperature. 302 int (*get_temp)(void *, int *); member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ipa/ |
H A D | mali_kbase_ipa_simple.c | 104 ret = gpu_tz->ops->get_temp(gpu_tz, &temp);
in model_static_coeff()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ipa/ |
H A D | mali_kbase_ipa_simple.c | 107 ret = gpu_tz->ops->get_temp(gpu_tz, &temp); in model_static_coeff()
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_ipa.c | 195 ret = data->tz->ops->get_temp(data->tz, &temp);
in rockchip_ipa_get_static_power()
|
H A D | rockchip_pvtm.c | 94 if (pvtm->tz && pvtm->tz->ops && pvtm->tz->ops->get_temp) {
in pvtm_value_show() 95 ret = pvtm->tz->ops->get_temp(pvtm->tz, &cur_temp);
in pvtm_value_show()
|
H A D | rockchip_opp_select.c | 299 if (!pvtm->tz->ops->get_temp) {
in rockchip_parse_pvtm_config() 380 pvtm->tz->ops->get_temp(pvtm->tz, &cur_temp);
in rockchip_get_pvtm_specific_value()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_ipa.c | 203 ret = data->tz->ops->get_temp(data->tz, &temp); in rockchip_ipa_get_static_power()
|
H A D | rockchip_pvtm.c | 99 if (pvtm->tz && pvtm->tz->ops && pvtm->tz->ops->get_temp) { in pvtm_value_show() 100 ret = pvtm->tz->ops->get_temp(pvtm->tz, &cur_temp); in pvtm_value_show()
|
H A D | rockchip_opp_select.c | 328 if (!pvtm->tz->ops->get_temp) in rockchip_parse_pvtm_config() 408 pvtm->tz->ops->get_temp(pvtm->tz, &cur_temp); in rockchip_get_pvtm_specific_value()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/ |
H A D | rk.c | 300 ret = gpu_tz->ops->get_temp(gpu_tz, &temperature); in rk_model_static_power()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/ |
H A D | rk.c | 315 ret = gpu_tz->ops->get_temp(gpu_tz, &temperature); in rk_model_static_power()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/ |
H A D | arm.c | 198 ret = gpu_tz->ops->get_temp(gpu_tz, &temperature); in arm_model_static_power()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 413 if (!IS_ERR_OR_NULL(tz) && tz->ops->get_temp) {
in model_static_power() 416 ret = tz->ops->get_temp(tz, &temperature);
in model_static_power()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 435 if (!IS_ERR_OR_NULL(tz) && tz->ops->get_temp) { in model_static_power() 438 ret = tz->ops->get_temp(tz, &temperature); in model_static_power()
|
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
H A D | power_supply_core.c | 1027 .get_temp = power_supply_read_temp,
|
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc.c | 2894 if (!IS_ERR_OR_NULL(dmcfreq->ddr_tz) && dmcfreq->ddr_tz->ops->get_temp) { in model_static_power() 2897 ret = dmcfreq->ddr_tz->ops->get_temp(dmcfreq->ddr_tz, &temperature); in model_static_power()
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc.c | 3057 if (!IS_ERR_OR_NULL(dmcfreq->ddr_tz) && dmcfreq->ddr_tz->ops->get_temp) { in model_static_power() 3061 dmcfreq->ddr_tz->ops->get_temp(dmcfreq->ddr_tz, in model_static_power()
|