Home
last modified time | relevance | path

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

/linux/drivers/thermal/
A Dthermal_of.c78 struct __thermal_bind_params *tbps; member
219 tbp = data->tbps + i; in of_thermal_bind()
254 tbp = data->tbps + i; in of_thermal_unbind()
937 tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
938 if (!tz->tbps) { in thermal_of_build_thermal_zone()
945 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
958 struct __thermal_bind_params *tbp = tz->tbps + i; in thermal_of_build_thermal_zone()
967 kfree(tz->tbps); in thermal_of_build_thermal_zone()
986 tbp = tz->tbps + i; in of_thermal_free_zone()
994 kfree(tz->tbps); in of_thermal_free_zone()

Completed in 4 milliseconds