| /kernel/linux/linux-6.6/Documentation/userspace-api/netlink/ |
| D | c-code-gen.rst | 36 ``max-by-define`` selects if max values for enums are defined as a 49 Enums and flags 52 Enums are named ``$family-$enum``. The full name can be set directly 59 (which are enabled by default for attribute enums). 66 Attribute enums are traditionally unnamed in netlink headers. 76 Attribute enums end with two special values ``__$pfx-MAX`` and ``$pfx-MAX`` 91 Similarly to attribute enums operation enums end with special count and max
|
| /kernel/linux/linux-6.6/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}; 341 enums and defines and create cross-references to a Sphinx book. 378 enums and enum symbols and create cross-references for all of them.
|
| /kernel/linux/linux-5.10/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}; 341 enums and defines and create cross-references to a Sphinx book. 378 enums and enum symbols and create cross-references for all of them.
|
| /kernel/linux/linux-5.10/arch/hexagon/ |
| D | Makefile | 10 # Do not use single-byte enums; these will overflow. 11 KBUILD_CFLAGS += -fno-short-enums
|
| /kernel/linux/linux-6.6/include/trace/events/ |
| D | tlb.h | 19 * First define the enums in TLB_FLUSH_REASON to be exported to userspace 30 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
| D | 9p.h | 87 /* Define EM() to export the enums to userspace via TRACE_DEFINE_ENUM() */ 96 /* And also use EM/EMe to define helper enums -- once */ 111 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
| D | migrate.h | 28 * First define the enums in the above macros to be exported to userspace 40 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
| D | mmflags.h | 294 * First define the enums in the above macros to be exported to userspace 304 /* COMPACTION_FEEDBACK are defines not enums. Not needed here. */ 309 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
| /kernel/linux/linux-6.6/arch/hexagon/ |
| D | Makefile | 10 # Do not use single-byte enums; these will overflow. 11 KBUILD_CFLAGS += -fno-short-enums
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | tlb.h | 19 * First define the enums in TLB_FLUSH_REASON to be exported to userspace 30 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
| D | migrate.h | 26 * First define the enums in the above macros to be exported to userspace 38 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
| D | mmflags.h | 266 * First define the enums in the above macros to be exported to userspace 276 /* COMPACTION_FEEDBACK are defines not enums. Not needed here. */ 281 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
| D | 9p.h | 80 /* Define EM() to export the enums to userspace via TRACE_DEFINE_ENUM() */ 89 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/kirin/ |
| D | kirin_ade_reg.h | 106 * ADE regs relevant enums 176 * LDI regs relevant enums 203 * ADE media bus service relevant enums
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/ |
| D | kirin_ade_reg.h | 106 * ADE regs relevant enums 176 * LDI regs relevant enums 203 * ADE media bus service relevant enums
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/queue/interface/ |
| D | ia_css_queue_comm.h | 26 /* Avoiding enums to save space */ 32 /* Avoiding enums to save space */
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/interface/ |
| D | ia_css_queue_comm.h | 26 /* Avoiding enums to save space */ 32 /* Avoiding enums to save space */
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | netlink.rst | 12 Attribute enums 20 Message enums
|
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| D | btf_dumper.c | 151 const struct btf_enum *enums = btf_enum(t); in btf_dumper_enum() local 173 if (value == enums[i].val) { in btf_dumper_enum() 176 enums[i].name_off)); in btf_dumper_enum() 189 const struct btf_enum64 *enums = btf_enum64(t); in btf_dumper_enum64() local 199 if (val_lo32 == enums[i].val_lo32 && val_hi32 == enums[i].val_hi32) { in btf_dumper_enum64() 202 enums[i].name_off)); in btf_dumper_enum64()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
| D | soc21_enum.h | 47 * Chip Enums 548 * CNVC_CFG Enums 751 * CNVC_CUR Enums 813 * DSCL Enums 972 * CM Enums 1248 * DPP_TOP Enums 1335 * DC_PERFMON Enums 1679 * HUBP Enums 1990 * HUBPREQ Enums 2272 * HUBPRET Enums [all …]
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/drivers/counter/ |
| D | counter-sysfs.c | 222 static int counter_find_enum(u32 *const enum_item, const u32 *const enums, in counter_find_enum() argument 229 *enum_item = enums[index]; in counter_find_enum() 265 err = counter_find_enum(&data, avail->enums, avail->num_items, in counter_comp_u32_store() 269 err = counter_find_enum(&data, avail->enums, avail->num_items, in counter_comp_u32_store() 397 err = counter_find_enum(&data, element->avail->enums, in counter_comp_array_u32_store() 479 static ssize_t enums_available_show(const u32 *const enums, in enums_available_show() argument 487 len += sysfs_emit_at(buf, len, "%s\n", strs[enums[index]]); in enums_available_show() 525 return enums_available_show(avail->enums, avail->num_items, in counter_comp_available_show()
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/ |
| D | audio.h.rst.exceptions | 17 # some typedefs should point to struct/enums
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/ |
| D | README | 19 gain any sense of intuition of which values, or even enums one should use 21 name enums such that a user might know which enums should be used for
|