Searched refs:enums (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/Documentation/sphinx/ |
D | parse-headers.pl | 27 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/ |
D | audio.h.rst.exceptions | 15 # some typedefs should point to struct/enums
|
D | ca.h.rst.exceptions | 18 # some typedefs should point to struct/enums
|
D | video.h.rst.exceptions | 30 # some typedefs should point to struct/enums
|
D | dmx.h.rst.exceptions | 48 # some typedefs should point to struct/enums
|
D | frontend.h.rst.exceptions | 39 # Those enums are defined at the frontend.h header, and not externally
|
/Linux-v4.19/arch/hexagon/ |
D | Makefile | 11 KBUILD_CFLAGS += -fno-short-enums
|
/Linux-v4.19/kernel/bpf/ |
D | btf.c | 1712 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/ |
D | parse-headers.rst | 26 enums and defines and create cross-references to a Sphinx book. 73 enums and enum symbols and create cross-references for all of them.
|
D | kernel-doc.rst | 184 ``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/ |
D | TODO | 6 - No enums should be used
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dvbapi.rst | 25 - digital TV data types (enums, structs, defines, etc);
|
/Linux-v4.19/Documentation/sound/designs/ |
D | compress-offload.rst | 72 have existing enums/structures for each compressed format. This new
|
/Linux-v4.19/Documentation/crypto/ |
D | asymmetric-keys.txt | 93 Three enums are defined there for representing public-key cryptography
|
/Linux-v4.19/kernel/trace/ |
D | Kconfig | 756 used to show what enums/sizeof the kernel tried to convert.
|
/Linux-v4.19/Documentation/process/ |
D | coding-style.rst | 707 Names of macros defining constants and labels in enums are capitalized.
|