Searched refs:sensor_np (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/thermal/ |
D | imx_sc_thermal.c | 79 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() 96 of_node_put(sensor_np); in imx_sc_thermal_probe() 101 sensor_np, in imx_sc_thermal_probe() 124 of_node_put(sensor_np); in imx_sc_thermal_probe()
|
D | thermal_of.c | 426 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.10/include/linux/ |
D | thermal.h | 319 struct device_node *sensor_np, 334 struct device_node *sensor_np, in thermal_zone_of_get_sensor_id() argument
|