Home
last modified time | relevance | path

Searched full:multi (Results 1 – 25 of 2332) sorted by relevance

12345678910>>...94

/linux-6.8/Documentation/userspace-api/media/v4l/
Dplanar-apis.rst6 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-6.8/sound/soc/generic/
Daudio-graph-card2-custom-sample.dtsi52 * [Semi-Multi]
61 * [Multi-CPU/Codec-0]
67 * [Multi-CPU/Codec-1]
77 * [Multi-CPU/Codec-2]
97 * [DPCM-Multi]
100 * Multi-FE is not supported by ASoC.
113 * [Codec2Codec-Multi]
116 * Multi connect N:M is not supported by ASoC.
141 /* for [DPCM-Multi] */
154 /* for [Codec2Codec-Multi] */
[all …]
/linux-6.8/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2_tlv_multi.c14 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()
Dmlxfw_mfa2.c55 * 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 …]
Dmlxfw_mfa2_tlv_multi.h13 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.8/drivers/tty/serial/8250/
Dserial_cs.c69 /* Table of multi-port card ID's */
74 int multi; /* 1 = multifunction, > 1 = # ports */ member
84 int multi; member
127 * be handled by setting the quirk entry .multi = 0 | 1 ?
133 if (info->multi > 1) in quirk_config_nokia()
134 info->multi = 1; in quirk_config_nokia()
178 if (info->multi) in quirk_config_socket()
186 .multi = -1,
191 .multi = -1,
196 .multi = -1,
[all …]
/linux-6.8/scripts/gcc-plugins/
DMakefile19 # For multi-file plugins, use *-objs syntax to list the objects.
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.8/fs/ntfs/
Dmst.c3 * 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-6.8/Documentation/devicetree/bindings/leds/
Dleds-class-multicolor.yaml13 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])?$"
Dleds-pwm-multicolor.yaml7 title: Multi-color LEDs connected to PWM
13 This driver combines several monochrome PWM LEDs into one multi-color
20 multi-led:
66 multi-led {
/linux-6.8/Documentation/devicetree/bindings/
Dtrivial-devices.yaml118 # Monolithic Power Systems Inc. multi-phase controller mp2856
120 # Monolithic Power Systems Inc. multi-phase controller mp2857
122 # Monolithic Power Systems Inc. multi-phase controller mp2888
124 # Monolithic Power Systems Inc. multi-phase controller mp2971
126 # Monolithic Power Systems Inc. multi-phase controller mp2973
128 # Monolithic Power Systems Inc. multi-phase controller mp2975
130 # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5990
154 # Infineon Multi-phase Digital VR Controller xdpe11280
156 # Infineon Multi-phase Digital VR Controller xdpe12254
158 # Infineon Multi-phase Digital VR Controller xdpe12284
[all …]
/linux-6.8/drivers/zorro/
Dzorro.ids38 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-6.8/include/linux/
Dxz.h31 * 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-6.8/drivers/media/dvb-frontends/drx39xyj/
Ddrx_dap_fasi.h103 * 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-6.8/tools/testing/selftests/bpf/progs/
Dkprobe_multi.c86 SEC("kprobe.multi/bpf_fentry_tes??")
93 SEC("kretprobe.multi/bpf_fentry_test*")
100 SEC("kprobe.multi")
107 SEC("kretprobe.multi")
150 SEC("kprobe.multi")
157 SEC("kretprobe.multi")
Duprobe_multi.c69 SEC("uprobe.multi//proc/self/exe:uprobe_multi_func_*")
76 SEC("uretprobe.multi//proc/self/exe:uprobe_multi_func_*")
83 SEC("uprobe.multi.s//proc/self/exe:uprobe_multi_func_*")
90 SEC("uretprobe.multi.s//proc/self/exe:uprobe_multi_func_*")
97 SEC("uprobe.multi//proc/self/exe:uprobe_multi_func_*")
/linux-6.8/arch/arm/boot/dts/marvell/
Darmada-385-turris-omnia.dts246 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.8/scripts/
DMakefile.lib51 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)
60 # Replace multi-part objects by their individual parts,
83 multi-dtb-y := $(call multi-search, $(dtb-y), .dtb, -dtbs)
87 base-dtb-y := $(filter %.dtb, $(call real-search, $(multi-dtb-y), .dtb, -dtbs))
101 multi-obj-m := $(addprefix $(obj)/, $(multi-obj-m))
102 multi-dtb-y := $(addprefix $(obj)/, $(multi-dtb-y))
107 # Finds the multi-part object the current object will be linked into.
[all …]
/linux-6.8/arch/arm/boot/dts/aspeed/
Daspeed-bmc-facebook-yosemite4.dts91 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 …]
Daspeed-bmc-facebook-yosemitev2.dts98 mlx,multi-host;
125 multi-master;
136 multi-master;
147 multi-master;
158 multi-master;
215 multi-master;
/linux-6.8/drivers/leds/rgb/
Dleds-pwm-multicolor.c3 * PWM-based multi-color LED control
74 /* iterate over the nodes inside the multi-led node */ in iterate_subleds()
112 mcnode = device_get_named_child_node(&pdev->dev, "multi-led"); in led_pwm_mc_probe()
115 "expected multi-led node\n"); in led_pwm_mc_probe()
117 /* count the nodes inside the multi-led node */ in led_pwm_mc_probe()
188 MODULE_DESCRIPTION("multi-color PWM LED driver");
DKconfig6 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.
31 tristate "PWM driven multi-color LED Support"
/linux-6.8/Documentation/sound/cards/
Dimg-spdif-in.rst19 * 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-6.8/tools/perf/pmu-events/arch/x86/amdzen1/
Dfloating-point.json5 "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-6.8/drivers/gpu/drm/xe/
Dxe_tile.c19 * DOC: Multi-tile Design
24 * that's what is referred to as a "multi-tile device." In such cases, pretty
27 * solely by the "root tile." A multi-tile platform takes care of tying the
39 * single GT. PVC is an example of an Intel platform built on a multi-tile
44 * single GPU. This is important from a software perspective because multi-GT
46 * differently than multi-tile platforms like PVC where nearly everything is

12345678910>>...94