Home
last modified time | relevance | path

Searched refs:compats (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dof.h404 bool of_machine_compatible_match(const char *const *compats);
414 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local
416 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
/linux/drivers/of/
H A Dbase.c422 bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match() argument
429 rc = of_device_compatible_match(root, compats); in of_machine_compatible_match()
/linux/scripts/
H A Dcheckpatch.pl3721 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;
3726 foreach my $compat (@compats) {