of_machine_compatible_match
if (machine_id->compatibles && !of_machine_compatible_match(machine_id->compatibles))
if (of_machine_compatible_match(boards))
!of_machine_compatible_match(quirk->compats))
EXPORT_SYMBOL(of_machine_compatible_match);
if (!of_machine_compatible_match(scmi_pinctrl_imx_allowlist))
if (of_machine_compatible_match(scmi_pinctrl_blocklist))
bool of_machine_compatible_match(const char *const *compats);
return of_machine_compatible_match(compats);