Searched refs:compat (Results 1 – 9 of 9) sorted by relevance
324 my $compat = $pn_arg_ref->{compat};370 if (exists($driver_hard_code_list{$compat}) ||437 my $compat = $pn_arg_ref->{compat};460 print " : $compat : $driver : $config : ";737 my $compat;759 for $compat (@compatibles) {761 $pn_arg{compat} = $compat;765 if (exists($compat_white_list{$compat})) {776 if (exists($compat_driver{$compat})) {777 for my $driver (@{ $compat_driver{$compat} }) {[all …]
929 static bool node_is_compatible(struct node *node, const char *compat) in node_is_compatible() argument940 if (streq(str, compat)) in node_is_compatible()
57 while read nr abi name native compat ; do69 if [ -n "$compat" ]; then70 echo "__SYSCALL_WITH_COMPAT($nr, $native, $compat)"
67 while read nr abi name native compat ; do
78 while read nr abi name native compat ; do
92 KBUILD_CFLAGS += $(call cc-option, -Wpacked-bitfield-compat)
3712 foreach my $compat (@compats) {3713 my $compat2 = $compat;3715 my $compat3 = $compat;3717 `grep -Erq "$compat|$compat2|$compat3" $dt_path`;3720 "DT compatible string \"$compat\" appears un-documented -- check $dt_path\n" . $herecurr);3723 next if $compat !~ /^([a-zA-Z0-9\-]+)\,/;
93 DEVID_FIELD(vio_device_id, compat); in main()
712 DEF_FIELD_ADDR(symval, vio_device_id, compat); in do_vio_entry()715 (*compat)[0] ? *compat : "*"); in do_vio_entry()