Home
last modified time | relevance | path

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

/drivers/thermal/
Dof-thermal.c84 struct __thermal_bind_params *tbps; member
226 struct __thermal_bind_params *tbp = data->tbps + i; in of_thermal_bind()
255 struct __thermal_bind_params *tbp = data->tbps + i; in of_thermal_unbind()
814 tz->tbps = kzalloc(tz->num_tbps * sizeof(*tz->tbps), GFP_KERNEL); in thermal_of_build_thermal_zone()
815 if (!tz->tbps) { in thermal_of_build_thermal_zone()
822 ret = thermal_of_populate_bind_params(gchild, &tz->tbps[i++], in thermal_of_build_thermal_zone()
836 of_node_put(tz->tbps[i].cooling_device); in thermal_of_build_thermal_zone()
837 kfree(tz->tbps); in thermal_of_build_thermal_zone()
855 of_node_put(tz->tbps[i].cooling_device); in of_thermal_free_zone()
856 kfree(tz->tbps); in of_thermal_free_zone()