Searched refs:compats (Results 1 – 3 of 3) sorted by relevance
401 bool of_machine_compatible_match(const char *const *compats);411 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local413 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() argument
405 bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match() argument412 rc = of_device_compatible_match(root, compats); in of_machine_compatible_match()
3726 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;3731 foreach my $compat (@compats) {
Completed in 21 milliseconds