Home
last modified time | relevance | path

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

/linux/Documentation/sphinx/
A 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/drivers/counter/
A Dcounter-sysfs.c204 static int counter_find_enum(u32 *const enum_item, const u32 *const enums, in counter_find_enum() argument
211 *enum_item = enums[index]; in counter_find_enum()
247 err = counter_find_enum(&data, avail->enums, avail->num_items, in counter_comp_u32_store()
339 static ssize_t enums_available_show(const u32 *const enums, in enums_available_show() argument
347 len += sysfs_emit_at(buf, len, "%s\n", strs[enums[index]]); in enums_available_show()
385 return enums_available_show(avail->enums, avail->num_items, in counter_comp_available_show()
/linux/arch/hexagon/
A DMakefile11 KBUILD_CFLAGS += -fno-short-enums
/linux/Documentation/userspace-api/media/
A Dca.h.rst.exceptions20 # some typedefs should point to struct/enums
A Ddmx.h.rst.exceptions50 # some typedefs should point to struct/enums
A Dfrontend.h.rst.exceptions41 # Those enums are defined at the frontend.h header, and not externally
/linux/include/linux/
A Dcounter.h407 const u32 *enums; member
415 .enums = (_enums), \
/linux/Documentation/doc-guide/
A 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.
A 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/tools/bpf/bpftool/
A Dbtf_dumper.c143 const struct btf_enum *enums = btf_enum(t); in btf_dumper_enum() local
165 if (value == enums[i].val) { in btf_dumper_enum()
168 enums[i].name_off)); in btf_dumper_enum()
/linux/drivers/pinctrl/renesas/
A Dcore.c831 const u16 *enums, unsigned int n) in sh_pfc_check_reg_enums() argument
836 if (enums[i] && sh_pfc_check_enum(drvname, enums[i])) in sh_pfc_check_reg_enums()
838 enums[i]); in sh_pfc_check_reg_enums()
/linux/drivers/comedi/drivers/ni_routing/
A 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/Documentation/userspace-api/media/dvb/
A Ddvbapi.rst24 - digital TV data types (enums, structs, defines, etc);
/linux/kernel/bpf/
A Dbtf.c3308 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_check_meta() local
3314 meta_needed = nr_enums * sizeof(*enums); in btf_enum_check_meta()
3343 if (!btf_name_offset_valid(btf, enums[i].name_off)) { in btf_enum_check_meta()
3345 enums[i].name_off); in btf_enum_check_meta()
3350 if (!enums[i].name_off || in btf_enum_check_meta()
3351 !btf_name_valid_identifier(btf, enums[i].name_off)) { in btf_enum_check_meta()
3359 __btf_name_by_offset(btf, enums[i].name_off), in btf_enum_check_meta()
3360 enums[i].val); in btf_enum_check_meta()
3376 const struct btf_enum *enums = btf_type_enum(t); in btf_enum_show() local
3388 if (v != enums[i].val) in btf_enum_show()
[all …]
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent-reg_print_func.txt41 variable list of _tep_func_arg_type_ enums, the _func_ function arguments.
/linux/Documentation/filesystems/
A Dmount_api.rst603 const struct fs_parameter_enum *enums;
618 .enums = afs_param_enums,
712 const struct fs_parameter_enum *enums;
/linux/Documentation/devicetree/bindings/
A Dexample-schema.yaml48 # Must be one of the 1st enums followed by the 2nd enum
/linux/Documentation/driver-api/
A Dioctl.rst187 * Bitfields and enums generally work as one would expect them to,
/linux/Documentation/sound/designs/
A Dcompress-offload.rst72 have existing enums/structures for each compressed format. This new
/linux/Documentation/crypto/
A Dasymmetric-keys.rst92 Three enums are defined there for representing public-key cryptography
/linux/kernel/trace/
A DKconfig818 used to show what enums/sizeof the kernel tried to convert.
/linux/Documentation/dev-tools/
A Dcheckpatch.rst875 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#macros-enums-and-rtl
/linux/Documentation/process/
A Dcoding-style.rst803 Names of macros defining constants and labels in enums are capitalized.

Completed in 49 milliseconds