Home
last modified time | relevance | path

Searched full:enums (Results 1 – 25 of 31) sorted by relevance

12

/Documentation/userspace-api/netlink/
Dc-code-gen.rst36 ``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
Dspecs.rst208 entry (unlike enums in definitions which start from ``0``) because
/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};
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/
Dca.h.rst.exceptions20 # 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
/Documentation/core-api/
Dnetlink.rst12 Attribute enums
20 Message enums
/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.rst190 ``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/
Ddvbapi.rst24 - digital TV data types (enums, structs, defines, etc);
/Documentation/userspace-api/gpio/
Dchardev.rst94 This section contains the structs and enums that are referenced by the API v2,
/Documentation/userspace-api/media/v4l/
Dvidioc-enum-frameintervals.rst159 Enums chapter
Dvidioc-enum-framesizes.rst167 Enums chapter
/Documentation/netlink/
Dgenetlink-legacy.yaml70 description: List of type and constant definitions (enums, flags, defines).
392 i.e. requests and responses have different message enums.
Dnetlink-raw.yaml66 description: List of type and constant definitions (enums, flags, defines).
454 i.e. requests and responses have different message enums.
Dgenetlink.yaml42 description: List of type and constant definitions (enums, flags, defines).
Dgenetlink-c.yaml59 description: List of type and constant definitions (enums, flags, defines).
/Documentation/trace/rv/
Dda_monitor_synthesis.rst145 [2] dot2k appends the monitor's name suffix to the events enums to
/Documentation/filesystems/
Dmount_api.rst591 const struct fs_parameter_enum *enums;
606 .enums = afs_param_enums,
704 const struct fs_parameter_enum *enums;
/Documentation/driver-api/surface_aggregator/clients/
Dcdev.rst201 Structures and Enums
/Documentation/devicetree/bindings/
Dexample-schema.yaml48 # Must be one of the 1st enums followed by the 2nd enum
/Documentation/driver-api/
Dioctl.rst187 * Bitfields and enums generally work as one would expect them to,
/Documentation/kbuild/
Dgendwarfksyms.rst177 For enums, all enumerators and their values are included in calculating
/Documentation/sound/designs/
Dcompress-offload.rst72 have existing enums/structures for each compressed format. This new
/Documentation/process/
Dcoding-style.rst792 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