Home
last modified time | relevance | path

Searched refs:enums (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/Documentation/sphinx/
Dparse-headers.pl27 my %enums;
101 $enums{$s} = "enum :c:type:`$s`\\ ";
165 delete $enums{$1} if (exists($enums{$1}));
216 $enums{$old} = $new if (exists($enums{$old}));
231 print Data::Dumper->Dump([\%enums], [qw(*enums)]) if (%enums);
290 foreach my $r (keys %enums) {
291 my $s = $enums{$r};
/Linux-v4.19/Documentation/media/
Daudio.h.rst.exceptions15 # some typedefs should point to struct/enums
Dca.h.rst.exceptions18 # some typedefs should point to struct/enums
Dvideo.h.rst.exceptions30 # some typedefs should point to struct/enums
Ddmx.h.rst.exceptions48 # some typedefs should point to struct/enums
Dfrontend.h.rst.exceptions39 # Those enums are defined at the frontend.h header, and not externally
/Linux-v4.19/arch/hexagon/
DMakefile11 KBUILD_CFLAGS += -fno-short-enums
/Linux-v4.19/kernel/bpf/
Dbtf.c1712 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local
1718 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta()
1736 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta()
1738 enums[i].name_off); in btf_enum_check_meta()
1743 btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta()
1744 enums[i].val); in btf_enum_check_meta()
1760 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_seq_show() local
1765 if (v == enums[i].val) { in btf_enum_seq_show()
1767 btf_name_by_offset(btf, enums[i].name_off)); in btf_enum_seq_show()
/Linux-v4.19/Documentation/doc-guide/
Dparse-headers.rst26 enums and defines and create cross-references to a Sphinx book.
73 enums and enum symbols and create cross-references for all of them.
Dkernel-doc.rst184 ``enum`` to describe unions or enums. ``member`` is used to mean struct
194 Members of structs, unions and enums should be documented the same way
414 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
/Linux-v4.19/drivers/staging/media/davinci_vpfe/
DTODO6 - No enums should be used
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddvbapi.rst25 - digital TV data types (enums, structs, defines, etc);
/Linux-v4.19/Documentation/sound/designs/
Dcompress-offload.rst72 have existing enums/structures for each compressed format. This new
/Linux-v4.19/Documentation/crypto/
Dasymmetric-keys.txt93 Three enums are defined there for representing public-key cryptography
/Linux-v4.19/kernel/trace/
DKconfig756 used to show what enums/sizeof the kernel tried to convert.
/Linux-v4.19/Documentation/process/
Dcoding-style.rst707 Names of macros defining constants and labels in enums are capitalized.