Home
last modified time | relevance | path

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

/scripts/dtc/
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;
765 if (exists($compat_white_list{$compat})) {
776 if (exists($compat_driver{$compat})) {
777 for my $driver (@{ $compat_driver{$compat} }) {
[all …]
Dchecks.c929 static bool node_is_compatible(struct node *node, const char *compat) in node_is_compatible() argument
940 if (streq(str, compat)) in node_is_compatible()
/scripts/
Dsyscalltbl.sh57 while read nr abi name native compat ; do
69 if [ -n "$compat" ]; then
70 echo "__SYSCALL_WITH_COMPAT($nr, $native, $compat)"
Dsyscallnr.sh67 while read nr abi name native compat ; do
Dsyscallhdr.sh78 while read nr abi name native compat ; do
DMakefile.extrawarn92 KBUILD_CFLAGS += $(call cc-option, -Wpacked-bitfield-compat)
Dcheckpatch.pl3712 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\-]+)\,/;
/scripts/mod/
Ddevicetable-offsets.c93 DEVID_FIELD(vio_device_id, compat); in main()
Dfile2alias.c712 DEF_FIELD_ADDR(symval, vio_device_id, compat); in do_vio_entry()
715 (*compat)[0] ? *compat : "*"); in do_vio_entry()