Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dof-thermal.c66 struct __thermal_bind_params *tbps; member
202 struct __thermal_bind_params *tbp = data->tbps + i; in of_thermal_bind()
231 struct __thermal_bind_params *tbp = data->tbps + i; in of_thermal_unbind()
885 tz->tbps = kcalloc(tz->num_tbps, sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
886 if (!tz->tbps) { in thermal_of_build_thermal_zone()
893 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
907 of_node_put(tz->tbps[i].cooling_device); in thermal_of_build_thermal_zone()
908 kfree(tz->tbps); in thermal_of_build_thermal_zone()
926 of_node_put(tz->tbps[i].cooling_device); in of_thermal_free_zone()
927 kfree(tz->tbps); in of_thermal_free_zone()