Searched refs:sensor_np (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.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 | 429 struct device_node *sensor_np, in thermal_zone_of_get_sensor_id() argument 443 if (sensor_specs.np != sensor_np) { in thermal_zone_of_get_sensor_id() 496 struct device_node *np, *child, *sensor_np; in thermal_zone_of_sensor_register() local 508 sensor_np = of_node_get(dev->of_node); in thermal_zone_of_sensor_register() 514 ret = thermal_zone_of_get_sensor_id(child, sensor_np, &id); in thermal_zone_of_sensor_register() 519 tzd = thermal_zone_of_add_sensor(child, sensor_np, in thermal_zone_of_sensor_register() 529 of_node_put(sensor_np); in thermal_zone_of_sensor_register()
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0033_linux_drivers_soc_scsi_spi_tee_thermal.patch | 4849 struct device_node *np, *child, *sensor_np; 4887 of_node_put(sensor_np);
|