| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | user-func.rst | 26 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 D | ext-ctrls-codec.rst | 39 (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 D | vidioc-g-priority.rst | 20 ``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 D | ext-ctrls-dv.rst | 69 (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 D | pixfmt-v4l2-mplane.rst | 79 - 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 D | colorspaces-defs.rst | 9 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
|
| H A D | videodev2.h.rst.exceptions | 11 # about enum symbols or defines. Yet, they're all (or almost all?) 23 # Documented enum v4l2_field 35 # Documented enum v4l2_buf_type 51 # Documented enum v4l2_tuner_type 57 # Documented enum v4l2_memory 63 # Documented enum v4l2_colorspace 79 # Documented enum v4l2_xfer_func 91 # Documented enum v4l2_ycbcr_encoding 103 # Documented enum v4l2_hsv_encoding 107 # Documented enum v4l2_quantization [all …]
|
| /linux/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | irq-chip-model.rst | 97 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/translations/zh_CN/doc-guide/ |
| H A D | parse-headers.rst | 124 \ **enum**\ 134 replace语句中, \ **new_value**\ 会自动使用 \ **typedef**\ , \ **enum**\ 153 enum foo { BAR1, BAR2, PRIVATE }; 163 enum foo { BAR1, BAR2, PRIVATE };
|
| H A D | kernel-doc.rst | 152 结构体(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 D | controls.rst | 12 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 D | parse-headers.rst | 43 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 D | llvm_reloc.rst | 280 * 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/userspace-api/media/dvb/ |
| H A D | fe-read-status.rst | 29 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 D | dmx.h.rst.exceptions | 12 # 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/gpu/rfc/ |
| H A D | color_pipeline.rst | 147 …├─ "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/mediactl/ |
| H A D | media-funcs.rst | 18 media-ioc-enum-entities 19 media-ioc-enum-links
|
| /linux/scripts/ |
| H A D | Makefile.warn | 153 KBUILD_CFLAGS += $(call cc-option, -Wno-pointer-to-enum-cast) 156 KBUILD_CFLAGS += -Wno-enum-compare-conditional 181 KBUILD_CFLAGS += -Wno-enum-enum-conversion
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | Build | 6 …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…
|
| /linux/Documentation/dev-tools/ |
| H A D | sparse.rst | 23 enum pm_request { 31 the enum values are all the same type, now "enum pm_request" will be that 37 Quite frankly, you don't need the enum there. The above all really just
|
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | mk-ccs-regs | 306 my ($enum, $addr) = split /\s+/; 307 $enum = uc $enum; 308 …his{name}}) . (defined $this{"field"} ? "_" . uc $this{"field"} : "") ."_$enum", $addr . ($addr =~…
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | libsas.rst | 179 void sas_notify_port_event(struct sas_phy *, enum port_event, gfp_t); 180 void sas_notify_phy_event(struct sas_phy *, enum phy_event, gfp_t); 214 int (*lldd_control_phy)(struct sas_phy *, enum phy_func); 352 task_proto —— 协议类型,为 enum sas_proto 中的一种;
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | sparse.rst | 35 enum pm_request { 42 换)。而且因为所有枚举值都使用了相同的类型,这里的"enum pm_request"也将
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | parse-headers.rst | 132 \ **enum**\ 145 automaticamente i riferimenti :c:type: per \ **typedef**\ , \ **enum**\ e 165 enum foo { BAR1, BAR2, PRIVATE }; 175 enum foo { BAR1, BAR2, PRIVATE };
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.bell | 16 enum Accesses = 'ONCE (*READ_ONCE,WRITE_ONCE*) || 25 enum Barriers = 'wmb (*smp_wmb*) || 51 enum SRCU = 'srcu-lock || 'srcu-unlock || 'sync-srcu
|