Lines Matching refs:THERMAL_ERROR

28         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()
83 THERMAL_ERROR("could not initialize thermal driver: %d\n", status); in Create()
226 THERMAL_ERROR("worker thread failed: %d\n", status); in DdkRelease()
237 THERMAL_ERROR("could not configure FAN_CTL0 gpio: %d\n", status); in Init()
243 THERMAL_ERROR("could not configure FAN_CTL1 gpio: %d\n", status); in Init()
250 THERMAL_ERROR("could not read device metadata: %d\n", status); in Init()
253 THERMAL_ERROR("could not read device metadata\n"); in Init()
259 THERMAL_ERROR("could not get bigcluster dvfs opps: %d\n", status); in Init()
265 THERMAL_ERROR("could not get littlecluster dvfs opps: %d\n", status); in Init()
272 THERMAL_ERROR("could not start worker thread: %d\n", status); in Init()
309 THERMAL_ERROR("unknown fan level: %d\n", level); in SetFanLevel()
315 THERMAL_ERROR("could not set FAN_CTL0 level: %d\n", status); in SetFanLevel()
321 THERMAL_ERROR("could not set FAN_CTL1 level: %d\n", status); in SetFanLevel()
339 THERMAL_ERROR("could not notify thermal daemon: %d\n", status); in Worker()
346 THERMAL_ERROR("could not read temperature: %d\n", status); in Worker()
367 THERMAL_ERROR("unable to set DVFS OPP for Big cluster\n"); in Worker()
373 THERMAL_ERROR("unable to set DVFS OPP for Little cluster\n"); in Worker()
384 THERMAL_ERROR("could not notify thermal daemon: %d\n", status); in Worker()