Searched refs:compat (Results 1 – 11 of 11) sorted by relevance
/scripts/ |
A 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)"
|
A 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) 283 (model, compat, files) = process_dtb(fname, args) 297 entries.append([model, compat, files_seq])
|
A D | syscallnr.sh | 67 while read nr abi name native compat ; do
|
A D | syscallhdr.sh | 78 while read nr abi name native compat ; do
|
A D | checkpatch.pl | 3725 foreach my $compat (@compats) { 3726 my $compat2 = $compat; 3728 my $compat3 = $compat; 3730 `grep -Erq "$compat|$compat2|$compat3" $dt_path`; 3733 "DT compatible string \"$compat\" appears un-documented -- check $dt_path\n" . $herecurr); 3736 next if $compat !~ /^([a-zA-Z0-9\-]+)\,/;
|
/scripts/dtc/ |
A 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; 776 if (exists($compat_driver{$compat})) { 1031 print " $compat\n"; 1180 for my $compat (keys %driver_hard_code_list) { [all …]
|
A 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]
|
A 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/ |
A D | mkdebian | 210 Build-Depends: debhelper-compat (= 12)
|
/scripts/mod/ |
A D | devicetable-offsets.c | 93 DEVID_FIELD(vio_device_id, compat); in main()
|
A D | file2alias.c | 640 DEF_FIELD_ADDR(symval, vio_device_id, compat); in do_vio_entry() 643 (*compat)[0] ? *compat : "*"); in do_vio_entry()
|
Completed in 20 milliseconds