Home
last modified time | relevance | path

Searched refs:enum (Results 1 – 25 of 255) sorted by relevance

1234567891011

/linux/Documentation/userspace-api/media/v4l/
H A Duser-func.rst26 vidioc-enum-dv-timings
27 vidioc-enum-fmt
28 vidioc-enum-framesizes
29 vidioc-enum-frameintervals
30 vidioc-enum-freq-bands
69 vidioc-subdev-enum-frame-interval
70 vidioc-subdev-enum-frame-size
71 vidioc-subdev-enum-mbus-code
H A Dext-ctrls-codec.rst39 (enum)
41 enum v4l2_mpeg_stream_type -
91 (enum)
93 enum v4l2_mpeg_stream_vbi_fmt -
120 (enum)
122 enum v4l2_mpeg_audio_sampling_freq -
143 (enum)
145 enum v4l2_mpeg_audio_encoding -
171 (enum)
173 enum v4l2_mpeg_audio_l1_bitrate -
[all …]
H A Dvidioc-g-priority.rst20 ``int ioctl(int fd, VIDIOC_G_PRIORITY, enum v4l2_priority *argp)``
24 ``int ioctl(int fd, VIDIOC_S_PRIORITY, const enum v4l2_priority *argp)``
33 Pointer to an enum :c:type:`v4l2_priority` type.
39 :ref:`VIDIOC_G_PRIORITY <VIDIOC_G_PRIORITY>` ioctl with a pointer to an enum v4l2_priority
43 an enum v4l2_priority variable and call :ref:`VIDIOC_S_PRIORITY <VIDIOC_G_PRIORITY>` ioctl
50 .. flat-table:: enum v4l2_priority
H A Dext-ctrls-dv.rst69 (enum)
71 enum v4l2_dv_tx_mode -
78 (enum)
80 enum v4l2_dv_rgb_range -
93 (enum)
95 enum v4l2_dv_it_content_type -
100 or an analog source. The enum v4l2_dv_it_content_type defines
137 (enum)
139 enum v4l2_dv_rgb_range -
152 (enum)
[all …]
H A Dpixfmt-v4l2-mplane.rst79 - Field order, from enum :c:type:`v4l2_field`.
83 - Colorspace encoding, from enum :c:type:`v4l2_colorspace`.
101 - Y'CbCr encoding, from enum :c:type:`v4l2_ycbcr_encoding`.
105 - HSV encoding, from enum :c:type:`v4l2_hsv_encoding`.
111 - Quantization range, from enum :c:type:`v4l2_quantization`.
115 - Transfer function, from enum :c:type:`v4l2_xfer_func`.
H A Dcolorspaces-defs.rst9 colorspace identifier (enum :c:type:`v4l2_colorspace`)
12 is the transfer function identifier (enum
14 transfer functions. The third is the Y'CbCr encoding identifier (enum
17 identifier (enum :c:type:`v4l2_quantization`) to
29 whole range, 0-255, dividing the angular value by 1.41. The enum
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dirq-chip-model.rst97 enum acpi_madt_core_pic_version;
103 enum acpi_madt_lio_pic_version;
109 enum acpi_madt_eio_pic_version;
115 enum acpi_madt_ht_pic_version;
121 enum acpi_madt_bio_pic_version;
127 enum acpi_madt_msi_pic_version;
133 enum acpi_madt_lpc_pic_version;
/linux/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst21 The names of ``#defines`` and enum values are always converted to upper case,
37 ``#define`` rather than inside the enum.
52 Enums are named ``$family-$enum``. The full name can be set directly
53 or suppressed by specifying the ``enum-name`` property.
54 Default entry name is ``$family-$enum-$entry``.
55 If ``name-prefix`` is specified it replaces the ``$family-$enum``
61 of the first value can be overridden via ``enum-cnt-name`` property.
66 Each attribute set (excluding fractional sets) is rendered as an enum.
69 If naming is desired ``enum-name`` can be used to specify the name.
84 will be specified as a ``#define`` rather than an enum value.
H A Dspecs.rst42 customization of define and enum type and value names; this schema should
111 - enum - defines an integer enumeration, with values for each entry
124 The first value for ``enum`` and ``flags``, allows overriding the default
125 start value of ``0`` (for ``enum``) and starting bit (for ``flags``).
133 Array of names of the entries for ``enum`` and ``flags``.
215 enum subsection
219 to an ``enum`` or ``flags`` from the ``definitions`` section.
221 enum-as-flags
224 Treat ``enum`` as ``flags`` regardless of its type in ``definitions``.
225 When both ``enum`` and ``flags`` forms are needed ``definitions`` should
[all …]
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dirq-chip-model.rst184 enum acpi_madt_core_pic_version;
190 enum acpi_madt_lio_pic_version;
196 enum acpi_madt_eio_pic_version;
202 enum acpi_madt_ht_pic_version;
208 enum acpi_madt_bio_pic_version;
214 enum acpi_madt_msi_pic_version;
220 enum acpi_madt_lpc_pic_version;
/linux/Documentation/translations/zh_CN/doc-guide/
H A Dparse-headers.rst124 \ **enum**\
134 replace语句中, \ **new_value**\ 会自动使用 \ **typedef**\ , \ **enum**\
153 enum foo { BAR1, BAR2, PRIVATE };
163 enum foo { BAR1, BAR2, PRIVATE };
H A Dkernel-doc.rst152 结构体(struct)、共用体(union)、枚举(enum)类型kernel-doc注释的一般格式为::
164 可以用 ``union`` 或 ``enum`` 替换上面示例中的 ``struct`` ,以描述共用体或枚举。
343 ``&enum name``
359 只需以 ``()`` 结束函数名,并在类型之前写上 ``struct`` , ``union`` , ``enum``
366 See enum baz.
/linux/Documentation/sound/hd-audio/
H A Dcontrols.rst12 This is an enum control to change the surround-channel setup,
19 This is an enum control to change the auto-mute behavior of the
56 These enum controls the direction and the bias of the input jack
66 An enum control to re-task the multi-I/O jacks for surround outputs.
71 When this enum control is enabled, the headphone output is routed
78 An enum control to determine whether the analog-loopback route is
112 This is an enum control to change the surround-channel setup,
119 When this enum control is enabled, the headphone output is routed
/linux/Documentation/doc-guide/
H A Dparse-headers.rst43 It is capable of identifying ``define``, ``struct``, ``typedef``, ``enum``
44 and enum ``symbol``, creating cross-references for all of them.
138 - enum:
139 for the name of a non-anonymous enum;
152 - On an data structure like this enum::
154 enum foo { BAR1, BAR2, PRIVATE };
161 make them all point to the ``enum foo`` C type::
/linux/Documentation/bpf/
H A Dllvm_reloc.rst280 * Enum-based - patch instruction with enum related information, e.g.
282 value of a specific enum literal in the target kernel.
284 The complete list of relocation kinds is represented by the following enum:
288 enum bpf_core_relo_kind {
299 BPF_CORE_ENUMVAL_EXISTS = 10, /* enum value existence in target kernel */
300 BPF_CORE_ENUMVAL_VALUE = 11, /* enum value integer value */
340 * size has to match (but enum may match enum64 and vice versa);
358 enum bpf_core_relo_kind kind;
405 * for enum value-based relocations, string contains an index of enum
406 value within its enum type;
[all …]
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst147 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D…
149 ├─ "CURVE_1D_TYPE": enum {sRGB EOTF, sRGB inverse EOTF, PQ EOTF, PQ inverse EOTF, …}
154 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 1D…
162 …├─ "TYPE": immutable enum {1D enumerated curve, 1D LUT, 3x3 matrix, 3x4 matrix, 3D LUT, etc.} = 3D…
189 COLOR_PIPELINE enum property on each plane. Values of the property
200 assignment. Drivers might generate the enum strings dynamically.
219 ├─ "TYPE": immutable enum {Overlay, Primary, Cursor} = Primary
221 └─ "COLOR_PIPELINE": enum {0, 42, 52} = 0
230 2. iterate all COLOR_PIPELINE enum values
231 3. for each enum value walk the color pipeline (via the NEXT pointers)
[all …]
/linux/Documentation/userspace-api/media/dvb/
H A Dfe-read-status.rst29 pointer to a bitmask integer filled with the values defined by enum
42 The size of status is actually sizeof(enum fe_status), with
50 state changes of the frontend hardware. It is produced using the enum
H A Ddmx.h.rst.exceptions12 # dmx_ts_pes_type_t enum symbols
43 replace symbol DMX_IN_FRONTEND :c:enum:`DTV.dmx.dmx_input`
44 replace symbol DMX_IN_DVR :c:enum:`DTV.dmx.dmx_input`
/linux/Documentation/arch/loongarch/
H A Dirq-chip-model.rst191 enum acpi_madt_core_pic_version;
197 enum acpi_madt_lio_pic_version;
203 enum acpi_madt_eio_pic_version;
209 enum acpi_madt_ht_pic_version;
215 enum acpi_madt_bio_pic_version;
221 enum acpi_madt_msi_pic_version;
227 enum acpi_madt_lpc_pic_version;
/linux/scripts/
H A DMakefile.warn153 KBUILD_CFLAGS += -Wno-pointer-to-enum-cast
156 KBUILD_CFLAGS += -Wno-enum-compare-conditional
180 KBUILD_CFLAGS += -Wno-enum-enum-conversion
H A Drust_is_available_test.py10 import enum
19 @enum.unique
20 class Expected(enum.Enum):
21 SUCCESS = enum.auto()
22 SUCCESS_WITH_WARNINGS = enum.auto()
23 SUCCESS_WITH_EXTRA_OUTPUT = enum.auto()
24 FAILURE = enum.auto()
/linux/tools/net/sunrpc/xdrgen/grammars/
H A Dxdr.lark50 enum_type_spec : "enum" enum_body
71 | "enum" identifier enum_body ";" -> enum
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-funcs.rst18 media-ioc-enum-entities
19 media-ioc-enum-links
/linux/Documentation/core-api/
H A Ddma-api.rst211 enum dma_data_direction direction)
272 enum dma_data_direction direction)
282 enum dma_data_direction direction)
286 enum dma_data_direction direction)
298 enum dma_data_direction dir, unsigned long attrs)
302 enum dma_data_direction dir, unsigned long attrs)
323 int nents, enum dma_data_direction direction)
363 int nents, enum dma_data_direction direction)
377 enum dma_data_direction direction)
382 enum dma_data_direction direction)
[all …]
/linux/tools/perf/util/scripting-engines/
H A DBuild6 …fault -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum -Wno-thread-safety-…
9 …Wno-unused-parameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-af…

1234567891011