Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 11 of 11) sorted by relevance

/scripts/
A Dsyscalltbl.sh57 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 Dmake_fit.py150 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 Dsyscallnr.sh67 while read nr abi name native compat ; do
A Dsyscallhdr.sh78 while read nr abi name native compat ; do
A Dcheckpatch.pl3725 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 Ddt_to_config324 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 Ddt-extract-compatibles20 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 Dchecks.c951 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 Dmkdebian210 Build-Depends: debhelper-compat (= 12)
/scripts/mod/
A Ddevicetable-offsets.c93 DEVID_FIELD(vio_device_id, compat); in main()
A Dfile2alias.c640 DEF_FIELD_ADDR(symval, vio_device_id, compat); in do_vio_entry()
643 (*compat)[0] ? *compat : "*"); in do_vio_entry()

Completed in 20 milliseconds