Home
last modified time | relevance | path

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

12345678910>>...78

/Linux-v6.1/drivers/input/serio/
Di8042-acpipnpio.h96 .matches = {
103 .matches = {
111 .matches = {
119 .matches = {
127 .matches = {
137 .matches = {
144 .matches = {
152 .matches = {
161 .matches = {
169 .matches = {
[all …]
/Linux-v6.1/drivers/acpi/
Dvideo_detect.c139 .matches = {
147 .matches = {
155 .matches = {
163 .matches = {
171 .matches = {
179 .matches = {
187 .matches = {
195 .matches = {
203 .matches = {
211 .matches = {
[all …]
Dosi.c306 .matches = {
323 .matches = {
331 .matches = {
339 .matches = {
347 .matches = {
355 .matches = {
363 .matches = {
371 .matches = {
379 .matches = {
387 .matches = {
[all …]
Dsleep.c176 .matches = {
184 .matches = {
192 .matches = {
200 .matches = {
209 .matches = {
217 .matches = {
225 .matches = {
233 .matches = {
241 .matches = {
249 .matches = {
[all …]
/Linux-v6.1/sound/soc/amd/yc/
Dacp6x-mach.c50 .matches = {
57 .matches = {
64 .matches = {
71 .matches = {
78 .matches = {
85 .matches = {
92 .matches = {
99 .matches = {
106 .matches = {
113 .matches = {
[all …]
/Linux-v6.1/drivers/gpu/drm/
Ddrm_panel_orientation_quirks.c132 .matches = {
138 .matches = {
144 .matches = {
150 .matches = {
156 .matches = {
162 .matches = {
168 .matches = {
174 .matches = {
180 .matches = {
186 .matches = {
[all …]
/Linux-v6.1/drivers/platform/x86/
Dasus-nb-wmi.c135 .matches = {
144 .matches = {
153 .matches = {
162 .matches = {
171 .matches = {
180 .matches = {
189 .matches = {
198 .matches = {
207 .matches = {
216 .matches = {
[all …]
Dtouchscreen_dmi.c1015 .matches = {
1023 .matches = {
1032 .matches = {
1041 .matches = {
1049 .matches = {
1058 .matches = {
1067 .matches = {
1076 .matches = {
1079 /* Above matches are too generic, add bios-date match */
1086 .matches = {
[all …]
Dpcengines-apuv2.c139 .matches = {
148 .matches = {
157 .matches = {
167 .matches = {
176 .matches = {
185 .matches = {
194 .matches = {
203 .matches = {
212 .matches = {
/Linux-v6.1/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-v6.1/arch/x86/kernel/
Dreboot.c169 .matches = {
177 .matches = {
187 .matches = {
195 .matches = {
203 .matches = {
211 .matches = {
219 .matches = {
227 .matches = {
237 .matches = {
247 .matches = {
[all …]
/Linux-v6.1/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-v6.1/include/drm/
Ddrm_fourcc.h147 * drm_format_info_is_yuv_packed - check that the format info matches a YUV
152 * A boolean indicating whether the format info matches a packed YUV format.
161 * drm_format_info_is_yuv_semiplanar - check that the format info matches a YUV
166 * A boolean indicating whether the format info matches a semiplanar YUV format.
175 * drm_format_info_is_yuv_planar - check that the format info matches a YUV
180 * A boolean indicating whether the format info matches a planar YUV format.
189 * drm_format_info_is_yuv_sampling_410 - check that the format info matches a
194 * A boolean indicating whether the format info matches a YUV format with 4:1:0
204 * drm_format_info_is_yuv_sampling_411 - check that the format info matches a
209 * A boolean indicating whether the format info matches a YUV format with 4:1:1
[all …]
/Linux-v6.1/drivers/platform/surface/
Dsurface_gpe.c56 .matches = {
64 .matches = {
76 .matches = {
88 .matches = {
96 .matches = {
104 .matches = {
112 .matches = {
120 .matches = {
128 .matches = {
136 .matches = {
[all …]
/Linux-v6.1/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-v6.1/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()
249 while (matches->machine || matches->family || matches->revision || in soc_device_match()
250 matches->soc_id) { in soc_device_match()
251 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches, in soc_device_match()
255 matches); in soc_device_match()
259 return matches; in soc_device_match()
261 matches++; in soc_device_match()
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Dpcie_quirks.c12 .matches = {
20 .matches = {
29 .matches = {
38 .matches = {
46 .matches = {
54 .matches = {
62 .matches = {
70 .matches = {
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Ddmi.c65 .matches = {
76 .matches = {
87 .matches = {
98 .matches = {
115 .matches = {
125 .matches = {
135 .matches = {
145 .matches = {
156 .matches = {
166 .matches = {
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_lvds.c520 .matches = {
528 .matches = {
536 .matches = {
544 .matches = {
552 .matches = {
560 .matches = {
568 .matches = {
576 .matches = {
584 .matches = {
592 .matches = {
[all …]
/Linux-v6.1/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-v6.1/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()
141 .matches = is_affected_midr_range, \
145 .matches = is_affected_midr_range, \
156 .matches = is_affected_midr_range_list, \
221 .matches = is_kryo_midr,
292 .matches = is_kryo_midr,
346 .matches = is_affected_midr_range,
352 .matches = is_affected_midr_range,
469 .matches = cpucap_multi_entry_cap_matches,
505 .matches = has_mismatched_cache_type,
[all …]
/Linux-v6.1/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-v6.1/sound/hda/
Dintel-dsp-config.c75 .matches = {
96 .matches = {
117 .matches = {
137 .matches = {
162 .matches = {
195 .matches = {
201 .matches = {
227 .matches = {
248 .matches = {
253 .matches = {
[all …]
/Linux-v6.1/sound/soc/intel/boards/
Dbytcr_rt5640.c537 .matches = {
549 .matches = {
562 .matches = {
574 .matches = {
584 .matches = {
596 .matches = {
609 .matches = {
620 .matches = {
634 .matches = {
647 .matches = {
[all …]
Dcht_bsw_max98090_ti.c409 .matches = {
416 .matches = {
423 .matches = {
430 .matches = {
437 .matches = {
444 .matches = {
451 .matches = {
458 .matches = {
465 .matches = {
472 .matches = {
[all …]

12345678910>>...78