Searched refs:match (Results 226 - 250 of 1154) sorted by relevance

1234567891011>>

/linux-master/drivers/power/reset/
H A Dqnap-poweroff.c78 const struct of_device_id *match = local
80 cfg = match->data;
/linux-master/fs/lockd/
H A Dsvcsubs.c209 nlm_host_match_fn_t match)
229 if (match(lockhost, host)) {
252 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) argument
254 nlmsvc_traverse_blocks(host, file, match);
255 nlmsvc_traverse_shares(host, file, match);
256 return nlm_traverse_locks(host, file, match);
299 nlm_traverse_files(void *data, nlm_host_match_fn_t match, argument
316 if (nlm_inspect_file(data, file, match))
368 * returns 1 iff the two hosts match. Used to release
208 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) argument
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.c762 /* close range match, overlap */
869 const BYTE* match = oLitEnd - sequence.offset; local
873 RETURN_ERROR_IF(sequenceLength > (size_t)(oend - op), dstSize_tooSmall, "last match must fit within dstBuffer");
887 match = dictEnd - (prefixStart - match);
888 if (match + sequence.matchLength <= dictEnd) {
889 ZSTD_memmove(oLitEnd, match, sequence.matchLength);
893 { size_t const length1 = dictEnd - match;
894 ZSTD_memmove(oLitEnd, match, length1);
897 match
916 const BYTE* match = oLitEnd - sequence.offset; local
963 const BYTE* match = oLitEnd - sequence.offset; local
1055 const BYTE* match = oLitEnd - sequence.offset; local
1655 const BYTE* const match = matchBase + prefetchPos - sequence.offset; /* note : this operation can overflow when seq.offset is really too large, which can only happen when input is corrupted. local
[all...]
/linux-master/drivers/regulator/
H A Dmt6358-regulator.c36 #define MT6358_BUCK(match, vreg, supply, min, max, step, \
43 .of_match = of_match_ptr(match), \
65 #define MT6358_LDO(match, vreg, supply, volt_ranges, enreg, enbit, vosel, vosel_mask) \
70 .of_match = of_match_ptr(match), \
90 #define MT6358_LDO1(match, vreg, supply, min, max, step, \
96 .of_match = of_match_ptr(match), \
115 #define MT6358_REG_FIXED(match, vreg, supply, enreg, enbit, volt) \
120 .of_match = of_match_ptr(match), \
137 #define MT6366_BUCK(match, vreg, min, max, step, \
143 .supply_name = "vsys-" match, \
[all...]
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c3663 struct flow_dissector *dissector = rule->match.dissector;
3687 struct flow_match_enc_keyid match;
3689 flow_rule_match_enc_keyid(rule, &match);
3690 if (match.mask->keyid != 0)
3695 struct flow_match_basic match;
3697 flow_rule_match_basic(rule, &match);
3698 n_proto_key = ntohs(match.key->n_proto);
3699 n_proto_mask = ntohs(match.mask->n_proto);
3713 if (match.key->ip_proto != IPPROTO_TCP) {
3720 struct flow_match_eth_addrs match;
3659 struct flow_match_enc_keyid match; local
3667 struct flow_match_basic match; local
3692 struct flow_match_eth_addrs match; local
3739 struct flow_match_vlan match; local
3756 struct flow_match_control match; local
3763 struct flow_match_ipv4_addrs match; local
3801 struct flow_match_ipv6_addrs match; local
3835 struct flow_match_ports match; local
[all...]
/linux-master/drivers/irqchip/
H A Dirq-atmel-aic-common.c193 const struct of_device_id *match; local
198 match = of_match_node(matches, root);
200 if (match) {
201 void (*fixup)(void) = match->data;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_defs.h66 * match. However, it's a useful convention ...
69 #error T4VF_MBDATA_BASE_ADDR must match CIM_PF_MAILBOX_DATA_A!
/linux-master/drivers/hid/
H A Dhid-generic.c79 .match = hid_generic_match,
/linux-master/net/netfilter/
H A Dxt_policy.c18 MODULE_DESCRIPTION("Xtables: IPsec policy match");
38 #define MATCH_ADDR(x,y,z) (!e->match.x || \
41 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x))
162 .match = policy_mt,
170 .match = policy_mt,
H A Dxt_pkttype.c18 MODULE_DESCRIPTION("Xtables: link layer packet type match");
45 .match = pkttype_mt,
H A Dxt_mark.c3 * xt_mark - Netfilter module to match NFMARK value
55 .match = mark_mt,
H A Dxt_mac.c2 /* Kernel module to match MAC address parameters. */
21 MODULE_DESCRIPTION("Xtables: MAC address match");
45 .match = mac_mt,
H A Dxt_devgroup.c15 MODULE_DESCRIPTION("Xtables: Device group match");
61 .match = devgroup_mt,
H A Dxt_state.c2 /* Kernel module to match connection tracking information. */
16 MODULE_DESCRIPTION("ip[6]_tables connection tracking state match module");
58 .match = state_mt,
/linux-master/net/ipv6/netfilter/
H A Dip6t_eui64.c2 /* Kernel module to match EUI64 address parameters. */
15 MODULE_DESCRIPTION("Xtables: IPv6 EUI64 address match");
53 .match = eui64_mt6,
/linux-master/include/linux/
H A Dattribute_container.h22 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
H A Dauxiliary_bus.h67 * named 'foo_mod.ko' and the subdevice is named 'foo_dev'. The match name is
153 * @id_table: Table of devices this driver should match on the bus.
249 int (*match)(struct device *dev, const void *data));
H A Disa.h14 int (*match)(struct device *, unsigned int); member in struct:isa_driver
52 pr_err("%s: Number of irq (%u) does not match number of base (%u)\n", \
/linux-master/include/linux/platform_data/
H A Ddmtimer-omap.h35 unsigned int match);
/linux-master/scripts/
H A Dver_linux64 if (match($0, vernum)) {
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-kbl-match.c3 * soc-acpi-intel-kbl-match.c - tables and support for KBL ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-cnl-match.c3 * soc-acpi-intel-cnl-match.c - tables and support for CNL ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
12 #include "soc-acpi-intel-sdw-mockup-match.h"
H A Dsoc-acpi-intel-bxt-match.c3 * soc-acpi-intel-bxt-match.c - tables and support for BXT ACPI enumeration.
11 #include <sound/soc-acpi-intel-match.h>
/linux-master/arch/arm/mach-rockchip/
H A Dpm.c306 const struct of_device_id *match; local
311 &match);
312 if (!match) {
316 pm_data = (struct rockchip_pm_data *) match->data;
/linux-master/drivers/phy/samsung/
H A Dphy-samsung-ufs.c231 const struct of_device_id *match; local
239 match = of_match_node(samsung_ufs_phy_match, dev->of_node);
240 if (!match) {
273 drvdata = match->data;

Completed in 247 milliseconds

1234567891011>>