Home
last modified time | relevance | path

Searched refs:enums (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.10/Documentation/sphinx/
Dparse-headers.pl27 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-v5.10/Documentation/userspace-api/media/
Daudio.h.rst.exceptions17 # some typedefs should point to struct/enums
Dca.h.rst.exceptions20 # some typedefs should point to struct/enums
Dvideo.h.rst.exceptions32 # some typedefs should point to struct/enums
Ddmx.h.rst.exceptions50 # some typedefs should point to struct/enums
Dfrontend.h.rst.exceptions41 # Those enums are defined at the frontend.h header, and not externally
/Linux-v5.10/arch/hexagon/
DMakefile11 KBUILD_CFLAGS += -fno-short-enums
/Linux-v5.10/Documentation/doc-guide/
Dparse-headers.rst26 enums and defines and create cross-references to a Sphinx book.
73 enums and enum symbols and create cross-references for all of them.
Dkernel-doc.rst184 ``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
415 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
/Linux-v5.10/tools/bpf/bpftool/
Dbtf_dumper.c141 const struct btf_enum *enums = btf_enum(t); in btf_dumper_enum() local
163 if (value == enums[i].val) { in btf_dumper_enum()
166 enums[i].name_off)); in btf_dumper_enum()
/Linux-v5.10/drivers/pinctrl/renesas/
Dcore.c818 const u16 *enums, unsigned int n) in sh_pfc_check_reg_enums() argument
823 if (enums[i] && sh_pfc_check_enum(drvname, enums[i])) in sh_pfc_check_reg_enums()
825 enums[i]); in sh_pfc_check_reg_enums()
/Linux-v5.10/Documentation/userspace-api/media/dvb/
Ddvbapi.rst24 - digital TV data types (enums, structs, defines, etc);
/Linux-v5.10/drivers/staging/comedi/drivers/ni_routing/
DREADME19 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-v5.10/kernel/bpf/
Dbtf.c3170 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local
3176 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta()
3205 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta()
3207 enums[i].name_off); in btf_enum_check_meta()
3212 if (!enums[i].name_off || in btf_enum_check_meta()
3213 !btf_name_valid_identifier(btf, enums[i].name_off)) { in btf_enum_check_meta()
3221 __btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta()
3222 enums[i].val); in btf_enum_check_meta()
3238 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_show() local
3250 if (v != enums[i].val) in btf_enum_show()
[all …]
/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_print_func.txt41 variable list of _tep_func_arg_type_ enums, the _func_ function arguments.
/Linux-v5.10/Documentation/filesystems/
Dmount_api.rst603 const struct fs_parameter_enum *enums;
618 .enums = afs_param_enums,
712 const struct fs_parameter_enum *enums;
/Linux-v5.10/Documentation/driver-api/
Dioctl.rst187 * Bitfields and enums generally work as one would expect them to,
/Linux-v5.10/Documentation/sound/designs/
Dcompress-offload.rst72 have existing enums/structures for each compressed format. This new
/Linux-v5.10/Documentation/crypto/
Dasymmetric-keys.rst92 Three enums are defined there for representing public-key cryptography
/Linux-v5.10/kernel/trace/
DKconfig716 used to show what enums/sizeof the kernel tried to convert.
/Linux-v5.10/Documentation/process/
Dcoding-style.rst752 Names of macros defining constants and labels in enums are capitalized.