Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Dquirks.c101 const char *const compats[]; member
111 .compats = { __VA_ARGS__ __VA_OPT__(,) NULL }, \
310 if (quirk->compats[0] && in scmi_quirks_enable()
311 !of_machine_compatible_match(quirk->compats)) in scmi_quirks_enable()
319 quirk->compats[0], quirk->vendor, in scmi_quirks_enable()
/linux/include/linux/
H A Dof.h412 bool of_machine_compatible_match(const char *const *compats);
424 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() local
426 return of_machine_compatible_match(compats); in of_machine_is_compatible()
864 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.pl3750 my @compats = $rawline =~ /\"([a-zA-Z0-9\-\,\.\+_]+)\"/g;
3755 foreach my $compat (@compats) {