Home
last modified time | relevance | path

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

/drivers/thermal/
Dthermal_of.c78 struct __thermal_bind_params *tbps; member
241 tbp = data->tbps + i; in of_thermal_bind()
276 tbp = data->tbps + i; in of_thermal_unbind()
970 tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
971 if (!tz->tbps) { in thermal_of_build_thermal_zone()
978 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
991 struct __thermal_bind_params *tbp = tz->tbps + i; in thermal_of_build_thermal_zone()
1000 kfree(tz->tbps); in thermal_of_build_thermal_zone()
1019 tbp = tz->tbps + i; in of_thermal_free_zone()
1027 kfree(tz->tbps); in of_thermal_free_zone()