Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/
Dimx_sc_thermal.c79 struct device_node *np, *child, *sensor_np; in imx_sc_thermal_probe() local
91 sensor_np = of_node_get(pdev->dev.of_node); in imx_sc_thermal_probe()
97 of_node_put(sensor_np); in imx_sc_thermal_probe()
102 sensor_np, in imx_sc_thermal_probe()
127 of_node_put(sensor_np); in imx_sc_thermal_probe()
Dthermal_of.c426 struct device_node *sensor_np, in thermal_zone_of_get_sensor_id() argument
440 if (sensor_specs.np != sensor_np) { in thermal_zone_of_get_sensor_id()
493 struct device_node *np, *child, *sensor_np; in thermal_zone_of_sensor_register() local
505 sensor_np = of_node_get(dev->of_node); in thermal_zone_of_sensor_register()
511 ret = thermal_zone_of_get_sensor_id(child, sensor_np, &id); in thermal_zone_of_sensor_register()
516 tzd = thermal_zone_of_add_sensor(child, sensor_np, in thermal_zone_of_sensor_register()
526 of_node_put(sensor_np); in thermal_zone_of_sensor_register()
/Linux-v5.15/include/linux/
Dthermal.h314 struct device_node *sensor_np,
329 struct device_node *sensor_np, in thermal_zone_of_get_sensor_id() argument