Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dqoriq_thermal.c103 struct device_node *np, *sensor_np; in qoriq_tmu_get_sensor_id() local
109 sensor_np = of_get_next_child(np, NULL); in qoriq_tmu_get_sensor_id()
110 ret = of_parse_phandle_with_args(sensor_np, "thermal-sensors", in qoriq_tmu_get_sensor_id()
115 of_node_put(sensor_np); in qoriq_tmu_get_sensor_id()
129 of_node_put(sensor_np); in qoriq_tmu_get_sensor_id()
Dof-thermal.c461 struct device_node *np, *child, *sensor_np; in thermal_zone_of_sensor_register() local
473 sensor_np = of_node_get(dev->of_node); in thermal_zone_of_sensor_register()
495 if (sensor_specs.np == sensor_np && id == sensor_id) { in thermal_zone_of_sensor_register()
496 tzd = thermal_zone_of_add_sensor(child, sensor_np, in thermal_zone_of_sensor_register()
508 of_node_put(sensor_np); in thermal_zone_of_sensor_register()