Home
last modified time | relevance | path

Searched full:matches (Results 1 – 25 of 1830) sorted by relevance

12345678910>>...74

/Linux-v5.15/drivers/input/serio/
Di8042-x86ia64io.h76 .matches = {
84 .matches = {
92 .matches = {
99 .matches = {
105 .matches = {
112 .matches = {
120 .matches = {
127 .matches = {
135 .matches = {
143 .matches = {
[all …]
/Linux-v5.15/drivers/acpi/
Dvideo_detect.c119 .matches = {
128 .matches = {
136 .matches = {
144 .matches = {
152 .matches = {
168 .matches = {
176 .matches = {
184 .matches = {
192 .matches = {
203 .matches = {
[all …]
Dosi.c330 .matches = {
347 .matches = {
355 .matches = {
363 .matches = {
371 .matches = {
379 .matches = {
387 .matches = {
395 .matches = {
403 .matches = {
411 .matches = {
[all …]
Dsleep.c177 .matches = {
185 .matches = {
193 .matches = {
201 .matches = {
210 .matches = {
218 .matches = {
226 .matches = {
234 .matches = {
242 .matches = {
250 .matches = {
[all …]
/Linux-v5.15/drivers/platform/x86/
Dasus-nb-wmi.c137 .matches = {
146 .matches = {
160 .matches = {
169 .matches = {
178 .matches = {
187 .matches = {
196 .matches = {
205 .matches = {
214 .matches = {
223 .matches = {
[all …]
Dtouchscreen_dmi.c960 .matches = {
968 .matches = {
977 .matches = {
986 .matches = {
994 .matches = {
1003 .matches = {
1012 .matches = {
1021 .matches = {
1024 /* Above matches are too generic, add bios-date match */
1031 .matches = {
[all …]
Dpcengines-apuv2.c139 .matches = {
148 .matches = {
157 .matches = {
167 .matches = {
176 .matches = {
185 .matches = {
194 .matches = {
203 .matches = {
212 .matches = {
/Linux-v5.15/drivers/mfd/
Dkempld-core.c573 .matches = {
581 .matches = {
589 .matches = {
597 .matches = {
605 .matches = {
613 .matches = {
621 .matches = {
629 .matches = {
637 .matches = {
645 .matches = {
[all …]
/Linux-v5.15/lib/zstd/
Dzstd_opt.h236 ZSTD_match_t *matches, const U32 minMatchLen) in ZSTD_insertBtAndGetAllMatches() argument
282 matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex3; in ZSTD_insertBtAndGetAllMatches()
283 matches[mnum].len = (U32)currMl; in ZSTD_insertBtAndGetAllMatches()
316 matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex; in ZSTD_insertBtAndGetAllMatches()
317 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
356 …*const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, in ZSTD_BtGetAllMatches() argument
362 return ZSTD_insertBtAndGetAllMatches(zc, ip, iLimit, maxNbAttempts, mls, 0, matches, minMatchLen); in ZSTD_BtGetAllMatches()
367 ZSTD_match_t *matches, const U32 minMatchLen) in ZSTD_BtGetAllMatches_selectMLS() argument
370 case 3: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 3, matches, minMatchLen); in ZSTD_BtGetAllMatches_selectMLS()
372 case 4: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 4, matches, minMatchLen); in ZSTD_BtGetAllMatches_selectMLS()
[all …]
/Linux-v5.15/arch/x86/kernel/
Dreboot.c177 .matches = {
185 .matches = {
195 .matches = {
203 .matches = {
211 .matches = {
219 .matches = {
227 .matches = {
235 .matches = {
245 .matches = {
255 .matches = {
[all …]
/Linux-v5.15/arch/x86/pci/
Dcommon.c98 .matches = {
106 .matches = {
114 .matches = {
243 .matches = {
252 .matches = {
260 .matches = {
268 .matches = {
276 .matches = {
284 .matches = {
292 .matches = {
[all …]
/Linux-v5.15/drivers/gpu/drm/
Ddrm_panel_orientation_quirks.c114 .matches = {
120 .matches = {
126 .matches = {
132 .matches = {
138 .matches = {
144 .matches = {
152 .matches = {
163 .matches = {
171 .matches = {
179 .matches = {
[all …]
/Linux-v5.15/include/drm/
Ddrm_fourcc.h144 * drm_format_info_is_yuv_packed - check that the format info matches a YUV
149 * A boolean indicating whether the format info matches a packed YUV format.
158 * drm_format_info_is_yuv_semiplanar - check that the format info matches a YUV
163 * A boolean indicating whether the format info matches a semiplanar YUV format.
172 * drm_format_info_is_yuv_planar - check that the format info matches a YUV
177 * A boolean indicating whether the format info matches a planar YUV format.
186 * drm_format_info_is_yuv_sampling_410 - check that the format info matches a
191 * A boolean indicating whether the format info matches a YUV format with 4:1:0
201 * drm_format_info_is_yuv_sampling_411 - check that the format info matches a
206 * A boolean indicating whether the format info matches a YUV format with 4:1:1
[all …]
/Linux-v5.15/drivers/i2c/
Di2c-core-of.c183 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs() argument
188 for (; matches->compatible[0]; matches++) { in i2c_of_match_device_sysfs()
195 if (sysfs_streq(client->name, matches->compatible)) in i2c_of_match_device_sysfs()
196 return matches; in i2c_of_match_device_sysfs()
198 name = strchr(matches->compatible, ','); in i2c_of_match_device_sysfs()
200 name = matches->compatible; in i2c_of_match_device_sysfs()
205 return matches; in i2c_of_match_device_sysfs()
212 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument
217 if (!(client && matches)) in i2c_of_match_device()
220 match = of_match_device(matches, &client->dev); in i2c_of_match_device()
[all …]
/Linux-v5.15/drivers/base/
Dsoc.c225 * @matches: zero-terminated array of possible matches
242 const struct soc_device_attribute *matches) in soc_device_match() argument
246 if (!matches) in soc_device_match()
250 if (!(matches->machine || matches->family || in soc_device_match()
251 matches->revision || matches->soc_id)) in soc_device_match()
253 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches, in soc_device_match()
257 matches); in soc_device_match()
261 matches++; in soc_device_match()
263 return matches; in soc_device_match()
/Linux-v5.15/drivers/platform/surface/
Dsurface_gpe.c51 .matches = {
59 .matches = {
71 .matches = {
83 .matches = {
91 .matches = {
99 .matches = {
107 .matches = {
115 .matches = {
123 .matches = {
131 .matches = {
[all …]
/Linux-v5.15/arch/arm64/kernel/
Dcpu_errata.c82 * CTR_EL0 matches the system's copy to allow a secondary CPU to boot. in has_mismatched_cache_type()
125 .matches = is_affected_midr_range, \
129 .matches = is_affected_midr_range, \
140 .matches = is_affected_midr_range_list, \
205 .matches = is_kryo_midr,
246 .matches = is_kryo_midr,
300 .matches = is_affected_midr_range,
306 .matches = is_affected_midr_range,
377 .matches = cpucap_multi_entry_cap_matches,
413 .matches = has_mismatched_cache_type,
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_lvds.c523 .matches = {
531 .matches = {
539 .matches = {
547 .matches = {
555 .matches = {
563 .matches = {
571 .matches = {
579 .matches = {
587 .matches = {
595 .matches = {
[all …]
/Linux-v5.15/drivers/input/mouse/
Dlifebook.c48 .matches = {
54 .matches = {
60 .matches = {
66 .matches = {
72 .matches = {
78 .matches = {
84 .matches = {
90 .matches = {
97 .matches = {
105 .matches = {
[all …]
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dpcie_quirks.c26 .matches = {
34 .matches = {
43 .matches = {
52 .matches = {
60 .matches = {
68 .matches = {
76 .matches = {
84 .matches = {
/Linux-v5.15/drivers/input/misc/
Dwistron_btns.c639 .matches = {
648 .matches = {
657 .matches = {
666 .matches = {
675 .matches = {
684 .matches = {
693 .matches = {
702 .matches = {
711 .matches = {
720 .matches = {
[all …]
/Linux-v5.15/sound/soc/intel/boards/
Dbytcr_rt5640.c537 .matches = {
549 .matches = {
562 .matches = {
574 .matches = {
584 .matches = {
596 .matches = {
608 .matches = {
619 .matches = {
633 .matches = {
646 .matches = {
[all …]
Dcht_bsw_max98090_ti.c410 .matches = {
417 .matches = {
424 .matches = {
431 .matches = {
438 .matches = {
445 .matches = {
452 .matches = {
459 .matches = {
466 .matches = {
473 .matches = {
[all …]
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Ddmi.c58 .matches = {
69 .matches = {
87 .matches = {
97 .matches = {
107 .matches = {
117 .matches = {
128 .matches = {
138 .matches = {
/Linux-v5.15/sound/hda/
Dintel-dsp-config.c68 .matches = {
84 .matches = {
105 .matches = {
125 .matches = {
150 .matches = {
178 .matches = {
199 .matches = {
220 .matches = {
225 .matches = {
232 .matches = {
[all …]

12345678910>>...74