/linux-6.3-rc2/Documentation/sphinx/ |
A 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-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | c-code-gen.rst | 36 ``max-by-define`` selects if max values for enums are defined as a 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
|
A D | specs.rst | 206 entry (unlike enums in definitions which start from ``0``) because
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A 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.3-rc2/drivers/counter/ |
A D | counter-sysfs.c | 216 static int counter_find_enum(u32 *const enum_item, const u32 *const enums, in counter_find_enum() argument 223 *enum_item = enums[index]; in counter_find_enum() 259 err = counter_find_enum(&data, avail->enums, avail->num_items, in counter_comp_u32_store() 263 err = counter_find_enum(&data, avail->enums, avail->num_items, in counter_comp_u32_store() 391 err = counter_find_enum(&data, element->avail->enums, in counter_comp_array_u32_store() 473 static ssize_t enums_available_show(const u32 *const enums, in enums_available_show() argument 481 len += sysfs_emit_at(buf, len, "%s\n", strs[enums[index]]); in enums_available_show() 519 return enums_available_show(avail->enums, avail->num_items, in counter_comp_available_show()
|
/linux-6.3-rc2/arch/hexagon/ |
A D | Makefile | 11 KBUILD_CFLAGS += -fno-short-enums
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | netlink.rst | 12 Attribute enums 20 Message enums
|
/linux-6.3-rc2/Documentation/userspace-api/media/ |
A D | ca.h.rst.exceptions | 20 # some typedefs should point to struct/enums
|
A D | dmx.h.rst.exceptions | 50 # some typedefs should point to struct/enums
|
A D | frontend.h.rst.exceptions | 41 # Those enums are defined at the frontend.h header, and not externally
|
/linux-6.3-rc2/Documentation/doc-guide/ |
A 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.
|
A D | kernel-doc.rst | 190 ``enum`` to describe unions or enums. ``member`` is used to mean struct 200 Members of structs, unions and enums should be documented the same way 421 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
|
/linux-6.3-rc2/include/linux/ |
A D | counter.h | 484 const u32 *enums; member 492 .enums = (_enums), \
|
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/ |
A D | dvbapi.rst | 24 - digital TV data types (enums, structs, defines, etc);
|
/linux-6.3-rc2/drivers/comedi/drivers/ni_routing/ |
A 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.3-rc2/kernel/bpf/ |
A D | btf.c | 4092 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta() 4118 enums[i].name_off); in btf_enum_check_meta() 4123 if (!enums[i].name_off || in btf_enum_check_meta() 4134 enums[i].val); in btf_enum_check_meta() 4162 if (v != enums[i].val) in btf_enum_show() 4167 enums[i].name_off)); in btf_enum_show() 4226 enums[i].name_off); in btf_enum64_check_meta() 4231 if (!enums[i].name_off || in btf_enum64_check_meta() 4243 btf_enum64_value(enums + i)); in btf_enum64_check_meta() 4265 if (v != btf_enum64_value(enums + i)) in btf_enum64_show() [all …]
|
/linux-6.3-rc2/drivers/pinctrl/renesas/ |
A D | core.c | 854 const u16 *enums, unsigned int n) in sh_pfc_check_reg_enums() argument 859 if (enums[i] && sh_pfc_check_enum(drvname, enums[i])) in sh_pfc_check_reg_enums() 861 enums[i]); in sh_pfc_check_reg_enums()
|
/linux-6.3-rc2/Documentation/netlink/ |
A D | genetlink-legacy.yaml | 59 description: List of type and constant definitions (enums, flags, defines). 312 i.e. requests and responses have different message enums.
|
A D | genetlink.yaml | 38 description: List of type and constant definitions (enums, flags, defines).
|
A D | genetlink-c.yaml | 52 description: List of type and constant definitions (enums, flags, defines).
|
/linux-6.3-rc2/Documentation/trace/rv/ |
A D | da_monitor_synthesis.rst | 145 [2] dot2k appends the monitor's name suffix to the events enums to
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | mount_api.rst | 592 const struct fs_parameter_enum *enums; 607 .enums = afs_param_enums, 701 const struct fs_parameter_enum *enums;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/ |
A D | example-schema.yaml | 48 # Must be one of the 1st enums followed by the 2nd enum
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | ioctl.rst | 187 * Bitfields and enums generally work as one would expect them to,
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | compress-offload.rst | 72 have existing enums/structures for each compressed format. This new
|