Home
last modified time | relevance | path

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

12345678910>>...82

/linux/sound/soc/amd/yc/
H A Dacp6x-mach.c50 .matches = {
57 .matches = {
64 .matches = {
71 .matches = {
78 .matches = {
85 .matches = {
92 .matches = {
99 .matches = {
106 .matches = {
113 .matches = {
[all …]
/linux/drivers/input/serio/
H A Di8042-acpipnpio.h97 .matches = {
104 .matches = {
112 .matches = {
120 .matches = {
128 .matches = {
138 .matches = {
145 .matches = {
153 .matches = {
162 .matches = {
170 .matches = {
[all …]
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc-quirks.c35 .matches = {
43 .matches = {
51 .matches = {
59 .matches = {
67 .matches = {
75 .matches = {
83 .matches = {
91 .matches = {
99 .matches = {
107 .matches = {
[all …]
/linux/drivers/mfd/
H A Dkempld-core.c495 .matches = {
501 .matches = {
507 .matches = {
513 .matches = {
519 .matches = {
525 .matches = {
531 .matches = {
537 .matches = {
543 .matches = {
549 .matches = {
[all …]
/linux/sound/soc/intel/boards/
H A Dsof_sdw.c62 .matches = {
70 .matches = {
79 .matches = {
87 .matches = {
95 .matches = {
104 .matches = {
113 .matches = {
125 .matches = {
135 .matches = {
145 .matches = {
[all …]
H A Dbytcr_rt5640.c543 .matches = {
555 .matches = {
567 .matches = {
580 .matches = {
593 .matches = {
606 .matches = {
620 .matches = {
630 .matches = {
641 .matches = {
653 .matches = {
[all …]
/linux/drivers/platform/x86/
H A Dasus-nb-wmi.c164 .matches = {
173 .matches = {
182 .matches = {
191 .matches = {
200 .matches = {
209 .matches = {
218 .matches = {
227 .matches = {
236 .matches = {
245 .matches = {
[all …]
H A Dtouchscreen_dmi.c1114 .matches = {
1121 .matches = {
1128 .matches = {
1136 .matches = {
1145 .matches = {
1154 .matches = {
1162 .matches = {
1171 .matches = {
1180 .matches = {
1189 .matches = {
[all …]
H A Doxpec.c114 .matches = {
121 .matches = {
128 .matches = {
135 .matches = {
142 .matches = {
149 .matches = {
156 .matches = {
163 .matches = {
170 .matches = {
177 .matches = {
[all …]
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_quirks.c57 .matches = {
64 .matches = {
71 .matches = {
78 .matches = {
85 .matches = {
92 .matches = {
99 .matches = {
106 .matches = {
113 .matches = {
120 .matches = {
[all …]
/linux/arch/x86/kernel/
H A Dreboot.c169 .matches = {
177 .matches = {
187 .matches = {
195 .matches = {
203 .matches = {
211 .matches = {
219 .matches = {
227 .matches = {
237 .matches = {
247 .matches = {
[all …]
/linux/arch/x86/pci/
H A Dcommon.c98 .matches = {
106 .matches = {
114 .matches = {
243 .matches = {
252 .matches = {
260 .matches = {
268 .matches = {
276 .matches = {
284 .matches = {
292 .matches = {
[all …]
/linux/drivers/acpi/
H A Dresource.c389 * DMI matches for boards where the DSDT specifies the kbd IRQ as
396 .matches = {
403 .matches = {
410 .matches = {
417 .matches = {
424 .matches = {
431 .matches = {
438 .matches = {
445 .matches = {
452 .matches = {
[all …]
H A Dosi.c305 .matches = {
322 .matches = {
330 .matches = {
338 .matches = {
346 .matches = {
354 .matches = {
362 .matches = {
370 .matches = {
378 .matches = {
386 .matches = {
[all …]
/linux/scripts/
H A Dgit-resolve.sh13 echo " commit-subject Optional commit subject to help resolve between multiple matches"
51 local matches
52 readarray -t matches < <(git rev-parse --disambiguate="$commit_id" 2>/dev/null)
55 if [ ${#matches[@]} -eq 1 ]; then
56 echo "${matches[0]}"
60 # If no matches and not in force mode, return failure
61 if [ ${#matches[@]} -eq 0 ] && [ $force -eq 0 ]; then
71 # In force mode with no ID matches, use git log --grep directly
72 if [ ${#matches[@]} -eq 0 ] && [ $force -eq 1 ]; then
73 # Use git log to search, but filter to ensure subject matches exactly
[all …]
/linux/drivers/i2c/
H A Di2c-core-of.c116 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs() argument
121 for (; matches->compatible[0]; matches++) { in i2c_of_match_device_sysfs()
128 if (sysfs_streq(client->name, matches->compatible)) in i2c_of_match_device_sysfs()
129 return matches; in i2c_of_match_device_sysfs()
131 name = strchr(matches->compatible, ','); in i2c_of_match_device_sysfs()
133 name = matches->compatible; in i2c_of_match_device_sysfs()
138 return matches; in i2c_of_match_device_sysfs()
145 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument
150 if (!(client && matches)) in i2c_of_match_device()
153 match = of_match_device(matches, &client->dev); in i2c_of_match_device()
[all …]
/linux/include/drm/
H A 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/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Ddmi.c65 .matches = {
76 .matches = {
87 .matches = {
96 .matches = {
107 .matches = {
124 .matches = {
134 .matches = {
144 .matches = {
154 .matches = {
165 .matches = {
[all …]
/linux/drivers/base/
H A Dsoc.c242 * @matches: zero-terminated array of possible matches
259 const struct soc_device_attribute *matches) in soc_device_match() argument
263 if (!matches) in soc_device_match()
266 while (matches->machine || matches->family || matches->revision || in soc_device_match()
267 matches->soc_id) { in soc_device_match()
268 ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches, in soc_device_match()
272 matches); in soc_device_match()
276 return matches; in soc_device_match()
278 matches++; in soc_device_match()
/linux/sound/hda/core/
H A Dintel-dsp-config.c70 .matches = {
87 .matches = {
104 .matches = {
127 .matches = {
154 .matches = {
187 .matches = {
193 .matches = {
219 .matches = {
240 .matches = {
245 .matches = {
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie_quirks.c12 .matches = {
20 .matches = {
29 .matches = {
38 .matches = {
46 .matches = {
54 .matches = {
62 .matches = {
70 .matches = {
/linux/drivers/gpio/
H A Dgpiolib-acpi-quirks.c146 .matches = {
161 .matches = {
175 .matches = {
196 .matches = {
210 .matches = {
225 .matches = {
240 .matches = {
254 .matches = {
267 .matches = {
279 .matches = {
[all …]
/linux/drivers/input/mouse/
H A Dlifebook.c48 .matches = {
54 .matches = {
60 .matches = {
66 .matches = {
72 .matches = {
78 .matches = {
84 .matches = {
90 .matches = {
97 .matches = {
105 .matches = {
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c533 .matches = {
541 .matches = {
549 .matches = {
557 .matches = {
565 .matches = {
573 .matches = {
581 .matches = {
589 .matches = {
597 .matches = {
605 .matches = {
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dregulatory.c48 .matches = {
53 .matches = {
58 .matches = {
63 .matches = {
68 .matches = {
74 .matches = {
80 .matches = {
86 .matches = {
91 .matches = {
96 .matches = {
[all …]

12345678910>>...82