Home
last modified time | relevance | path

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

/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.pl3750 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;
3755 foreach my $compat (@compats) {