/linux-6.14.4/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). These max 68 Attribute enums are traditionally unnamed in netlink headers. 78 Attribute enums end with two special values ``__$pfx-MAX`` and ``$pfx-MAX`` 93 Similarly to attribute enums operation enums end with special count and max
|
/linux-6.14.4/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.
|
/linux-6.14.4/tools/sched_ext/include/scx/ |
D | enums.h | 3 * Define struct scx_enums that stores the load-time values of enums 25 #include "enums.autogen.h"
|
D | enums.bpf.h | 10 #include "enums.autogen.bpf.h"
|
/linux-6.14.4/arch/hexagon/ |
D | Makefile | 10 # Do not use single-byte enums; these will overflow. 11 KBUILD_CFLAGS += -fno-short-enums
|
/linux-6.14.4/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 | mmflags.h | 16 /* These define the values that are enums (the bits) */ 338 * First define the enums in the above macros to be exported to userspace 348 /* COMPACTION_FEEDBACK are defines not enums. Not needed here. */ 353 * 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 | rpm.h | 111 /* Enums require being exported to userspace, for user tool parsing. */ 120 * Now redefine the EM() and EMe() macros to map the enums to the strings that
|
D | migrate.h | 29 * First define the enums in the above macros to be exported to userspace 41 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
D | fscache.h | 17 * Define enums for tracing information. 108 * Declare tracing information enums and their string mappings for display. 202 * Now redefine the EM() and E_() macros to map the enums to the strings that
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/queue/interface/ |
D | ia_css_queue_comm.h | 17 /* Avoiding enums to save space */ 23 /* Avoiding enums to save space */
|
/linux-6.14.4/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
|
/linux-6.14.4/drivers/gpu/drm/msm/registers/ |
D | gen_header.py | 72 elif not self.type in builtin_types and not self.type in parser.enums: 442 self.enums = {} 498 varset = self.enums[attrs["varset"]] 651 self.current_varset = self.enums[attrs["varset"]] 657 self.enums[attrs["name"]] = self.current_enum 673 index_type = self.enums[attrs["index"]] if "index" in attrs else None 756 enums = [] 761 enums.append(e) 767 for e in enums + bitsets + regs:
|
/linux-6.14.4/Documentation/core-api/ |
D | netlink.rst | 12 Attribute enums 20 Message enums
|
/linux-6.14.4/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()
|
/linux-6.14.4/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 …]
|
D | soc24_enum.h | 1123 * CM Enums 1389 * DPP_TOP Enums 1465 * DC_PERFMON Enums 1809 * HUBP Enums 2088 * HUBPREQ Enums 2370 * HUBPRET Enums 2485 * CURSOR Enums 2696 * HUBBUB_SDPIF Enums 2717 * HUBBUB_RET_PATH Enums 2751 * MPC_CFG Enums [all …]
|
D | navi10_enum.h | 45 * GDS DATA_TYPE Enums 176 * Chip Enums 488 * CNVC_CFG Enums 638 * CNVC_CUR Enums 700 * DSCL Enums 850 * CM Enums 1069 * DPP_TOP Enums 1164 * DC_PERFMON Enums 1508 * HUBP Enums 1976 * HUBPREQ Enums [all …]
|
/linux-6.14.4/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()
|
/linux-6.14.4/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.
|
/linux-6.14.4/drivers/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
|
/linux-6.14.4/include/linux/ |
D | rw_hint.h | 19 /* Sparse ignores __packed annotations on enums, hence the #ifndef below. */
|
/linux-6.14.4/Documentation/userspace-api/media/ |
D | ca.h.rst.exceptions | 20 # some typedefs should point to struct/enums
|
/linux-6.14.4/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu_v13_0_4_ppsmc.h | 31 @ref enums\n 111 * @defgroup enums Enum Definitions
|