Home
last modified time | relevance | path

Searched refs:pcb_tz (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c43 struct thermal_zone_device *pcb_tz; member
83 struct thermal_zone_device *pcb_tz = NULL; in __ti_thermal_get_temp() local
104 pcb_tz = data->pcb_tz; in __ti_thermal_get_temp()
106 if (!IS_ERR(pcb_tz)) { in __ti_thermal_get_temp()
107 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
173 data->pcb_tz = thermal_zone_get_zone_by_name("pcb"); in ti_thermal_build_data()