Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/fs/
Dfs_parser.c190 for (e = desc->enums; e->name[0]; e++) { in fs_parse()
366 bool good = true, enums = false; in fs_validate_description() local
387 enums = true; in fs_validate_description()
403 if (desc->enums) { in fs_validate_description()
410 if (!enums) { in fs_validate_description()
417 for (e = desc->enums; e->name[0]; e++) { in fs_validate_description()
425 name, e - desc->enums, param->name); in fs_validate_description()
437 for (e = desc->enums; e->name[0]; e++) in fs_validate_description()
447 if (enums) { in fs_validate_description()
/Linux-v5.4/Documentation/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.4/arch/hexagon/
DMakefile11 KBUILD_CFLAGS += -fno-short-enums
/Linux-v5.4/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
414 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
/Linux-v5.4/include/linux/
Dfs_parser.h67 const struct fs_parameter_enum *enums; /* Enum values */ member
/Linux-v5.4/kernel/bpf/
Dbtf.c2360 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local
2366 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta()
2395 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta()
2397 enums[i].name_off); in btf_enum_check_meta()
2402 if (!enums[i].name_off || in btf_enum_check_meta()
2403 !btf_name_valid_identifier(btf, enums[i].name_off)) { in btf_enum_check_meta()
2410 __btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta()
2411 enums[i].val); in btf_enum_check_meta()
2427 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_seq_show() local
2432 if (v == enums[i].val) { in btf_enum_seq_show()
[all …]
/Linux-v5.4/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.4/Documentation/media/uapi/dvb/
Ddvbapi.rst32 - digital TV data types (enums, structs, defines, etc);
/Linux-v5.4/fs/jffs2/
Dsuper.c190 .enums = jffs2_param_enums,
/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_print_func.txt41 variable list of _tep_func_arg_type_ enums, the _func_ function arguments.
/Linux-v5.4/Documentation/filesystems/
Dmount_api.txt524 const struct fs_parameter_enum *enums;
540 .enums = afs_param_enums,
629 (6) const struct fs_parameter_enum *enums;
/Linux-v5.4/fs/afs/
Dsuper.c95 .enums = afs_param_enums,
/Linux-v5.4/Documentation/sound/designs/
Dcompress-offload.rst72 have existing enums/structures for each compressed format. This new
/Linux-v5.4/Documentation/crypto/
Dasymmetric-keys.txt93 Three enums are defined there for representing public-key cryptography
/Linux-v5.4/fs/gfs2/
Dops_fstype.c1334 .enums = gfs2_param_enums,
/Linux-v5.4/kernel/trace/
DKconfig775 used to show what enums/sizeof the kernel tried to convert.
/Linux-v5.4/Documentation/process/
Dcoding-style.rst727 Names of macros defining constants and labels in enums are capitalized.
/Linux-v5.4/mm/
Dshmem.c3401 .enums = shmem_param_enums,