Searched refs:compats (Results 1 – 2 of 2) sorted by relevance
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()
3750 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;3755 foreach my $compat (@compats) {