Searched refs:compats (Results 1 – 2 of 2) sorted by relevance
100 const char *const compats[]; member110 .compats = { __VA_ARGS__ __VA_OPT__(,) NULL }, \305 if (quirk->compats[0] && in scmi_quirks_enable()306 !of_machine_compatible_match(quirk->compats)) in scmi_quirks_enable()314 quirk->compats[0], quirk->vendor, in scmi_quirks_enable()
422 bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match() argument429 rc = of_device_compatible_match(root, compats); in of_machine_compatible_match()
Completed in 16 milliseconds