Searched refs:sensor_np (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.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() 102 sensor_np, in imx_sc_thermal_probe() 128 of_node_put(sensor_np); in imx_sc_thermal_probe()
|
D | thermal_of.c | 440 struct device_node *sensor_np, in thermal_zone_of_get_sensor_id() argument 454 if (sensor_specs.np != sensor_np) { in thermal_zone_of_get_sensor_id() 507 struct device_node *np, *child, *sensor_np; in thermal_zone_of_sensor_register() local 519 sensor_np = of_node_get(dev->of_node); in thermal_zone_of_sensor_register() 525 ret = thermal_zone_of_get_sensor_id(child, sensor_np, &id); in thermal_zone_of_sensor_register() 530 tzd = thermal_zone_of_add_sensor(child, sensor_np, in thermal_zone_of_sensor_register() 540 of_node_put(sensor_np); in thermal_zone_of_sensor_register()
|
/linux-5.19.10/include/linux/ |
D | thermal.h | 317 struct device_node *sensor_np, 332 struct device_node *sensor_np, in thermal_zone_of_get_sensor_id() argument
|