Searched refs:matches (Results 76 - 100 of 321) sorted by relevance

1234567891011>>

/linux-master/drivers/base/
H A Dproperty.c644 * Return: true if the node name matches with the name provided in the @name
1282 void **matches,
1291 if (matches && count >= matches_len) {
1305 if (matches)
1306 matches[count] = ret;
1316 void **matches,
1325 if (matches && count >= matches_len)
1335 if (matches)
1336 matches[count] = ret;
1380 * @matches
1279 fwnode_graph_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
1313 fwnode_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
1393 fwnode_connection_find_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c314 struct vcap_keyset_list matches; local
320 matches.keysets = keysets;
321 matches.cnt = 0;
322 matches.max = ARRAY_SIZE(keysets);
328 addr, &matches);
335 matches.cnt = 0;
337 addr, &matches);
339 KUNIT_EXPECT_EQ(test, matches.cnt, 1);
340 KUNIT_EXPECT_EQ(test, matches.keysets[0], VCAP_KFS_MAC_ETYPE);
/linux-master/drivers/mfd/
H A Dintel_soc_pmic_chtwc.c148 .matches = {
157 .matches = {
164 .matches = {
172 .matches = {
179 .matches = {
/linux-master/drivers/regulator/
H A Dmax20086-regulator.c135 struct of_regulator_match matches[MAX20086_MAX_REGULATORS] = { }; local
147 matches[i].name = max20086_output_names[i];
149 ret = of_regulator_match(chip->dev, node, matches,
162 reg->init_data = matches[i].init_data;
163 reg->of_node = matches[i].of_node;
/linux-master/drivers/watchdog/
H A Dlenovo_se10_wdt.c245 .matches = {
253 .matches = {
261 .matches = {
269 .matches = {
277 .matches = {
/linux-master/lib/zstd/compress/
H A Dzstd_opt.c321 price += BITCOST_MULTIPLIER / 5; /* heuristic : make matches a bit more costly to favor less sequences -> faster decompression speed */
557 ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */
647 matches[mnum].off = STORE_REPCODE(repCode - ll0 + 1); /* expect value between 1 and 3 */
648 matches[mnum].len = (U32)repLen;
676 matches[0].off = STORE_OFFSET(curr - matchIndex3);
677 matches[0].len = (U32)mlen;
715 matches[mnum].off = STORE_OFFSET(curr - matchIndex);
716 matches[mnum].len = (U32)matchLength;
762 matches[mnu
556 ZSTD_insertBtAndGetAllMatches( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, const U32 rep[ZSTD_REP_NUM], U32 const ll0, const U32 lengthToBeat, U32 const mls ) argument
795 ZSTD_btGetAllMatches_internal( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* ip, const BYTE* const iHighLimit, const U32 rep[ZSTD_REP_NUM], U32 const ll0, U32 const lengthToBeat, const ZSTD_dictMode_e dictMode, const U32 mls) argument
959 ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches, const ZSTD_optLdm_t* optLdm, U32 currPosInBlock) argument
987 ZSTD_optLdm_processMatchCandidate(ZSTD_optLdm_t* optLdm, ZSTD_match_t* matches, U32* nbMatches, U32 currPosInBlock, U32 remainingBytes) argument
1061 ZSTD_match_t* const matches = optStatePtr->matchTable; local
[all...]
/linux-master/drivers/platform/x86/
H A Deeepc-wmi.c123 model = (char *)dmi->matches[1].substr;
134 .matches = {
143 .matches = {
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c91 unsigned long matches = 0; local
100 matches++;
103 return matches;
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c1034 for (; caps->matches; caps++) {
2373 .matches = has_always,
2378 .matches = has_always,
2384 .matches = has_useable_gicv3_cpuif,
2391 .matches = has_cpuid_feature,
2398 .matches = has_cpuid_feature,
2406 .matches = has_cpuid_feature,
2416 .matches = has_cpuid_feature,
2425 .matches = has_cpuid_feature,
2433 .matches
[all...]
/linux-master/net/sched/
H A Dematch.c165 return &tree->matches[index];
337 tree->matches = kzalloc(matches_len, GFP_KERNEL);
338 if (tree->matches == NULL)
371 /* Check if the number of matches provided by userspace actually
372 * complies with the array of matches. The number was used for
404 if (tree->matches == NULL)
420 kfree(tree->matches);
421 tree->matches = NULL;
/linux-master/drivers/ata/
H A Data_piix.c837 .matches = {
844 .matches = {
851 .matches = {
857 .matches = {
864 .matches = {
871 .matches = {
878 .matches = {
885 .matches = {
892 .matches = {
899 .matches
[all...]
/linux-master/drivers/platform/x86/intel/
H A Dvbtn.c213 * list is used here. This list mainly matches on the chassis-type of 2-in-1s.
222 .matches = {
227 .matches = {
232 .matches = {
238 .matches = {
244 .matches = {
250 .matches = {
H A Dhid.c100 .matches = {
107 .matches = {
114 .matches = {
121 .matches = {
128 .matches = {
144 .matches = {
150 .matches = {
156 .matches = {
170 .matches = {
175 .matches
[all...]
/linux-master/include/linux/
H A Dof_irq.h41 extern void of_irq_init(const struct of_device_id *matches);
59 static inline void of_irq_init(const struct of_device_id *matches) argument
/linux-master/drivers/hwmon/
H A Dlenovo-ec-sensors.c418 .matches = {
426 .matches = {
434 .matches = {
442 .matches = {
450 .matches = {
458 .matches = {
466 .matches = {
474 .matches = {
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c108 .matches = {
114 .matches = {
120 .matches = {
126 .matches = {
132 .matches = {
138 .matches = {
145 .matches = {
158 .matches = {
167 .matches = {
176 .matches
[all...]
/linux-master/drivers/irqchip/
H A Dirq-atmel-aic-common.c190 static void __init aic_common_irq_fixup(const struct of_device_id *matches) argument
198 match = of_match_node(matches, root);
211 const struct of_device_id *matches)
261 aic_common_irq_fixup(matches);
208 aic_common_of_init(struct device_node *node, const struct irq_domain_ops *ops, const char *name, int nirqs, const struct of_device_id *matches) argument
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-bxt-match.c19 .matches = {
/linux-master/arch/mips/generic/
H A Dboard-ranchu.c88 .matches = ranchu_of_match,
/linux-master/drivers/power/supply/
H A Daxp288_fuel_gauge.c532 .matches = {
543 .matches = {
554 .matches = {
563 .matches = {
572 .matches = {
578 .matches = {
586 .matches = {
598 .matches = {
606 .matches = {
618 .matches
[all...]
/linux-master/drivers/of/
H A Dplatform.c327 * @matches: match table for bus nodes
336 const struct of_device_id *matches,
382 if (!dev || !of_match_node(matches, bus))
387 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict);
400 * @matches: match table for bus nodes
404 * unless the specified root itself matches the bus list and is not NULL.
407 const struct of_device_id *matches,
421 if (of_match_node(matches, root)) {
422 rc = of_platform_bus_create(root, matches, NULL, parent, false);
424 if (!of_match_node(matches, chil
335 of_platform_bus_create(struct device_node *bus, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent, bool strict) argument
406 of_platform_bus_probe(struct device_node *root, const struct of_device_id *matches, struct device *parent) argument
457 of_platform_populate(struct device_node *root, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent) argument
[all...]
/linux-master/sound/soc/amd/renoir/
H A Drn-pci-acp3x.c169 .matches = {
176 .matches = {
183 .matches = {
190 .matches = {
197 .matches = {
/linux-master/drivers/firmware/efi/
H A Dsysfb_efi.c245 .matches = {
253 .matches = {
261 .matches = {
269 .matches = {
277 .matches = {
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_ov9650.c181 .matches = {
188 .matches = {
195 .matches = {
202 .matches = {
209 .matches = {
217 .matches = {
224 .matches = {
231 .matches = {
238 .matches = {
/linux-master/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.c334 .matches = {
342 .matches = {
350 .matches = {
358 .matches = {
366 .matches = {
374 .matches = {

Completed in 279 milliseconds

1234567891011>>