Searched refs:prop_str (Results 1 – 1 of 1) sorted by relevance
63 const char *prop_str; in psci_is_smc_method() local65 ret = dt_property_read_string(psci, "method", &prop_str); in psci_is_smc_method()76 if ( strcmp(prop_str, "smc") ) in psci_is_smc_method()78 printk("/psci method must be smc, but is: \"%s\"\n", prop_str); in psci_is_smc_method()
Completed in 3 milliseconds