Searched refs:matches (Results 51 - 75 of 315) sorted by relevance

1234567891011>>

/linux-master/security/integrity/platform_certs/
H A Dkeyring_handler.h51 .matches = { \
/linux-master/sound/soc/sof/
H A Dsof-pci-dev.c65 .matches = {
73 .matches = {
82 .matches = {
90 .matches = {
98 .matches = {
106 .matches = {
137 .matches = {
144 .matches = {
151 .matches = {
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-dmi-quirks.c297 .matches = {
305 .matches = {
313 .matches = {
321 .matches = {
340 .matches = {
348 .matches = {
356 .matches = {
364 .matches = {
372 .matches = {
380 .matches
[all...]
/linux-master/include/linux/
H A Dof_device.h13 const struct of_device_id *matches, const struct device *dev);
16 * of_driver_match_device - Tell if a driver's of_match_table matches a device.
67 const struct of_device_id *matches, const struct device *dev)
66 of_match_device( const struct of_device_id *matches, const struct device *dev) argument
/linux-master/sound/soc/intel/boards/
H A Dsof_sdw_rt_amp.c44 .matches = {
51 .matches = {
59 .matches = {
66 .matches = {
74 .matches = {
81 .matches = {
88 .matches = {
95 .matches = {
H A Dsof_sdw.c51 .matches = {
59 .matches = {
68 .matches = {
76 .matches = {
85 .matches = {
95 .matches = {
104 .matches = {
116 .matches = {
126 .matches = {
136 .matches
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dalign.c23 struct bpf_reg_match matches[MAX_MATCHES]; member in struct:bpf_align_test
42 .matches = {
70 .matches = {
99 .matches = {
121 .matches = {
164 .matches = {
197 .matches = {
237 .matches = {
298 .matches = {
396 .matches
[all...]
H A Dctx_rewrite.c288 static int find_field_offset(struct btf *btf, char *pattern, regmatch_t *matches) argument
290 int type_sz = matches[1].rm_eo - matches[1].rm_so;
291 int field_sz = matches[2].rm_eo - matches[2].rm_so;
292 char *type = pattern + matches[1].rm_so;
293 char *field = pattern + matches[2].rm_so;
453 /* Test if `text` matches `pattern`. Pattern consists of the following elements:
491 regmatch_t matches[3]; local
553 if (regexec(field_regex, pattern, 3, matches,
[all...]
/linux-master/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...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c532 .matches = {
540 .matches = {
548 .matches = {
556 .matches = {
564 .matches = {
572 .matches = {
580 .matches = {
588 .matches = {
596 .matches = {
604 .matches
[all...]
H A Dintel_quirks.c99 .matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"),
107 .matches = {DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"),
122 .matches = {DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Google"),
130 .matches = {DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Google"),
/linux-master/drivers/platform/x86/intel/int3472/
H A Dtps68470_board_data.c171 .matches = {
178 .matches = {
185 .matches = {
/linux-master/drivers/platform/x86/
H A Damilo-rfkill.c75 .matches = {
82 .matches = {
89 .matches = {
H A Dlenovo-ymc.c34 .matches = {
41 .matches = {
51 .matches = {
56 .matches = {
H A Dfujitsu-tablet.c332 .matches = {
341 .matches = {
350 .matches = {
359 .matches = {
368 .matches = {
377 .matches = {
386 .matches = {
395 .matches = {
404 .matches = {
413 .matches
[all...]
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-cht-match.c25 .matches = {
61 .matches = {
85 .matches = {
H A Dsoc-intel-quirks.h35 .matches = {
/linux-master/arch/sparc/kernel/
H A Dvio.c23 const struct vio_device_id *matches,
33 while (matches->type[0] || matches->compat[0]) {
35 if (matches->type[0])
36 match &= !strcmp(matches->type, type);
38 if (matches->compat[0]) {
40 of_find_in_proplist(compat, matches->compat, len);
43 return matches;
44 matches++;
61 const struct vio_device_id *matches local
22 vio_match_device( const struct vio_device_id *matches, const struct vio_dev *dev) argument
[all...]
/linux-master/net/can/
H A Daf_can.c347 * A filter matches in general, when
423 * parameter 'data' on a matching receive filter. A filter matches, when
469 rcv->matches = 0;
573 rcv->matches++;
579 int matches = 0; local
591 matches++;
594 return matches;
600 matches++;
607 matches++;
615 matches
646 int matches; local
[all...]
/linux-master/tools/net/ynl/
H A Dynl-regen.sh20 files=$(git grep --files-with-matches '^/\* YNL-GEN \(kernel\|uapi\|user\)')
/linux-master/drivers/hwmon/
H A Ddell-smm-hwmon.c1212 .matches = {
1219 .matches = {
1226 .matches = {
1233 .matches = {
1240 .matches = {
1247 .matches = {
1254 .matches = {
1261 .matches = {
1268 .matches = {
1275 .matches
[all...]
/linux-master/drivers/soc/fsl/
H A Dguts.c108 u32 svr, const struct fsl_soc_die_attr *matches)
110 while (matches->svr) {
111 if (matches->svr == (svr & matches->mask))
112 return matches;
113 matches++;
107 fsl_soc_die_match( u32 svr, const struct fsl_soc_die_attr *matches) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c368 mlxsw_sp_dpipe_table_host_match_action_prepare(struct devlink_dpipe_match *matches, argument
374 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF];
379 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP];
403 struct devlink_dpipe_match *matches,
417 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF];
426 match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP];
622 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; local
628 memset(matches, 0, MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT *
629 sizeof(matches[0]));
634 mlxsw_sp_dpipe_table_host_match_action_prepare(matches,
401 mlxsw_sp_dpipe_table_host_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_value, struct devlink_dpipe_action *action, int type) argument
935 mlxsw_sp_dpipe_table_adj_match_action_prepare(struct devlink_dpipe_match *matches, struct devlink_dpipe_action *actions) argument
968 mlxsw_sp_dpipe_table_adj_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_values, struct devlink_dpipe_action *actions) argument
1151 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT]; local
[all...]
/linux-master/drivers/platform/chrome/
H A Dchromeos_laptop.c550 .matches = {
558 .matches = {
565 .matches = {
573 .matches = {
581 .matches = {
589 .matches = {
597 .matches = {
604 .matches = {
611 .matches = {
618 .matches
[all...]
/linux-master/drivers/base/
H A Dproperty.c644 * Return: true if the node name matches with the name provided in the @name
1296 void **matches,
1305 if (matches && count >= matches_len) {
1319 if (matches)
1320 matches[count] = ret;
1330 void **matches,
1339 if (matches && count >= matches_len)
1349 if (matches)
1350 matches[count] = ret;
1394 * @matches
1293 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
1327 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
1407 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...]

Completed in 388 milliseconds

1234567891011>>