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

1234567891011>>

/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/drivers/mmc/host/
H A Dsdhci-acpi.c483 * of A. This matches the previously hard coded value.
731 .matches = {
743 .matches = {
754 .matches = {
/linux-master/drivers/i2c/busses/
H A Di2c-piix4.c126 .matches = {
133 .matches = {
146 .matches = { DMI_MATCH(DMI_SYS_VENDOR, "IBM"), },
H A Di2c-designware-platdrv.c212 .matches = {
H A Di2c-designware-common.c225 .matches = {
/linux-master/net/smc/
H A Daf_smc.c1467 /* check if received accept type and version matches a proposed one */
2094 int matches)
2098 for (i = 0; i < matches; i++)
2109 unsigned int *matches)
2116 if (smc_is_already_selected(smcd, ini, *matches))
2120 ini->ism_peer_gid[*matches].gid = proposed_gid->gid;
2122 ini->ism_peer_gid[*matches].gid_ext =
2125 ini->ism_dev[*matches] = smcd;
2126 (*matches)++;
2145 unsigned int matches local
2092 smc_is_already_selected(struct smcd_dev *smcd, struct smc_init_info *ini, int matches) argument
2106 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/drivers/platform/x86/
H A Dfujitsu-laptop.c601 .matches = {
610 .matches = {
619 .matches = {
H A Dsilicom-platform.c947 .matches = {
956 .matches = {
965 .matches = {
H A Dideapad-laptop.c864 .matches = {
871 .matches = {
1577 .matches = {
1583 .matches = {
1602 * hardware rfkill switch. This default also actually matches most hardware,
1619 .matches = {
H A Dhdaps.c491 .matches = { \
/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/sound/soc/codecs/
H A Drt298.c1156 .matches = {
1163 .matches = {
1170 .matches = {
/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/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
1289 .matches = mlxsw_sp_span_trigger_port_matches,
1338 .matches = mlxsw_sp1_span_trigger_global_matches,
1461 .matches = mlxsw_sp2_span_trigger_global_matches,
1550 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 = {
/linux-master/sound/soc/intel/boards/
H A Dcml_rt1011_rt5682.c51 .matches = {
H A Dsof_pcm512x.c62 .matches = {
/linux-master/include/linux/
H A Dmod_devicetable.h120 * See the usb_match_id() function for information about how matches are
125 * matches towards the beginning of your table, so that driver_info can
132 /* Used for product specific matches; range is inclusive */
138 /* Used for device class matches */
143 /* Used for interface class matches */
148 /* Used for vendor-specific interface matches */
231 * This macro is used to create a struct acpi_device_id that matches a
590 struct dmi_strmatch matches[4]; member in struct:dmi_system_id
/linux-master/scripts/mod/
H A Dfile2alias.c1009 DEF_FIELD_ADDR(symval, dmi_system_id, matches);
1014 if ((*matches)[j].slot &&
1015 (*matches)[j].slot == dmi_fields[i].field) {
1019 (*matches)[j].substr);

Completed in 366 milliseconds

1234567891011>>