Searched full:enums (Results 1 – 25 of 31) sorted by relevance
12
| /Documentation/userspace-api/netlink/ |
| D | c-code-gen.rst | 36 ``max-by-define`` selects if max values for enums are defined as a 49 Enums and flags 52 Enums are named ``$family-$enum``. The full name can be set directly 59 (which are enabled by default for attribute enums). 66 Attribute enums are traditionally unnamed in netlink headers. 76 Attribute enums end with two special values ``__$pfx-MAX`` and ``$pfx-MAX`` 91 Similarly to attribute enums operation enums end with special count and max
|
| D | specs.rst | 208 entry (unlike enums in definitions which start from ``0``) because
|
| /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}; 341 enums and defines and create cross-references to a Sphinx book. 378 enums and enum symbols and create cross-references for all of them.
|
| /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
|
| /Documentation/core-api/ |
| D | netlink.rst | 12 Attribute enums 20 Message enums
|
| /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 466 kernel-doc for functions, structures, unions, enums, or typedefs. This could be
|
| /Documentation/userspace-api/media/dvb/ |
| D | dvbapi.rst | 24 - digital TV data types (enums, structs, defines, etc);
|
| /Documentation/userspace-api/gpio/ |
| D | chardev.rst | 94 This section contains the structs and enums that are referenced by the API v2,
|
| /Documentation/userspace-api/media/v4l/ |
| D | vidioc-enum-frameintervals.rst | 159 Enums chapter
|
| D | vidioc-enum-framesizes.rst | 167 Enums chapter
|
| /Documentation/netlink/ |
| D | genetlink-legacy.yaml | 70 description: List of type and constant definitions (enums, flags, defines). 392 i.e. requests and responses have different message enums.
|
| D | netlink-raw.yaml | 66 description: List of type and constant definitions (enums, flags, defines). 454 i.e. requests and responses have different message enums.
|
| D | genetlink.yaml | 42 description: List of type and constant definitions (enums, flags, defines).
|
| D | genetlink-c.yaml | 59 description: List of type and constant definitions (enums, flags, defines).
|
| /Documentation/trace/rv/ |
| D | da_monitor_synthesis.rst | 145 [2] dot2k appends the monitor's name suffix to the events enums to
|
| /Documentation/filesystems/ |
| D | mount_api.rst | 591 const struct fs_parameter_enum *enums; 606 .enums = afs_param_enums, 704 const struct fs_parameter_enum *enums;
|
| /Documentation/driver-api/surface_aggregator/clients/ |
| D | cdev.rst | 201 Structures and Enums
|
| /Documentation/devicetree/bindings/ |
| D | example-schema.yaml | 48 # Must be one of the 1st enums followed by the 2nd enum
|
| /Documentation/driver-api/ |
| D | ioctl.rst | 187 * Bitfields and enums generally work as one would expect them to,
|
| /Documentation/kbuild/ |
| D | gendwarfksyms.rst | 177 For enums, all enumerators and their values are included in calculating
|
| /Documentation/sound/designs/ |
| D | compress-offload.rst | 72 have existing enums/structures for each compressed format. This new
|
| /Documentation/process/ |
| D | coding-style.rst | 792 12) Macros, Enums and RTL 795 Names of macros defining constants and labels in enums are capitalized. 801 Enums are preferred when defining several related constants.
|
12