Home
last modified time | relevance | path

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

/drivers/thermal/
Dthermal_core.h153 int of_parse_thermal_zones(void);
159 static inline int of_parse_thermal_zones(void) { return 0; } in of_parse_thermal_zones() function
Dthermal_of.c1078 int __init of_parse_thermal_zones(void) in of_parse_thermal_zones() function
Dthermal_core.c1490 result = of_parse_thermal_zones(); in thermal_init()