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