Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Di8042-x86ia64io.h76 .matches = {
84 .matches = {
92 .matches = {
99 .matches = {
105 .matches = {
112 .matches = {
120 .matches = {
127 .matches = {
135 .matches = {
143 .matches = {
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dvideo_detect.c119 .matches = {
128 .matches = {
136 .matches = {
144 .matches = {
152 .matches = {
168 .matches = {
176 .matches = {
184 .matches = {
192 .matches = {
203 .matches = {
[all …]
H A Dosi.c330 .matches = {
347 .matches = {
355 .matches = {
363 .matches = {
371 .matches = {
379 .matches = {
387 .matches = {
395 .matches = {
403 .matches = {
411 .matches = {
[all …]
H A Dsleep.c180 .matches = {
188 .matches = {
196 .matches = {
204 .matches = {
213 .matches = {
221 .matches = {
229 .matches = {
237 .matches = {
245 .matches = {
253 .matches = {
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_panel_orientation_quirks.c126 .matches = {
132 .matches = {
138 .matches = {
144 .matches = {
150 .matches = {
156 .matches = {
162 .matches = {
168 .matches = {
176 .matches = {
182 .matches = {
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dasus-nb-wmi.c128 .matches = {
137 .matches = {
151 .matches = {
160 .matches = {
169 .matches = {
178 .matches = {
187 .matches = {
196 .matches = {
205 .matches = {
214 .matches = {
[all …]
H A Dtouchscreen_dmi.c948 .matches = {
956 .matches = {
965 .matches = {
974 .matches = {
982 .matches = {
991 .matches = {
1000 .matches = {
1009 .matches = {
1019 .matches = {
1028 .matches = {
[all …]
H A Dpcengines-apuv2.c139 .matches = {
148 .matches = {
157 .matches = {
167 .matches = {
176 .matches = {
185 .matches = {
194 .matches = {
203 .matches = {
212 .matches = {
/OK3568_Linux_fs/kernel/drivers/hid/i2c-hid/
H A Di2c-hid-dmi-quirks.c295 .matches = {
303 .matches = {
311 .matches = {
319 .matches = {
338 .matches = {
346 .matches = {
354 .matches = {
362 .matches = {
370 .matches = {
378 .matches = {
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dkempld-core.c577 .matches = {
585 .matches = {
593 .matches = {
601 .matches = {
609 .matches = {
617 .matches = {
625 .matches = {
633 .matches = {
641 .matches = {
649 .matches = {
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpu_errata.c127 .matches = is_affected_midr_range, \
131 .matches = is_affected_midr_range, \
142 .matches = is_affected_midr_range_list, \
207 .matches = is_kryo_midr,
252 .matches = is_kryo_midr,
306 .matches = is_affected_midr_range,
312 .matches = is_affected_midr_range,
403 .matches = cpucap_multi_entry_cap_matches,
439 .matches = has_mismatched_cache_type,
448 .matches = cpucap_multi_entry_cap_matches,
[all …]
/OK3568_Linux_fs/kernel/lib/zstd/
H A 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 …]
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dbytcr_rt5640.c397 .matches = {
409 .matches = {
422 .matches = {
434 .matches = {
444 .matches = {
456 .matches = {
468 .matches = {
479 .matches = {
493 .matches = {
506 .matches = {
[all …]
H A Dcht_bsw_max98090_ti.c414 .matches = {
421 .matches = {
428 .matches = {
435 .matches = {
442 .matches = {
449 .matches = {
456 .matches = {
463 .matches = {
470 .matches = {
477 .matches = {
[all …]
/OK3568_Linux_fs/kernel/sound/hda/
H A Dintel-dsp-config.c68 .matches = {
89 .matches = {
110 .matches = {
130 .matches = {
155 .matches = {
188 .matches = {
209 .matches = {
230 .matches = {
235 .matches = {
242 .matches = {
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dindex_testing.h87 …nst Matrix<typename Distance::ElementType>& testData, const Matrix<int>& matches, int nn, int chec… in search_with_ground_truth() argument
92 if (matches.cols<size_t(nn)) { in search_with_ground_truth()
93 Logger::info("matches.cols=%d, nn=%d\n",matches.cols,nn); in search_with_ground_truth()
118 correct += countCorrectMatches(neighbors,matches[i], nn); in search_with_ground_truth()
119 …distR += computeDistanceRaport<Distance>(inputData, testData[i], neighbors, matches[i], (int)testD… in search_with_ground_truth()
138 … const Matrix<typename Distance::ElementType>& testData, const Matrix<int>& matches,
148 …precision = search_with_ground_truth(index, inputData, testData, matches, nn, checks, time, dist, …
155 … const Matrix<typename Distance::ElementType>& testData, const Matrix<int>& matches,
171 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s…
183 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s…
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Ddmi.c58 .matches = {
69 .matches = {
80 .matches = {
97 .matches = {
107 .matches = {
117 .matches = {
127 .matches = {
138 .matches = {
148 .matches = {
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dwistron_btns.c639 .matches = {
648 .matches = {
657 .matches = {
666 .matches = {
675 .matches = {
684 .matches = {
693 .matches = {
702 .matches = {
711 .matches = {
720 .matches = {
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-of.c186 i2c_of_match_device_sysfs(const struct of_device_id *matches, in i2c_of_match_device_sysfs() argument
191 for (; matches->compatible[0]; matches++) { in i2c_of_match_device_sysfs()
198 if (sysfs_streq(client->name, matches->compatible)) in i2c_of_match_device_sysfs()
199 return matches; in i2c_of_match_device_sysfs()
201 name = strchr(matches->compatible, ','); in i2c_of_match_device_sysfs()
203 name = matches->compatible; in i2c_of_match_device_sysfs()
208 return matches; in i2c_of_match_device_sysfs()
215 *i2c_of_match_device(const struct of_device_id *matches, in i2c_of_match_device() argument
220 if (!(client && matches)) in i2c_of_match_device()
223 match = of_match_device(matches, &client->dev); in i2c_of_match_device()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c513 .matches = {
521 .matches = {
529 .matches = {
537 .matches = {
545 .matches = {
553 .matches = {
561 .matches = {
569 .matches = {
577 .matches = {
585 .matches = {
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86AutoConfig.c151 if (xf86NameCmp(md->matches[j], driver) == 0) { in xf86AddMatchedDriver()
158 md->matches[nmatches] = xnfstrdup(driver); in xf86AddMatchedDriver()
188 md.matches[i], 0, md.matches[i]); in xf86AutoConfig()
191 md.matches[i], 0, md.matches[i], 0); in xf86AutoConfig()
198 md.matches[i], 0); in xf86AutoConfig()
204 free(md.matches[i]); in xf86AutoConfig()
392 md.matches[i], i); in autoConfigDevice()
407 ptr->driver = md.matches[0]; in autoConfigDevice()
416 if (!copyScreen(slp[0].screen, ptr, i, md.matches[i])) in autoConfigDevice()
433 ptr->driver = md.matches[0]; in autoConfigDevice()
[all …]
/OK3568_Linux_fs/kernel/drivers/base/
H A Dsoc.c242 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()

12345678910>>...28