Home
last modified time | relevance | path

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

/linux/include/linux/
A Dof.h401 bool of_machine_compatible_match(const char *const *compats);
411 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local
413 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
/linux/drivers/of/
A Dbase.c405 bool of_machine_compatible_match(const char *const *compats) in of_machine_compatible_match() argument
412 rc = of_device_compatible_match(root, compats); in of_machine_compatible_match()
/linux/scripts/
A Dcheckpatch.pl3726 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;
3731 foreach my $compat (@compats) {

Completed in 21 milliseconds