Searched refs:compats (Results 1 – 4 of 4) sorted by relevance
101 const char *const compats[]; member111 .compats = { __VA_ARGS__ __VA_OPT__(,) NULL }, \310 if (quirk->compats[0] && in scmi_quirks_enable()311 !of_machine_compatible_match(quirk->compats)) in scmi_quirks_enable()319 quirk->compats[0], quirk->vendor, in scmi_quirks_enable()
412 bool of_machine_compatible_match(const char *const *compats);424 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local426 return of_machine_compatible_match(compats); in of_machine_is_compatible()864 static inline bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match() argument
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()
3750 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;3755 foreach my $compat (@compats) {