Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A 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()
102 sensor_np, in imx_sc_thermal_probe()
128 of_node_put(sensor_np); in imx_sc_thermal_probe()
H A Dthermal_of.c429 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h335 struct device_node *sensor_np,
350 struct device_node *sensor_np, in thermal_zone_of_get_sensor_id() argument