/linux-6.6.21/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 24 available multi-planar buffer types see enum 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 36 handle multi-planar formats. 39 Calls that distinguish between single and multi-planar APIs [all …]
|
/linux-6.6.21/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 if (!multi) in mlxfw_mfa2_tlv_next() 36 tlv_len = NLA_ALIGN(tlv_len + be16_to_cpu(multi->total_len)); in mlxfw_mfa2_tlv_next() 58 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_find() argument 65 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_find() 78 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_count() argument 86 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_count()
|
D | mlxfw_mfa2.c | 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() 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() 132 if (!mlxfw_mfa2_tlv_multi_validate(mfa2_file, multi)) in mlxfw_mfa2_file_dev_validate() 136 tlv = mlxfw_mfa2_tlv_multi_child_find(mfa2_file, multi, in mlxfw_mfa2_file_dev_validate() 153 err = mlxfw_mfa2_tlv_multi_child_count(mfa2_file, multi, in mlxfw_mfa2_file_dev_validate() 165 tlv = mlxfw_mfa2_tlv_multi_child_find(mfa2_file, multi, in mlxfw_mfa2_file_dev_validate() 190 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_comp_validate() local [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-6.6.21/drivers/tty/serial/8250/ |
D | serial_cs.c | 74 int multi; /* 1 = multifunction, > 1 = # ports */ member 84 int multi; member 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, 207 .multi = 2, 211 .multi = 4, [all …]
|
/linux-6.6.21/scripts/gcc-plugins/ |
D | Makefile | 40 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN)) 41 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs)))) 43 targets += $(plugin-single) $(plugin-multi) $(plugin-objs) 47 plugin-multi := $(addprefix $(obj)/, $(plugin-multi)) 60 $(plugin-multi): FORCE 62 $(foreach m, $(notdir $(plugin-multi)), $(eval $(obj)/$m: $(addprefix $(obj)/, $($(m:%.so=%-objs)))…
|
/linux-6.6.21/scripts/ |
D | Makefile.lib | 51 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m))) 56 multi-obj-y := $(call multi-search, $(obj-y), .o, -objs -y) 57 multi-obj-m := $(call multi-search, $(obj-m), .o, -objs -y -m) 58 multi-obj-ym := $(multi-obj-y) $(multi-obj-m) 83 multi-dtb-y := $(call multi-search, $(dtb-y), .dtb, -dtbs) 87 base-dtb-y := $(foreach m, $(multi-dtb-y), $(firstword $(call suffix-search, $m, .dtb, -dtbs))) 101 multi-obj-m := $(addprefix $(obj)/, $(multi-obj-m)) 102 multi-dtb-y := $(addprefix $(obj)/, $(multi-dtb-y)) 109 modname-multi = $(sort $(foreach m,$(multi-obj-ym),\ 112 __modname = $(or $(modname-multi),$(basetarget)) [all …]
|
/linux-6.6.21/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-6.6.21/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 24 pattern: "^multi-led(@[0-9a-f])?$"
|
D | leds-pwm-multicolor.yaml | 13 This driver combines several monochrome PWM LEDs into one multi-color 20 multi-led: 66 multi-led {
|
/linux-6.6.21/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-facebook-yosemitev2.dts | 98 mlx,multi-host; 125 multi-master; 136 multi-master; 147 multi-master; 158 multi-master; 215 multi-master;
|
D | aspeed-bmc-facebook-yosemite4.dts | 91 mlx,multi-host; 99 mlx,multi-host; 125 multi-master; 142 multi-master; 159 multi-master; 176 multi-master; 193 multi-master; 210 multi-master; 227 multi-master; 244 multi-master; [all …]
|
D | aspeed-bmc-vegman.dtsi | 236 multi-master; 252 multi-master; 264 multi-master; 270 multi-master; 276 multi-master;
|
D | aspeed-bmc-facebook-greatlakes.dts | 69 mlx,multi-host; 103 multi-master; 113 multi-master; 123 multi-master; 133 multi-master; 177 multi-master;
|
/linux-6.6.21/sound/soc/ux500/ |
D | ux500_msp_dai.c | 31 struct msp_multichannel_config *multi = in setup_pcm_multichan() local 37 multi->tx_multichannel_enable = true; in setup_pcm_multichan() 38 multi->rx_multichannel_enable = true; in setup_pcm_multichan() 39 multi->rx_comparison_enable_mode = MSP_COMPARISON_DISABLED; in setup_pcm_multichan() 41 multi->tx_channel_0_enable = drvdata->tx_mask; in setup_pcm_multichan() 42 multi->tx_channel_1_enable = 0; in setup_pcm_multichan() 43 multi->tx_channel_2_enable = 0; in setup_pcm_multichan() 44 multi->tx_channel_3_enable = 0; in setup_pcm_multichan() 46 multi->rx_channel_0_enable = drvdata->rx_mask; in setup_pcm_multichan() 47 multi->rx_channel_1_enable = 0; in setup_pcm_multichan() [all …]
|
/linux-6.6.21/sound/pci/ctxfi/ |
D | ctresource.c | 24 unsigned int multi, unsigned int *ridx) in get_resource() argument 29 for (i = 0, n = multi; i < amount; i++) { in get_resource() 33 n = multi; in get_resource() 46 for (n = multi; n > 0; n--) { in get_resource() 58 static int put_resource(u8 *rscs, unsigned int multi, unsigned int idx) in put_resource() argument 63 for (n = multi, i = idx; n > 0; n--) { in put_resource()
|
D | ctatc.c | 259 desc.multi = apcm->substream->runtime->channels; in atc_pcm_playback_prepare() 386 max_cisz = src->multi * src->rsc.msr; in atc_pcm_playback_start() 447 max_cisz = src->multi * src->rsc.msr; in atc_pcm_playback_position() 515 int multi, err, i; in atc_pcm_capture_get_resources() local 525 multi = apcm->substream->runtime->channels; in atc_pcm_capture_get_resources() 532 n_sum = (1 == multi) ? 1 : 0; in atc_pcm_capture_get_resources() 535 if ((multi > 1) && (0x8000000 >= pitch)) { in atc_pcm_capture_get_resources() 538 n_amixer += multi * atc->msr; in atc_pcm_capture_get_resources() 539 n_srcimp += multi * atc->msr; in atc_pcm_capture_get_resources() 541 n_srcimp += multi; in atc_pcm_capture_get_resources() [all …]
|
/linux-6.6.21/arch/arm/boot/dts/marvell/ |
D | armada-385-turris-omnia.dts | 246 multi-led@0 { 253 multi-led@1 { 260 multi-led@2 { 267 multi-led@3 { 274 multi-led@4 { 281 multi-led@5 { 287 multi-led@6 { 294 multi-led@7 { 301 multi-led@8 { 308 multi-led@9 { [all …]
|
/linux-6.6.21/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-6.6.21/drivers/media/platform/st/sti/hva/ |
D | Kconfig | 3 tristate "STMicroelectronics HVA multi-format video encoder V4L2 driver" 10 This V4L2 driver enables HVA (Hardware Video Accelerator) multi-format 23 operation of STMicroelectronics HVA multi-format video encoder in
|
/linux-6.6.21/drivers/leds/rgb/ |
D | Kconfig | 6 tristate "LEDs group multi-color support" 11 different colors are physically grouped in a single multi-color LED 12 and driven by a controller that doesn't have multi-color support. 18 tristate "PWM driven multi-color LED Support"
|
/linux-6.6.21/Documentation/sound/hd-audio/ |
D | intel-multi-link.rst | 5 HDAudio multi-link extensions on Intel platforms 10 This file documents the 'multi-link structure' introduced in 2015 with 91 - multi-link synchronization: capabilities in LCAP.LSS and control in LSYNC 94 - hand-over to the DSP for access to multi-link registers, SHIM/IP with LCTL.OFLEN 183 - multi-link synchronization: capabilities in LCAP.LSS and control in LSYNC 185 - hand-over to the DSP for access to multi-link registers, SHIM/IP with LCTL.OFLEN 255 - hand-over to the DSP for access to multi-link registers, SHIM/IP
|
/linux-6.6.21/arch/arm/boot/dts/ti/omap/ |
D | omap3-echo.dts | 151 multi-led@0 { 178 multi-led@1 { 205 multi-led@2 { 242 multi-led@0 { 269 multi-led@1 { 296 multi-led@2 { 333 multi-led@0 { 360 multi-led@1 { 387 multi-led@2 { 424 multi-led@0 { [all …]
|
/linux-6.6.21/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
|