Searched refs:matches (Results 126 - 150 of 321) sorted by relevance

1234567891011>>

/linux-master/drivers/input/keyboard/
H A Datkbd.c1806 .matches = {
1814 .matches = {
1822 .matches = {
1830 .matches = {
1838 .matches = {
1846 .matches = {
1854 .matches = {
1863 .matches = {
1872 .matches = {
1881 .matches
[all...]
/linux-master/drivers/mtd/
H A Dmtdpart.c557 const struct of_device_id *matches; local
559 matches = p->of_match_table;
560 if (!matches)
563 for (; matches->compatible[0]; matches++) {
564 if (!strcmp(matches->compatible, compat) &&
/linux-master/drivers/acpi/
H A Dbutton.c73 .matches = {
82 .matches = {
94 .matches = {
105 .matches = {
116 .matches = {
127 .matches = {
H A Dpci_irq.c46 .matches = {
58 .matches = {
70 .matches = {
H A Dac.c189 .matches = {
196 .matches = {
/linux-master/drivers/gpio/
H A Dgpiolib-acpi.c872 * and returns it. @index matches GpioIo/GpioInt resources only so if there
1068 /* Ignore -EPROBE_DEFER, it only matters if idx matches */
1525 .matches = {
1540 .matches = {
1554 .matches = {
1575 .matches = {
1589 .matches = {
1604 .matches = {
1619 .matches = {
1633 .matches
[all...]
/linux-master/drivers/firmware/google/
H A Dmemconsole-x86-legacy.c124 .matches = {
/linux-master/net/can/
H A Dproc.c137 /* matches overflow - very improbable */
138 if (pkg_stats->matches > (ULONG_MAX / 100))
143 pkg_stats->total_rx_match_ratio = (pkg_stats->matches * 100) /
194 r->func, r->data, r->matches, r->ident);
205 seq_puts(m, " device can_id can_mask function userdata matches ident\n");
207 seq_puts(m, " device can_id can_mask function userdata matches ident\n");
219 seq_printf(m, " %8ld matched frames (RXMF)\n", pkg_stats->matches);
/linux-master/tools/memory-model/scripts/
H A Dcmplitmushist.sh104 echo Exact output matches: $perfect 1>&2
/linux-master/arch/mips/generic/
H A Dboard-ingenic.c158 .matches = ingenic_of_match,
/linux-master/drivers/platform/x86/
H A Dpmc_atom.c388 .matches = {
402 .matches = {
410 .matches = {
418 .matches = {
H A Dmeegopad_anx7428.c72 .matches = {
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h118 /* Get the keysets that matches the rule key type/mask */
120 struct vcap_keyset_list *matches);
H A Dvcap_api_kunit.c1186 struct vcap_keyset_list matches = {}; local
1217 matches.keysets = keysets;
1218 matches.max = ARRAY_SIZE(keysets);
1224 ret = vcap_rule_find_keysets(&ri.data, &matches);
1227 KUNIT_EXPECT_EQ(test, 1, matches.cnt);
1228 KUNIT_EXPECT_EQ(test, VCAP_KFS_MAC_ETYPE, matches.keysets[0]);
1233 struct vcap_keyset_list matches = {}; local
1264 matches.keysets = keysets;
1265 matches.max = ARRAY_SIZE(keysets);
1271 ret = vcap_rule_find_keysets(&ri.data, &matches);
1280 struct vcap_keyset_list matches = {}; local
[all...]
H A Dvcap_api.c217 /* Verify that the type id in the stream matches the type id of the keyset */
307 /* Find the subword width of the key typegroup that matches the stream data */
1360 /* Find the subword width of the action typegroup that matches the stream data
1483 struct vcap_keyset_list matches; local
1493 matches.keysets = keysets;
1494 matches.cnt = 0;
1495 matches.max = ARRAY_SIZE(keysets);
1497 false, 0, &matches);
1503 keyset = matches.keysets[0];
1839 /* Return the keyfield that matches
1867 _vcap_rule_find_keysets(struct vcap_rule_internal *ri, struct vcap_keyset_list *matches) argument
1908 vcap_rule_find_keysets(struct vcap_rule *rule, struct vcap_keyset_list *matches) argument
1945 vcap_rule_find_actionsets(struct vcap_rule_internal *ri, struct vcap_actionset_list *matches) argument
1990 struct vcap_keyset_list matches = {}; local
2037 struct vcap_actionset_list matches = {}; local
3320 vcap_rule_get_untyped_keyset(struct vcap_rule_internal *ri, struct vcap_keyset_list *matches) argument
3340 vcap_rule_get_keysets(struct vcap_rule_internal *ri, struct vcap_keyset_list *matches) argument
[all...]
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.c194 .matches = {
200 .matches = {
310 .matches = {
326 .matches = {
/linux-master/include/linux/
H A Dof.h277 const struct of_device_id *matches,
367 const struct of_device_id *matches, const struct device_node *node);
509 const struct of_device_id *matches,
933 const struct of_device_id *matches)
935 return of_find_matching_node_and_match(from, matches, NULL);
1455 #define for_each_matching_node(dn, matches) \
1456 for (dn = of_find_matching_node(NULL, matches); dn; \
1457 dn = of_find_matching_node(dn, matches))
1458 #define for_each_matching_node_and_match(dn, matches, match) \
1459 for (dn = of_find_matching_node_and_match(NULL, matches, matc
507 of_find_matching_node_and_match( struct device_node *from, const struct of_device_id *matches, const struct of_device_id **match) argument
931 of_find_matching_node( struct device_node *from, const struct of_device_id *matches) argument
[all...]
/linux-master/drivers/iio/adc/
H A Daxp288_adc.c196 .matches = {
204 .matches = {
/linux-master/drivers/mfd/
H A Dtqmx86.c276 .matches = {
284 .matches = {
/linux-master/drivers/regulator/
H A Dtps65910-regulator.c1004 struct of_regulator_match *matches; local
1023 matches = tps65910_matches;
1027 matches = tps65911_matches;
1035 ret = of_regulator_match(&pdev->dev, regulators, matches, count);
1043 *tps65910_reg_matches = matches;
1046 if (!matches[idx].of_node)
1050 matches[idx].init_data;
1052 ret = of_property_read_u32(matches[idx].of_node,
/linux-master/drivers/input/misc/
H A Dideapad_slidebar.c282 .matches = {
291 .matches = {
/linux-master/Documentation/sphinx/
H A Dcdomain.py114 matches = sorted(chain(*match_iterators), key=lambda m: m.start())
115 for m in matches:
/linux-master/arch/x86/pci/
H A Dfixup.c254 * Check if the DID of pdev matches one of the six root ports. This
366 .matches = {
423 .matches = {
430 .matches = {
437 .matches = {
925 .matches = {
931 .matches = {
937 .matches = {
943 .matches = {
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_gmin_platform.c307 .matches = {
314 .matches = {
321 .matches = {
329 .matches = {
336 .matches = {
344 .matches = {
351 .matches = {
742 .matches = {
/linux-master/drivers/input/mouse/
H A Delantech.c793 * When we encounter packet that matches this exactly, it means the
1139 .matches = {
1146 .matches = {
1153 .matches = {
1505 .matches = {
1512 .matches = {
1519 .matches = {
1526 .matches = {
1533 .matches = {
1540 .matches
[all...]

Completed in 285 milliseconds

1234567891011>>