Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/
Dthermal_of.c78 struct __thermal_bind_params *tbps; member
216 tbp = data->tbps + i; in of_thermal_bind()
251 tbp = data->tbps + i; in of_thermal_unbind()
934 tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
935 if (!tz->tbps) { in thermal_of_build_thermal_zone()
942 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
955 struct __thermal_bind_params *tbp = tz->tbps + i; in thermal_of_build_thermal_zone()
964 kfree(tz->tbps); in thermal_of_build_thermal_zone()
983 tbp = tz->tbps + i; in of_thermal_free_zone()
991 kfree(tz->tbps); in of_thermal_free_zone()