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