| /linux/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/drivers/counter/ |
| A D | counter-sysfs.c | 204 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 D | Makefile | 11 KBUILD_CFLAGS += -fno-short-enums
|
| /linux/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/include/linux/ |
| A D | counter.h | 407 const u32 *enums; member 415 .enums = (_enums), \
|
| /linux/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 | 184 ``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 D | btf_dumper.c | 143 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 D | core.c | 831 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 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/Documentation/userspace-api/media/dvb/ |
| A D | dvbapi.rst | 24 - digital TV data types (enums, structs, defines, etc);
|
| /linux/kernel/bpf/ |
| A D | btf.c | 3308 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 D | libtraceevent-reg_print_func.txt | 41 variable list of _tep_func_arg_type_ enums, the _func_ function arguments.
|
| /linux/Documentation/filesystems/ |
| A D | mount_api.rst | 603 const struct fs_parameter_enum *enums; 618 .enums = afs_param_enums, 712 const struct fs_parameter_enum *enums;
|
| /linux/Documentation/devicetree/bindings/ |
| A D | example-schema.yaml | 48 # Must be one of the 1st enums followed by the 2nd enum
|
| /linux/Documentation/driver-api/ |
| A D | ioctl.rst | 187 * Bitfields and enums generally work as one would expect them to,
|
| /linux/Documentation/sound/designs/ |
| A D | compress-offload.rst | 72 have existing enums/structures for each compressed format. This new
|
| /linux/Documentation/crypto/ |
| A D | asymmetric-keys.rst | 92 Three enums are defined there for representing public-key cryptography
|
| /linux/kernel/trace/ |
| A D | Kconfig | 818 used to show what enums/sizeof the kernel tried to convert.
|
| /linux/Documentation/dev-tools/ |
| A D | checkpatch.rst | 875 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#macros-enums-and-rtl
|
| /linux/Documentation/process/ |
| A D | coding-style.rst | 803 Names of macros defining constants and labels in enums are capitalized.
|