Home
last modified time | relevance | path

Searched refs:THERMAL_ERROR (Results 1 – 2 of 2) sorted by relevance

/system/dev/thermal/aml-thermal-s912/
A Daml-thermal.cpp28 THERMAL_ERROR("could not get platform device protocol\n"); in Create()
37 THERMAL_ERROR("could not get fan0 gpio protocol: %d\n", status); in Create()
45 THERMAL_ERROR("could not get fan1 gpio protocol: %d\n", status); in Create()
52 THERMAL_ERROR("could not get scpi protocol: %d\n", status); in Create()
60 THERMAL_ERROR("could not thermal get sensor: %d\n", status); in Create()
67 THERMAL_ERROR("could not configure port: %d\n", status); in Create()
76 THERMAL_ERROR("could not add driver: %d\n", status); in Create()
226 THERMAL_ERROR("worker thread failed: %d\n", status); in DdkRelease()
253 THERMAL_ERROR("could not read device metadata\n"); in Init()
309 THERMAL_ERROR("unknown fan level: %d\n", level); in SetFanLevel()
[all …]
/system/dev/lib/amlogic/include/soc/aml-common/
A Daml-thermal.h18 #define THERMAL_ERROR(fmt, ...) zxlogf(ERROR, "[%s %d]" fmt, __func__, __LINE__, ##__VA_ARGS__) macro

Completed in 5 milliseconds