Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.h159 int of_parse_thermal_zones(void);
165 static inline int of_parse_thermal_zones(void) { return 0; } in of_parse_thermal_zones() function
H A Dthermal_of.c1045 int __init of_parse_thermal_zones(void) in of_parse_thermal_zones() function
H A Dthermal_core.c1670 result = of_parse_thermal_zones(); in thermal_init()