/linux/Documentation/userspace-api/media/v4l/ |
H A D | user-func.rst | 25 vidioc-enum-dv-timings 26 vidioc-enum-fmt 27 vidioc-enum-framesizes 28 vidioc-enum-frameintervals 29 vidioc-enum-freq-bands 68 vidioc-subdev-enum-frame-interval 69 vidioc-subdev-enum-frame-size 70 vidioc-subdev-enum-mbus-code
|
H A D | ext-ctrls-codec.rst | 38 (enum) 40 enum v4l2_mpeg_stream_type - 90 (enum) 92 enum v4l2_mpeg_stream_vbi_fmt - 119 (enum) 121 enum v4l2_mpeg_audio_sampling_freq - 142 (enum) 144 enum v4l2_mpeg_audio_encoding - 170 (enum) 172 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 | 68 (enum) 70 enum v4l2_dv_tx_mode - 77 (enum) 79 enum v4l2_dv_rgb_range - 92 (enum) 94 enum v4l2_dv_it_content_type - 99 or an analog source. The enum v4l2_dv_it_content_type defines 136 (enum) 138 enum v4l2_dv_rgb_range - 151 (enum) [all …]
|
H A D | pixfmt-v4l2-mplane.rst | 78 - Field order, from enum :c:type:`v4l2_field`. 82 - Colorspace encoding, from enum :c:type:`v4l2_colorspace`. 100 - Y'CbCr encoding, from enum :c:type:`v4l2_ycbcr_encoding`. 104 - HSV encoding, from enum :c:type:`v4l2_hsv_encoding`. 110 - Quantization range, from enum :c:type:`v4l2_quantization`. 114 - Transfer function, from enum :c:type:`v4l2_xfer_func`.
|
H A D | colorspaces-defs.rst | 8 colorspace identifier (enum :c:type:`v4l2_colorspace`) 11 is the transfer function identifier (enum 13 transfer functions. The third is the Y'CbCr encoding identifier (enum 16 identifier (enum :c:type:`v4l2_quantization`) to 28 whole range, 0-255, dividing the angular value by 1.41. The enum
|
/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/doc-guide/ |
H A D | parse-headers.rst | 73 enums and enum symbols and create cross-references for all of them. 127 \ **enum**\ 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value 140 references for \ **typedef**\ , \ **enum**\ and \ **struct**\ types. It will use :ref: 160 enum foo { BAR1, BAR2, PRIVATE }; 170 enum foo { BAR1, BAR2, PRIVATE }; 172 It will make the BAR1 and BAR2 enum symbols to cross reference the foo
|
/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/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
|
/linux/Documentation/sphinx/ |
H A D | parse-headers.pl | 95 if ($ln =~ m/^\s*enum\s+([_\w][\w\d_]+)\s+\{/ 96 || $ln =~ m/^\s*enum\s+([_\w][\w\d_]+)$/ 97 || $ln =~ m/^\s*typedef\s*enum\s+([_\w][\w\d_]+)\s+\{/ 98 || $ln =~ m/^\s*typedef\s*enum\s+([_\w][\w\d_]+)$/) {
|
/linux/scripts/ |
H A D | Makefile.extrawarn | 132 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast) 135 KBUILD_CFLAGS += -Wno-enum-compare-conditional 160 KBUILD_CFLAGS += -Wno-enum-enum-conversion
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-funcs.rst | 18 media-ioc-enum-entities 19 media-ioc-enum-links
|
/linux/tools/perf/util/scripting-engines/ |
H A D | Build | 6 …-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum 9 …Wno-unused-parameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-af…
|
/linux/Documentation/userspace-api/media/ |
H A D | dmx.h.rst.exceptions | 9 # dmx_pes_type_t enum symbols 10 replace enum dmx_ts_pes :c:type:`dmx_pes_type` 41 replace enum dmx_input :c:type:`dmx_input`
|
H A D | videodev2.h.rst.exceptions | 8 # about enum symbols or defines. Yet, they're all (or almost all?) 19 # Documented enum v4l2_field 31 # Documented enum v4l2_buf_type 47 # Documented enum v4l2_tuner_type 53 # Documented enum v4l2_memory 59 # Documented enum v4l2_colorspace 75 # Documented enum v4l2_xfer_func 87 # Documented enum v4l2_ycbcr_encoding 99 # Documented enum v4l2_hsv_encoding 103 # Documented enum v4l2_quantization [all …]
|
/linux/Documentation/core-api/ |
H A D | dma-api.rst | 244 enum dma_data_direction direction) 325 enum dma_data_direction direction) 336 enum dma_data_direction direction) 340 enum dma_data_direction direction) 352 enum dma_data_direction dir, unsigned long attrs) 356 enum dma_data_direction dir, unsigned long attrs) 377 int nents, enum dma_data_direction direction) 418 int nents, enum dma_data_direction direction) 432 enum dma_data_direction direction) 437 enum dma_data_direction direction) [all …]
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | fsl,pci.txt | 12 - fsl,pci-agent-force-enum : There is no value associated with this 19 fsl,pci-agent-force-enum;
|
/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/userspace-api/netlink/ |
H A D | specs.rst | 42 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/networking/devlink/ |
H A D | devlink-eswitch-attr.rst | 35 - enum 43 - enum 53 - enum
|