Searched refs:matches (Results 226 - 250 of 321) sorted by relevance

1234567891011>>

/linux-master/drivers/watchdog/
H A Dw83627hf_wdt.c463 .matches = {
/linux-master/drivers/platform/x86/
H A Dbarco-p50-gpio.c394 .matches = {
H A Dsilicom-platform.c947 .matches = {
956 .matches = {
965 .matches = {
H A Dfujitsu-laptop.c601 .matches = {
610 .matches = {
619 .matches = {
H A Dideapad-laptop.c901 .matches = {
908 .matches = {
1676 .matches = {
1682 .matches = {
1701 * hardware rfkill switch. This default also actually matches most hardware,
1718 .matches = {
H A Dhdaps.c491 .matches = { \
/linux-master/arch/x86/power/
H A Dcpu.c435 .matches = {
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-cherryview.c1439 .matches = {
1446 .matches = {
1453 .matches = {
1460 .matches = {
/linux-master/drivers/i2c/busses/
H A Di2c-nforce2.c110 .matches = {
H A Di2c-piix4.c126 .matches = {
133 .matches = {
146 .matches = { DMI_MATCH(DMI_SYS_VENDOR, "IBM"), },
/linux-master/scripts/mod/
H A Ddevicetable-offsets.c160 DEVID_FIELD(dmi_system_id, matches);
/linux-master/drivers/bluetooth/
H A Dhci_bcm.c905 .matches = {
913 .matches = {
921 .matches = {
932 .matches = {
/linux-master/lib/zlib_deflate/
H A Ddeftree.c285 s->last_lit = s->matches = 0;
927 s->matches++;
952 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/linux-master/lib/
H A Ddynamic_debug.c268 pr_info("no matches for query\n");
596 v2pr_info("processed %d queries, with %d matches, %d errs\n",
611 int matches = 0; local
624 matches += ct;
626 v2pr_info("bit_%d: %d matches on class: %s -> 0x%lx\n", bi,
629 return matches;
703 vpr_info("total matches: %d\n", totct);
775 vpr_info("%s: total matches: %d\n", KP_NAME(kp), totct);
/linux-master/sound/soc/codecs/
H A Drt298.c1156 .matches = {
1163 .matches = {
1170 .matches = {
/linux-master/net/smc/
H A Daf_smc.c1474 /* check if received accept type and version matches a proposed one */
2101 int matches)
2105 for (i = 0; i < matches; i++)
2116 unsigned int *matches)
2123 if (smc_is_already_selected(smcd, ini, *matches))
2127 ini->ism_peer_gid[*matches].gid = proposed_gid->gid;
2129 ini->ism_peer_gid[*matches].gid_ext =
2132 ini->ism_dev[*matches] = smcd;
2133 (*matches)++;
2152 unsigned int matches local
2099 smc_is_already_selected(struct smcd_dev *smcd, struct smc_init_info *ini, int matches) argument
2113 smc_check_ism_v2_match(struct smc_init_info *ini, u16 proposed_chid, struct smcd_gid *proposed_gid, unsigned int *matches) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c101 * If we have a cached buffer, and the block number matches, use that.
756 int *stat) /* out: 1 for matches, 0 for not */
1104 int matches; local
1107 error = xfs_rtcheck_range(&args, start, len, 1, &end, &matches);
1112 *is_free = matches;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c62 bool (*matches)(struct mlxsw_sp_span_trigger_entry *trigger_entry, member in struct:mlxsw_sp_span_trigger_ops
1291 .matches = mlxsw_sp_span_trigger_port_matches,
1340 .matches = mlxsw_sp1_span_trigger_global_matches,
1463 .matches = mlxsw_sp2_span_trigger_global_matches,
1552 if (trigger_entry->ops->matches(trigger_entry, trigger,
/linux-master/tools/perf/util/
H A Dcallchain.c913 /* If at least first entry matches, rely to children */
947 u64 matches; local
972 /* matches not, relay no the parent */
978 matches = cursor->pos - start;
981 if (matches < root->val_nr) {
982 if (split_add_child(root, cursor, cnode, start, matches,
990 if (matches == root->val_nr && cursor->pos == cursor->nr) {
/linux-master/drivers/media/usb/gspca/
H A Dsn9c20x.c123 .matches = {
131 .matches = {
138 .matches = {
145 .matches = {
152 .matches = {
159 .matches = {
/linux-master/kernel/dma/
H A Ddebug.c299 int matches = 0, match_lvl, last_lvl = -1; local
315 matches += 1;
336 * If we have multiple matches but no perfect-fit, just return
339 ret = (matches == 1) ? ret : NULL;
/linux-master/drivers/input/touchscreen/
H A Dgoodix.c128 .matches = {
136 .matches = {
152 .matches = {
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c585 .matches = {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-syscfg-configfs.c256 CONFIGFS_ATTR_RO(cscfg_feat_, matches);
/linux-master/drivers/media/cec/i2c/
H A Dch7322.c388 .matches = {

Completed in 419 milliseconds

1234567891011>>