Searched refs:compats (Results 1 – 3 of 3) sorted by relevance
409 bool of_machine_compatible_match(const char *const *compats);419 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local421 return of_machine_compatible_match(compats); in of_machine_is_compatible()846 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()
3698 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;3703 foreach my $compat (@compats) {