Searched refs:match (Results 701 - 725 of 1163) sorted by relevance

<<21222324252627282930>>

/linux-master/include/scsi/
H A Dlibfcoe.h300 * @match: handler to allow the transport driver to match up a given netdev
313 bool (*match) (struct net_device *device); member in struct:fcoe_transport
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.c597 * importer versions match. All we can do from the
1056 struct component_match *match = NULL; local
1069 ret = add_components_mdp(master_dev, &match);
1074 ret = add_gpu_components(master_dev, &match);
1085 ret = component_master_add_with_match(master_dev, &msm_drm_ops, match);
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c676 const struct of_device_id *match; local
678 match = of_match_node(exynos_wkup_irq_ids, np);
679 if (match) {
680 irq_chip = match->data;
/linux-master/kernel/dma/
H A Dmapping.c46 struct dma_devres *this = res, *match = match_data; local
48 if (this->vaddr == match->vaddr) {
49 WARN_ON(this->size != match->size ||
50 this->dma_handle != match->dma_handle);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1275 struct mlx5_cqe64 *cqe, bool match)
1282 if (match)
1299 struct mlx5_cqe64 *cqe, bool match)
1306 if (match)
1319 static void mlx5e_shampo_update_hdr(struct mlx5e_rq *rq, struct mlx5_cqe64 *cqe, bool match) argument
1336 mlx5e_shampo_update_ipv4_tcp_hdr(rq, ipv4, cqe, match);
1346 mlx5e_shampo_update_ipv6_tcp_hdr(rq, ipv6, cqe, match);
2260 mlx5e_shampo_flush_skb(struct mlx5e_rq *rq, struct mlx5_cqe64 *cqe, bool match) argument
2269 mlx5e_shampo_update_hdr(rq, cqe, match);
2310 bool match local
1274 mlx5e_shampo_update_ipv4_tcp_hdr(struct mlx5e_rq *rq, struct iphdr *ipv4, struct mlx5_cqe64 *cqe, bool match) argument
1298 mlx5e_shampo_update_ipv6_tcp_hdr(struct mlx5e_rq *rq, struct ipv6hdr *ipv6, struct mlx5_cqe64 *cqe, bool match) argument
[all...]
/linux-master/drivers/peci/
H A Dcore.c206 .match = peci_bus_device_match,
/linux-master/drivers/soundwire/
H A Dbus_type.c18 * The match is done by comparing the mfg_id and part_id from the
77 .match = sdw_bus_match,
/linux-master/sound/core/
H A Dinit.c52 int match = 1; local
62 match = 0; /* negative match */
76 return !match;
81 return match;
/linux-master/sound/soc/sof/
H A Dsof-pci-dev.c18 #include <sound/soc-acpi-intel-match.h>
/linux-master/sound/soc/sof/intel/
H A Dpci-tng.c14 #include <sound/soc-acpi-intel-match.h>
H A Dpci-tgl.c14 #include <sound/soc-acpi-intel-match.h>
/linux-master/drivers/pnp/
H A Ddriver.c261 .match = pnp_bus_match,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c808 struct component_match *match = NULL; local
844 component_match_add(dev, &match, compare_dev, &ovl_adaptor->dev);
905 dev_info(dev, "Adding component match for %pOF\n",
907 drm_of_component_match_add(dev, &match, component_compare_of,
928 ret = component_master_add_with_match(dev, &mtk_drm_ops, match);
/linux-master/drivers/pci/controller/
H A Dpci-aardvark.c272 phys_addr_t match; member in struct:advk_pcie::__anon115
455 phys_addr_t match, phys_addr_t remap,
459 lower_32_bits(match), OB_WIN_MATCH_LS(win_num));
460 advk_writel(pcie, upper_32_bits(match), OB_WIN_MATCH_MS(win_num));
643 pcie->wins[i].match, pcie->wins[i].remap,
1798 * The n-th PCIe window is configured by tuple (match, remap, mask)
1800 * match with given mask.
1821 pcie->wins[pcie->wins_count].match = pci_pio_to_address(start);
1824 pcie->wins[pcie->wins_count].match = start;
454 advk_pcie_set_ob_win(struct advk_pcie *pcie, u8 win_num, phys_addr_t match, phys_addr_t remap, phys_addr_t mask, u32 actions) argument
/linux-master/drivers/media/i2c/
H A Dov9650.c583 /* Update exposure time range to match current frame format. */
1207 *match = NULL; local
1216 match = fsize;
1220 if (!match)
1221 match = &ov965x_framesizes[0];
1222 mf->width = match->width;
1223 mf->height = match->height;
1225 *size = match;
1331 * Banding filter (REG_MBD value) needs to match selected
1540 /* Update exposure time min/max to match fram
[all...]
H A Dov2659.c1058 const struct ov2659_framesize *match = NULL; local
1067 match = fsize;
1072 if (!match)
1073 match = &ov2659_framesizes[2];
1075 mf->width = match->width;
1076 mf->height = match->height;
1079 *size = match;
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c45 * to match the source port (16 bits) of a packet, we can divide those 16 bits
50 * first and second groups match, but the third doesn't. We conclude that the
51 * packet doesn't match the given entry.
57 * netmasks for the given field specifier, and a group match is indicated as a
69 * To match, we perform table lookups using the values of grouped packet bits,
85 * Example: match on destination IP address, with t = 4: 32 bits, 8 groups
360 * Return: -1 on no match, bit position on 'match_only', 0 otherwise.
408 * Return: true on match, false otherwise.
425 m = rcu_dereference(priv->match);
517 * Return: pointer to &struct nft_pipapo_elem on match, erro
[all...]
/linux-master/tools/perf/util/
H A Ddisasm.c960 regmatch_t match[2]; local
963 if (regexec(&file_lineno, parsed_line, 2, match, 0) == 0) {
964 *line_nr = atoi(parsed_line + match[1].rm_so);
1775 const char *match; local
1782 match = strstr(line, symfs_filename);
1783 if (match && match[strlen(symfs_filename)] == ':')
/linux-master/drivers/ata/
H A Dahci.c433 /* JMicron 360/1/3/5/6, match class to avoid IDE function */
1207 * So try to match on DMI_BOARD_VENDOR of "MICRO-STAR INTER".
1212 * match on DMI_BOARD_NAME of "MS-7376".
1228 * match on DMI_BOARD_VENDOR of "MICRO-STAR INTER" again.
1252 const struct dmi_system_id *match; local
1256 match = dmi_first_match(sysids);
1258 !match)
1261 if (!match->driver_data)
1267 if (strcmp(buf, match->driver_data) >= 0)
1272 match
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h126 U32 off; /* Offset sumtype code for the match, using ZSTD_storeSeq() format */
127 U32 len; /* Raw length of match */
132 U32 litLength; /* Length of literals prior to match */
133 U32 matchLength; /* Raw length of match */
266 U32 minMatchLength; /* Minimum match length */
599 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offCode%7u",
630 /* match offset */
633 /* match Length */
763 * can count match length with `ip` & `match` i
767 ZSTD_count_2segments(const BYTE* ip, const BYTE* match, const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart) argument
[all...]
/linux-master/net/sctp/
H A Dassociola.c506 /* Update any entries that match the peer to be deleted. */
889 /* Compare two addresses to see if they match. Wildcard addresses
890 * only match themselves.
926 struct sctp_transport *match; local
931 match = NULL;
954 match = active;
968 match = transport;
974 return match;
/linux-master/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1182 * let's make sure i2c-hwclock doesn't match about "imic"
1377 int i, match; local
1387 for (i = 0, match = 1; match && i < len; i ++)
1389 match = 0;
1390 *args->u[0].p = match;
/linux-master/drivers/tee/
H A Dtee_core.c1090 int (*match)(struct tee_ioctl_version_data *, const void *); member in struct:match_dev_data
1099 return match_data->match(match_data->vers, match_data->data);
1104 int (*match)(struct tee_ioctl_version_data *,
1112 struct match_dev_data match_data = { vers ? vers : &v, data, match };
1231 .match = tee_client_device_match,
/linux-master/kernel/kcsan/
H A Dkcsan_test.c195 /* The exact offset won't match, remove it. */
251 /* Finally match expected output to what we actually observed. */
748 /* NULL will match any address. */
1281 bool match = false; local
1285 match = IS_ENABLED(CONFIG_KCSAN_PERMISSIVE)
1288 } while (!end_test_checks(match));
1290 KUNIT_EXPECT_FALSE(test, match);
1292 KUNIT_EXPECT_TRUE(test, match);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1361 * so that they only match against untagged traffic. If we no longer have any
1363 * so that they match against both tagged and untagged traffic. In this way,
2741 /* set invalid match method for later detection */
3151 * This function should be used to remove all VLAN filters which match the
8578 struct flow_dissector *dissector = rule->match.dissector;
8598 struct flow_match_enc_keyid match; local
8600 flow_rule_match_enc_keyid(rule, &match);
8601 if (match.mask->keyid != 0)
8604 filter->tenant_id = be32_to_cpu(match.key->keyid);
8608 struct flow_match_basic match; local
8623 struct flow_match_eth_addrs match; local
8652 struct flow_match_vlan match; local
8670 struct flow_match_control match; local
8681 struct flow_match_ipv4_addrs match; local
8713 struct flow_match_ipv6_addrs match; local
8737 struct flow_match_ports match; local
[all...]

Completed in 542 milliseconds

<<21222324252627282930>>