of_machine_device_match
if (of_machine_device_match(allowlist)) {
if (cpu0_node_has_opp_v2_prop() && !of_machine_device_match(blocklist))
if (!of_machine_device_match(sun50i_cpufreq_match_list))
if (!of_machine_device_match(compatible_machine_match))
if (!of_machine_device_match(qcom_scm_qseecom_allowlist)) {
EXPORT_SYMBOL(of_machine_device_match);
return of_machine_device_match(tegra_machine_match);
bool of_machine_device_match(const struct of_device_id *matches);