Searched refs:compat (Results 1 – 11 of 11) sorted by relevance
| /scripts/ |
| D | syscalltbl.sh | 57 while read nr abi name native compat noreturn; do 69 if [ "$compat" = "-" ]; then 70 unset compat 78 if [ -n "$compat" ]; then 79 echo "__SYSCALL_COMPAT_NORETURN($nr, $native, $compat)" 83 elif [ -n "$compat" ]; then 84 echo "__SYSCALL_WITH_COMPAT($nr, $native, $compat)"
|
| D | make_fit.py | 150 for model, compat, files in entries: 153 fsw.property('compatible', bytes(compat)) 232 compat = fdt.getprop(0, 'compatible') 250 return (model, compat, files) 282 (model, compat, files) = process_dtb(fname, args) 293 entries.append([model, compat, files_seq])
|
| D | syscallnr.sh | 67 while read nr abi name native compat ; do
|
| D | syscallhdr.sh | 78 while read nr abi name native compat ; do
|
| D | checkpatch.pl | 3726 foreach my $compat (@compats) { 3727 my $compat2 = $compat; 3729 my $compat3 = $compat; 3731 `grep -Erq "$compat|$compat2|$compat3" $dt_path`; 3734 "DT compatible string \"$compat\" appears un-documented -- check $dt_path\n" . $herecurr); 3737 next if $compat !~ /^([a-zA-Z0-9\-]+)\,/;
|
| /scripts/dtc/ |
| D | dt_to_config | 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 …]
|
| D | dt-extract-compatibles | 20 compat = re.search(r'"(.*?)"', m[0])[1] 24 compat_list += [compat] 68 compat_list = [compat for compat in compat_list if compat not in compat_ignore_list]
|
| D | checks.c | 951 static bool node_is_compatible(struct node *node, const char *compat) in node_is_compatible() argument 962 if (streq(str, compat)) in node_is_compatible()
|
| /scripts/package/ |
| D | mkdebian | 200 Build-Depends: debhelper-compat (= 12)
|
| /scripts/mod/ |
| D | devicetable-offsets.c | 93 DEVID_FIELD(vio_device_id, compat); in main()
|
| D | file2alias.c | 724 DEF_FIELD_ADDR(symval, vio_device_id, compat); in do_vio_entry() 727 (*compat)[0] ? *compat : "*"); in do_vio_entry()
|