Lines Matching defs:method
242 const char *method;
244 pr_info("probing for conduit method from DT.\n");
246 if (of_property_read_string(np, "method", &method)) {
247 pr_warn("missing \"method\" property\n");
251 if (!strcmp("hvc", method)) {
253 } else if (!strcmp("smc", method)) {
256 pr_warn("invalid \"method\" property: %s\n", method);
599 pr_info("probing for conduit method from ACPI.\n");