Lines Matching defs:method
57 const char *method = NULL;69 if (!method)70 of_property_read_string(np, "enable-method", &method);77 if (!method) {79 of_property_read_string(np, "enable-method", &method);83 pr_info("CPU enable method: %s\n", method);84 if (method)85 for (; m->method; m++)86 if (!strcmp(m->method, method)) {