/Linux-v6.1/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-v6.1/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-v6.1/drivers/counter/ |
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-v6.1/arch/hexagon/ |
D | Makefile | 11 KBUILD_CFLAGS += -fno-short-enums
|
/Linux-v6.1/Documentation/userspace-api/media/ |
D | ca.h.rst.exceptions | 20 # some typedefs should point to struct/enums
|
D | dmx.h.rst.exceptions | 50 # some typedefs should point to struct/enums
|
D | frontend.h.rst.exceptions | 41 # Those enums are defined at the frontend.h header, and not externally
|
/Linux-v6.1/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 | 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-v6.1/include/linux/ |
D | counter.h | 484 const u32 *enums; member 492 .enums = (_enums), \
|
/Linux-v6.1/kernel/bpf/ |
D | btf.c | 3679 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local 3686 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta() 3710 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta() 3712 enums[i].name_off); in btf_enum_check_meta() 3717 if (!enums[i].name_off || in btf_enum_check_meta() 3718 !btf_name_valid_identifier(btf, enums[i].name_off)) { in btf_enum_check_meta() 3727 __btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta() 3728 enums[i].val); in btf_enum_check_meta() 3744 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_show() local 3756 if (v != enums[i].val) in btf_enum_show() [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/dvb/ |
D | dvbapi.rst | 24 - digital TV data types (enums, structs, defines, etc);
|
/Linux-v6.1/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-v6.1/drivers/pinctrl/renesas/ |
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-v6.1/tools/lib/traceevent/Documentation/ |
D | libtraceevent-reg_print_func.txt | 41 variable list of _tep_func_arg_type_ enums, the _func_ function arguments.
|
/Linux-v6.1/Documentation/trace/rv/ |
D | da_monitor_synthesis.rst | 145 [2] dot2k appends the monitor's name suffix to the events enums to
|
/Linux-v6.1/Documentation/filesystems/ |
D | mount_api.rst | 603 const struct fs_parameter_enum *enums; 618 .enums = afs_param_enums, 712 const struct fs_parameter_enum *enums;
|
/Linux-v6.1/Documentation/driver-api/ |
D | ioctl.rst | 187 * Bitfields and enums generally work as one would expect them to,
|
/Linux-v6.1/Documentation/sound/designs/ |
D | compress-offload.rst | 72 have existing enums/structures for each compressed format. This new
|
/Linux-v6.1/Documentation/crypto/ |
D | asymmetric-keys.rst | 92 Three enums are defined there for representing public-key cryptography
|
/Linux-v6.1/Documentation/dev-tools/ |
D | checkpatch.rst | 882 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#macros-enums-and-rtl
|
/Linux-v6.1/kernel/trace/ |
D | Kconfig | 881 used to show what enums/sizeof the kernel tried to convert.
|
/Linux-v6.1/Documentation/process/ |
D | coding-style.rst | 803 Names of macros defining constants and labels in enums are capitalized.
|