Searched refs:match (Results 551 - 575 of 1163) sorted by relevance

<<21222324252627282930>>

/linux-master/arch/sparc/mm/
H A Dtsb.c39 unsigned long match = idx << 13; local
41 match |= (ent->tag << 22);
42 if (match >= start && match < end)
H A Dinit_64.c819 * by version mis-match tests in mmu_context.h).
917 unsigned long match; member in struct:node_mem_mask
927 u64 match; member in struct:mdesc_mlgroup
971 if ((start & p->mask) == p->match) {
980 WARN_ONCE(1, "addr[%Lx] doesn't match a NUMA node rule. Some memory will be owned by node 0.",
1019 if ((pa_start & m->mask) == m->match) {
1020 m_match = m->match;
1036 if ((pa_start & m->mask) == m->match) {
1037 m_match = m->match;
1053 * Each latency group has match an
[all...]
/linux-master/drivers/macintosh/
H A Dwindfarm_pm121.c869 const char *match,
872 if (controls[id] == NULL && !strcmp(ct->name, match)) {
899 const char *match,
902 if (*var == NULL && !strcmp(sensor->name, match)) {
868 pm121_register_control(struct wf_control *ct, const char *match, unsigned int id) argument
898 pm121_register_sensor(struct wf_sensor *sensor, const char *match, struct wf_sensor **var) argument
/linux-master/drivers/staging/vme_user/
H A Dvme.h116 * @match: Callback used to determine whether probe should be run.
124 int (*match)(struct vme_dev *); member in struct:vme_driver
/linux-master/drivers/tty/serial/
H A Dowl-uart.c646 const struct of_device_id *match; local
654 match = of_match_node(owl_uart_dt_matches, pdev->dev.of_node);
655 if (match)
656 info = match->data;
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c529 bool match = false; local
541 match = true;
548 res = !match;
551 res = match;
/linux-master/drivers/bluetooth/
H A Dath3k.c394 BT_ERR("Patch file version did not match with firmware");
467 /* match device ID in ath3k blacklist table */
469 const struct usb_device_id *match; local
471 match = usb_match_id(intf, ath3k_blist_tbl);
472 if (match)
473 id = match;
/linux-master/drivers/cpufreq/
H A Dmediatek-cpufreq.c768 const struct of_device_id *match; local
776 match = of_match_node(mtk_cpufreq_machines, np);
778 if (!match) {
782 data = match->data;
790 * device tree based way to match cpufreq driver yet, both the driver
/linux-master/drivers/regulator/
H A Dmax8973-regulator.c631 const struct of_device_id *match; local
633 match = of_match_device(of_match_ptr(of_max8973_match_tbl),
635 if (!match)
637 max->id = (u32)((uintptr_t)match->data);
H A Drtq2208-regulator.c333 struct of_regulator_match *match; local
353 match = rtq2208_ldo_match + i;
354 init_data = match->init_data;
355 rdesc = (struct rtq2208_regulator_desc *)match->driver_data;
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c699 const struct of_device_id *match; local
710 match = of_match_node(rockchip_lvds_dt_ids, dev->of_node);
711 if (!match)
713 lvds->soc_data = match->data;
/linux-master/sound/soc/amd/
H A Dacp-da7219-max98357a.c709 const struct acpi_device_id *match; local
711 match = acpi_match_device(dev->driver->acpi_match_table, dev);
712 if (!match)
714 return (void *)match->driver_data;
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-cml-match.c3 * soc-acpi-intel-cml-match.c - tables and support for CML ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
299 * on link2 since it will fail to match the above entry.
H A Dsoc-acpi-intel-lnl-match.c3 * soc-acpi-intel-lnl-match.c - tables and support for LNL ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
11 #include "soc-acpi-intel-sdw-mockup-match.h"
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c435 #define INCLUDE_MASKED_ENTRY(event_select, mask, match) \
436 KVM_PMU_ENCODE_MASKED_ENTRY(event_select, mask, match, false)
437 #define EXCLUDE_MASKED_ENTRY(event_select, mask, match) \
438 KVM_PMU_ENCODE_MASKED_ENTRY(event_select, mask, match, true)
/linux-master/net/phonet/
H A Dsocket.c63 * Find address based on socket address, match only certain fields.
672 unsigned int res, match = 0; local
678 match++;
683 while (match > 0) {
685 match--;
/linux-master/drivers/i2c/busses/
H A Di2c-ocores.c521 const struct of_device_id *match; local
573 match = of_match_node(ocores_i2c_match, pdev->dev.of_node);
574 if (match && (long)match->data == TYPE_GRLIB) {
/linux-master/drivers/nvmem/
H A Dlayouts.c50 .match = nvmem_layout_bus_match,
/linux-master/include/linux/
H A Dproperty.h112 * device_is_compatible - match 'compatible' property of the device with a given string
114 * @compat: The string to match 'compatible' property with
486 * @FWNODE_GRAPH_ENDPOINT_NEXT: In the case of no exact match, look for the
515 devcon_match_fn_t match);
519 devcon_match_fn_t match)
521 return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match);
526 devcon_match_fn_t match,
517 device_connection_find_match(const struct device *dev, const char *con_id, void *data, devcon_match_fn_t match) argument
/linux-master/arch/x86/include/asm/
H A Dcpu_device_id.h8 * here must match the union in struct cpuinfo_86:
234 * @steppings: Bitmask of steppings to match
299 extern const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match);
/linux-master/net/ipv6/netfilter/
H A Dip6t_srh.c2 /* Kernel module to match Segment Routing Header (SRH) parameters. */
251 pr_info_ratelimited("unknown srh match flags %X\n",
270 pr_info_ratelimited("unknown srh match flags %X\n",
289 .match = srh_mt6,
298 .match = srh1_mt6,
319 MODULE_DESCRIPTION("Xtables: IPv6 Segment Routing Header match");
/linux-master/net/netfilter/
H A Dxt_l2tp.c2 /* Kernel module to match L2TP header parameters. */
32 MODULE_DESCRIPTION("Xtables: L2TP header match");
318 .match = l2tp_mt4,
332 .match = l2tp_mt6,
/linux-master/drivers/thunderbolt/
H A Ddma_port.c109 req->match = dma_port_match;
152 req->match = dma_port_match;
/linux-master/kernel/trace/
H A Dtrace_dynevent.c62 !ops->free || !ops->match)
113 if (!pos->ops->match(system, event,
/linux-master/net/sched/
H A Dematch.c9 * An extended match (ematch) is a small classification tool not worth
58 * .match = my_match,
111 * tcf_em_register - register an extended match
117 * callback match() must be implemented. All other callbacks are optional
127 if (ops->match == NULL)
144 * tcf_em_unregister - unregister and extended match
494 int r = em->ops->match(skb, em, info);

Completed in 702 milliseconds

<<21222324252627282930>>