/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | planar-apis.rst | 6 Single- and multi-planar APIs 15 Initially, V4L2 API did not support multi-planar buffers and a set of 17 constitute what is being referred to as the "multi-planar API". 20 depending on whether single- or multi-planar API is being used. An 22 corresponding buffer type to its ioctl calls. Multi-planar versions of 24 available multi-planar buffer types see enum 28 Multi-planar formats 31 Multi-planar API introduces new multi-planar formats. Those formats use 33 the multi-planar API and a multi-planar format. Multi-planar API calls 35 in multi-planar API structures), while the single-planar API cannot [all …]
|
/Linux-v5.10/drivers/platform/x86/ |
D | i2c-multi-instantiate.c | 3 * I2C multi-instantiate driver, pseudo driver to instantiate multiple 61 struct i2c_multi_inst_data *multi; in i2c_multi_inst_probe() local 84 multi = devm_kmalloc(dev, struct_size(multi, clients, ret), GFP_KERNEL); in i2c_multi_inst_probe() 85 if (!multi) in i2c_multi_inst_probe() 88 multi->num_clients = ret; in i2c_multi_inst_probe() 90 for (i = 0; i < multi->num_clients && inst_data[i].type; i++) { in i2c_multi_inst_probe() 119 multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info); in i2c_multi_inst_probe() 120 if (IS_ERR(multi->clients[i])) { in i2c_multi_inst_probe() 121 ret = PTR_ERR(multi->clients[i]); in i2c_multi_inst_probe() 127 if (i < multi->num_clients) { in i2c_multi_inst_probe() [all …]
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw_mfa2_tlv_multi.c | 14 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_child() argument 19 return mlxfw_mfa2_tlv_get(mfa2_file, (void *) multi + multi_len); in mlxfw_mfa2_tlv_multi_child() 26 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_tlv_next() local 33 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, tlv); in mlxfw_mfa2_tlv_next() 34 tlv_len = NLA_ALIGN(tlv_len + be16_to_cpu(multi->total_len)); in mlxfw_mfa2_tlv_next() 56 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_find() argument 63 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_find() 76 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_count() argument 84 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_count()
|
D | mlxfw_mfa2.c | 55 * The first multi TLV is treated as package descriptor, and expected to have a 59 * multi TLV. 63 * The multi TLVs following the package descriptor are treated as device 71 * The multi TLVs following the device descriptor multi TLVs are treated as 96 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_validate() argument 102 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_validate() 104 pr_err("Multi has invalid child"); in mlxfw_mfa2_tlv_multi_validate() 117 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_dev_validate() local 126 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, dev_tlv); in mlxfw_mfa2_file_dev_validate() 127 if (!multi) { in mlxfw_mfa2_file_dev_validate() [all …]
|
D | mlxfw_mfa2_tlv_multi.h | 13 const struct mlxfw_mfa2_tlv_multi *multi); 25 const struct mlxfw_mfa2_tlv_multi *multi, 29 const struct mlxfw_mfa2_tlv_multi *multi, 37 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \ argument 39 mlxfw_mfa2_tlv_multi_child(mfa2_file, multi), \ 40 be16_to_cpu(multi->num_extensions) + 1)
|
/Linux-v5.10/scripts/gcc-plugins/ |
D | Makefile | 14 # For multi-file plugins, use *-objs syntax to list the objects. 33 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN)) 34 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs)))) 36 targets += $(plugin-single) $(plugin-multi) $(plugin-objs) 40 plugin-multi := $(addprefix $(obj)/, $(plugin-multi)) 53 $(plugin-multi): FORCE 55 $(foreach m, $(notdir $(plugin-multi)), $(eval $(obj)/$m: $(addprefix $(obj)/, $($(m:%.so=%-objs)))…
|
/Linux-v5.10/drivers/tty/serial/8250/ |
D | serial_cs.c | 69 /* Table of multi-port card ID's */ 74 int multi; /* 1 = multifunction, > 1 = # ports */ member 84 int multi; member 133 * be handled by setting the quirk entry .multi = 0 | 1 ? 139 if (info->multi > 1) in quirk_config_nokia() 140 info->multi = 1; in quirk_config_nokia() 184 if (info->multi) in quirk_config_socket() 192 .multi = -1, 197 .multi = -1, 202 .multi = -1, [all …]
|
/Linux-v5.10/include/linux/ |
D | xz.h | 31 * multi-call modes, because the LZMA2 36 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2 40 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is 62 * return code is possible only in multi-call mode 66 * is still possible in multi-call mode by simply 81 * only in multi-call mode (XZ_PREALLOC or 92 * different between multi-call and single-call 95 * In multi-call mode, XZ_BUF_ERROR is returned when two consecutive calls 155 * multi-call decoding. This is ignored in single-call mode 175 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes [all …]
|
/Linux-v5.10/fs/ntfs/ |
D | mst.c | 3 * mst.c - NTFS multi sector transfer protection handling code. Part of the 12 * post_read_mst_fixup - deprotect multi sector transfer protected data 16 * Perform the necessary post read multi sector transfer fixup and detect the 17 * presence of incomplete multi sector transfers. - In that case, overwrite the 58 * Check for incomplete multi sector transfer(s). in post_read_mst_fixup() 63 * Incomplete multi sector transfer detected! )-: in post_read_mst_fixup() 89 * pre_write_mst_fixup - apply multi sector transfer protection 93 * Perform the necessary pre write multi sector transfer fixup on the data 158 * post_write_mst_fixup - fast deprotect multi sector transfer protected data 161 * Perform the necessary post write multi sector transfer fixup, not checking
|
/Linux-v5.10/Documentation/devicetree/bindings/leds/ |
D | leds-class-multicolor.yaml | 13 Bindings for multi color LEDs show how to describe current outputs of 14 either integrated multi-color LED elements (like RGB, RGBW, RGBWA-UV 15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED 16 modules. This is achieved by adding multi-led nodes layer to the 23 "^multi-led@([0-9a-f])$":
|
D | leds-lp50xx.yaml | 13 The LP50XX is multi-channel, I2C RGB LED Drivers that can group RGB LEDs into 56 '^multi-led@[0-9a-f]$': 96 multi-led@1 { 116 multi-led@2 {
|
/Linux-v5.10/drivers/zorro/ |
D | zorro.ids | 38 4500 A2232 Prototype [Multi I/O] 39 4600 A2232 [Multi I/O] 88 ff00 GPIB/Dual IEEE-488/Twin-X [Multi I/O] 144 0b98 IO-Extender [Multi I/O] 192 1000 MultiFace I [Multi I/O] 202 0000 Serial Solution [Multi Serial] 206 0300 [Multi Serial] 241 1000 MultiFace I [Multi I/O] 242 1100 MultiFace II [Multi I/O] 243 1200 MultiFace III [Multi I/O] [all …]
|
/Linux-v5.10/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_dap_fasi.h | 103 * Single/master multi master setting 106 * Comments about SINGLE MASTER/MULTI MASTER modes: 113 * + multi master mode means use of repeated starts 118 * Single/multi master selected via the flags in the FASI protocol. 121 * Default is single master, DAP FASI changes multi-master setting silently 134 * Comments about DRXDAP_MAX_WCHUNKSIZE in single or multi master mode and 155 * In multi-master mode, the data must immediately follow the address (an I2C 170 * | single | multi | single | multi | 204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode 212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode [all …]
|
/Linux-v5.10/Documentation/sound/cards/ |
D | img-spdif-in.rst | 19 * name='SPDIF In Multi Frequency Acquire',index=0 20 * name='SPDIF In Multi Frequency Acquire',index=1 21 * name='SPDIF In Multi Frequency Acquire',index=2 22 * name='SPDIF In Multi Frequency Acquire',index=3
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | floating-point.json | 5 "BriefDescription": "Total number multi-pipe uOps assigned to all pipes.", 6 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned… 12 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 3.", 13 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned… 19 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 2.", 20 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned… 26 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 1.", 27 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned… 33 "BriefDescription": "Total number multi-pipe uOps assigned to pipe 0.", 34 …-numeric operations it is not suitable for measuring MFLOPS. Total number multi-pipe uOps assigned…
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-msc | 14 - "multi", for multiblock mode; 27 Description: (RW) Configure MSC buffer size for "single" or "multi" modes. 43 multi-window mode. In "multi" mode, accepts writes of "1", thereby
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | tuner-cardlist.rst | 31 22 Temic PAL/SECAM multi (4046 FM5) 33 24 Philips PAL/SECAM multi (FQ1216ME) 47 38 Philips PAL/SECAM multi (FM1216ME MK3) 65 56 Philips PAL/SECAM multi (FQ1216AME MK4) 87 79 Philips PAL/SECAM multi (FM1216 MK5)
|
/Linux-v5.10/drivers/media/tuners/ |
D | fc0012.c | 125 unsigned char reg[7], am, pm, multi, tmp; in fc0012_set_params() local 152 multi = 96; in fc0012_set_params() 156 multi = 64; in fc0012_set_params() 160 multi = 48; in fc0012_set_params() 164 multi = 32; in fc0012_set_params() 168 multi = 24; in fc0012_set_params() 172 multi = 16; in fc0012_set_params() 176 multi = 12; in fc0012_set_params() 180 multi = 8; in fc0012_set_params() 184 multi = 6; in fc0012_set_params() [all …]
|
D | fc0013.c | 216 unsigned char reg[7], am, pm, multi, tmp; in fc0013_set_params() local 301 multi = 96; in fc0013_set_params() 305 multi = 64; in fc0013_set_params() 309 multi = 48; in fc0013_set_params() 313 multi = 32; in fc0013_set_params() 317 multi = 24; in fc0013_set_params() 321 multi = 16; in fc0013_set_params() 325 multi = 12; in fc0013_set_params() 329 multi = 8; in fc0013_set_params() 333 multi = 6; in fc0013_set_params() [all …]
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ |
D | ia_css_macc1_5_types.h | 20 * CSS-API header file for Multi-Axis Color Conversion algorithm parameters. 23 /* Multi-Axis Color Conversion configuration 33 /* Multi-Axes Color Correction (MACC) table. 64 /* Multi-Axes Color Correction (MACC) configuration.
|
/Linux-v5.10/sound/pci/ctxfi/ |
D | ctatc.c | 257 desc.multi = apcm->substream->runtime->channels; in atc_pcm_playback_prepare() 384 max_cisz = src->multi * src->rsc.msr; in atc_pcm_playback_start() 445 max_cisz = src->multi * src->rsc.msr; in atc_pcm_playback_position() 513 int multi, err, i; in atc_pcm_capture_get_resources() local 523 multi = apcm->substream->runtime->channels; in atc_pcm_capture_get_resources() 530 n_sum = (1 == multi) ? 1 : 0; in atc_pcm_capture_get_resources() 533 if ((multi > 1) && (0x8000000 >= pitch)) { in atc_pcm_capture_get_resources() 536 n_amixer += multi * atc->msr; in atc_pcm_capture_get_resources() 537 n_srcimp += multi * atc->msr; in atc_pcm_capture_get_resources() 539 n_srcimp += multi; in atc_pcm_capture_get_resources() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | multi-inno,mi0283qt.txt | 1 Multi-Inno MI0283QT display panel 4 - compatible: "multi-inno,mi0283qt". 21 compatible = "multi-inno,mi0283qt";
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | aspeed-bmc-facebook-yosemitev2.dts | 98 mlx,multi-host; 125 multi-master; 136 multi-master; 147 multi-master; 158 multi-master;
|
/Linux-v5.10/Documentation/core-api/ |
D | xarray.rst | 54 the range. Storing to any index will store to all of them. Multi-index 129 Setting or clearing a mark on any index of a multi-index entry will 362 - An XArray node. May be visible when using a multi-index xa_state. 366 - A non-canonical entry for a multi-index entry. The value indicates 447 Multi-Index Entries 460 You can create a multi-index entry by using XA_STATE_ORDER() 462 Calling xas_load() with a multi-index xa_state will walk the 470 If xas_load() encounters a multi-index entry, the xa_index 473 of a multi-index entry, it will not be altered. Subsequent calls 478 Using xas_next() or xas_prev() with a multi-index xa_state is not [all …]
|
/Linux-v5.10/sound/soc/ux500/ |
D | ux500_msp_dai.c | 34 struct msp_multichannel_config *multi = in setup_pcm_multichan() local 40 multi->tx_multichannel_enable = true; in setup_pcm_multichan() 41 multi->rx_multichannel_enable = true; in setup_pcm_multichan() 42 multi->rx_comparison_enable_mode = MSP_COMPARISON_DISABLED; in setup_pcm_multichan() 44 multi->tx_channel_0_enable = drvdata->tx_mask; in setup_pcm_multichan() 45 multi->tx_channel_1_enable = 0; in setup_pcm_multichan() 46 multi->tx_channel_2_enable = 0; in setup_pcm_multichan() 47 multi->tx_channel_3_enable = 0; in setup_pcm_multichan() 49 multi->rx_channel_0_enable = drvdata->rx_mask; in setup_pcm_multichan() 50 multi->rx_channel_1_enable = 0; in setup_pcm_multichan() [all …]
|