Searched refs:of_machine_compatible_match (Results 1 – 6 of 6) sorted by relevance
152 if (of_machine_compatible_match(boards)) in corenet_generic_probe()
401 bool of_machine_compatible_match(const char *const *compats);413 return of_machine_compatible_match(compats); in of_machine_is_compatible()819 static inline bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match() function
307 if (!of_machine_compatible_match(scmi_pinctrl_imx_allowlist)) in scmi_pinctrl_imx_probe()
524 if (of_machine_compatible_match(scmi_pinctrl_blocklist)) in scmi_pinctrl_probe()
643 if (machine_id->compatibles && !of_machine_compatible_match(machine_id->compatibles)) in probe_machine()
405 bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match() function418 EXPORT_SYMBOL(of_machine_compatible_match);
Completed in 21 milliseconds