Lines Matching full:abi

23 my $prefix="Documentation/ABI";
87 # Parse an ABI file, storing its contents at %data
101 $fn =~ s,Documentation/ABI/,,;
401 # Having titles inside ABI files will only work if extra
432 my @matches = $d =~ m,Documentation/ABI/([\w\/\-]+),g;
439 $d =~ s,\bDocumentation/ABI/$f\b,:ref:`$xref`,g;
485 printf "Has the following ABI:\n\n";
508 # Searches for ABI symbols
650 # Ignore cgroup, as this is big and has zero docs under ABI
657 # Ignore some sysfs nodes that aren't actually part of ABI
673 # Trivial: file is defined exactly the same way at ABI What:
839 print STDERR "Converting ABI What fields into regexes...";
878 # Special case: this ABI has a parenthesis on it
894 # Special case: IIO ABI which a parenthesis.
951 # Parses all ABI files located at $prefix dir
969 # Warn about duplicated ABI entries
984 get_abi.pl - parse the Linux ABI files and produce a ReST book.
997 B<search> I<SEARCH_REGEX> - search for I<SEARCH_REGEX> inside ABI
999 B<rest> - output the ABI in ReST markup language
1001 B<validate> - validate the ABI contents
1004 defined at Documentation/ABI
1014 Changes the location of the ABI search. By default, it uses
1015 the Documentation/ABI directory.
1020 selecting between a rst-compliant source ABI (B<--rst-source>), or a
1033 - 1: Debug parsing What entries from ABI files;
1034 - 2: Shows what files are opened from ABI files;
1035 - 4: Dump the structs used to store the contents of the ABI files.
1039 Show hints about possible definitions for the missing ABI symbols.
1059 Parse the Linux ABI files from ABI DIR (usually located at Documentation/ABI),
1060 allowing to search for ABI symbols or to produce a ReST book containing
1061 the Linux ABI documentation.
1069 $ scripts/get_abi.pl search usb --dir Documentation/ABI/stable
1085 $ scripts/get_abi.pl rest --dir Documentation/ABI/obsolete