Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dthermal.h316 int thermal_zone_of_get_sensor_id(struct device_node *tz_np,
331 static inline int thermal_zone_of_get_sensor_id(struct device_node *tz_np, in thermal_zone_of_get_sensor_id() function
/linux-5.19.10/drivers/thermal/
Dimx_sc_thermal.c101 ret = thermal_zone_of_get_sensor_id(child, in imx_sc_thermal_probe()
Dthermal_of.c439 int thermal_zone_of_get_sensor_id(struct device_node *tz_np, in thermal_zone_of_get_sensor_id() function
469 EXPORT_SYMBOL_GPL(thermal_zone_of_get_sensor_id);
525 ret = thermal_zone_of_get_sensor_id(child, sensor_np, &id); in thermal_zone_of_sensor_register()