Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h334 int thermal_zone_of_get_sensor_id(struct device_node *tz_np,
349 static inline int thermal_zone_of_get_sensor_id(struct device_node *tz_np, in thermal_zone_of_get_sensor_id() function
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_of.c428 int thermal_zone_of_get_sensor_id(struct device_node *tz_np, in thermal_zone_of_get_sensor_id() function
458 EXPORT_SYMBOL_GPL(thermal_zone_of_get_sensor_id);
514 ret = thermal_zone_of_get_sensor_id(child, sensor_np, &id); in thermal_zone_of_sensor_register()
H A Dimx_sc_thermal.c101 ret = thermal_zone_of_get_sensor_id(child, in imx_sc_thermal_probe()