/kernel/linux/linux-6.6/drivers/staging/vme_user/ |
H A D | vme_user.c | 724 .match = vme_user_match,
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | domain.c | 312 .match = tb_service_match, 745 /* The returned HMAC must match the one we calculated */ in tb_domain_challenge_switch_key()
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | main.c | 73 .match = bcma_bus_match,
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | sunxi-rsb.c | 182 .match = sunxi_rsb_device_match,
|
/kernel/linux/linux-6.6/include/video/ |
H A D | omapfb_dss.h | 644 /* used to match device to driver */ 760 int (*match)(struct omap_dss_device *dssdev, void *data));
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio.h | 225 int (*match)(struct hdac_device *dev, struct hdac_driver *drv); member
|
/kernel/linux/linux-6.6/drivers/media/pci/intel/ivsc/ |
H A D | mei_csi.c | 579 pad = media_entity_get_fwnode_pad(&subdev->entity, asd->match.fwnode, in mei_csi_notify_bound()
|
/kernel/linux/linux-6.6/drivers/media/platform/microchip/ |
H A D | microchip-csi2dc.c | 488 pad = media_entity_get_fwnode_pad(&subdev->entity, asd->match.fwnode, in csi2dc_async_bound()
|
/kernel/linux/linux-6.6/drivers/hsi/ |
H A D | hsi_core.c | 54 .match = hsi_bus_match,
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-mips-gic.c | 674 .match = gic_ipi_domain_match,
|
/kernel/linux/linux-6.6/drivers/input/gameport/ |
H A D | gameport.c | 820 .match = gameport_bus_match,
|
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit.py | 124 return [l for l in output if re.match(r'^[^\s.]+\.[^\s.]+$', l)] 332 'The architecture specified here must match the '
|
/kernel/linux/linux-6.6/sound/isa/ |
H A D | cmi8330.c | 654 .match = snd_cmi8330_isa_match,
|
/kernel/linux/linux-6.6/sound/isa/cs423x/ |
H A D | cs4236.c | 478 .match = snd_cs423x_isa_match,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mac53c94.c | 407 static int mac53c94_probe(struct macio_dev *mdev, const struct of_device_id *match) in mac53c94_probe() argument
|
H A D | g_NCR5380.c | 125 * (I/O, C/D, and MSG) match those in the TCR. in g_NCR5380_trigger_irq() 731 .match = generic_NCR5380_isa_match,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | flow_offload.c | 52 const struct flow_match *__m = &(__rule)->match; \
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device_lite.py | 258 if re.match(pattern, item.get("ip")):
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 2963 /* User input error for channel width doesn't match channel */ in nl80211_parse_chandef() 3255 /* reject antenna configurations which don't match the in nl80211_set_wiphy() 11849 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan; in nl80211_send_wowlan_nd() local 11899 match = nla_nest_start_noflag(msg, i); in nl80211_send_wowlan_nd() 11900 if (!match) in nl80211_send_wowlan_nd() 11907 nla_nest_end(msg, match); in nl80211_send_wowlan_nd() 13287 struct cfg80211_nan_match_params *match, gfp_t gfp) in cfg80211_nan_match() 13295 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match in cfg80211_nan_match() 13286 cfg80211_nan_match(struct wireless_dev *wdev, struct cfg80211_nan_match_params *match, gfp_t gfp) cfg80211_nan_match() argument 17387 struct cfg80211_wowlan_nd_match *match = nd->matches[i]; cfg80211_net_detect_results() local [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 3299 /* User input error for channel width doesn't match channel */ in nl80211_parse_chandef() 3620 /* reject antenna configurations which don't match the in nl80211_set_wiphy() 13254 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan; in nl80211_send_wowlan_nd() local 13304 match = nla_nest_start_noflag(msg, i); in nl80211_send_wowlan_nd() 13305 if (!match) in nl80211_send_wowlan_nd() 13312 nla_nest_end(msg, match); in nl80211_send_wowlan_nd() 14694 struct cfg80211_nan_match_params *match, gfp_t gfp) in cfg80211_nan_match() 14702 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match in cfg80211_nan_match() 14693 cfg80211_nan_match(struct wireless_dev *wdev, struct cfg80211_nan_match_params *match, gfp_t gfp) cfg80211_nan_match() argument 19735 struct cfg80211_wowlan_nd_match *match = nd->matches[i]; cfg80211_net_detect_results() local [all...] |
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 790 std::smatch match; in HandleDataBaseMap() local 802 if (!std::regex_match(key, match, matchBundlenamePattern)) { in HandleDataBaseMap() 805 std::string matchKey = match[MIDDLE_KEY].str(); in HandleDataBaseMap()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 927 FILLP_BOOL match; in FillpCheckandcopyConfirmAckAddr() local 932 match = UtilsAddrMatch((FILLP_CONST struct sockaddr_in *)&matchAddr, in FillpCheckandcopyConfirmAckAddr() 934 if (match == FILLP_TRUE) { in FillpCheckandcopyConfirmAckAddr()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | fore200e.c | 823 if the incarnation number of the tx entry does not match the one in fore200e_tx_irq() 2528 const struct of_device_id *match; in fore200e_sba_probe() local 2533 match = of_match_device(fore200e_sba_match, &op->dev); in fore200e_sba_probe() 2534 if (!match) in fore200e_sba_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.c | 201 u16 match = 0; in rvu_get_lf() local 207 if (slot == match) { in rvu_get_lf() 211 match++; in rvu_get_lf()
|
/kernel/linux/linux-5.10/drivers/soc/tegra/ |
H A D | pmc.c | 3537 const struct of_device_id *match; in tegra_pmc_early_init() local 3545 np = of_find_matching_node_and_match(NULL, tegra_pmc_match, &match); in tegra_pmc_early_init() 3592 pmc->soc = match->data; in tegra_pmc_early_init()
|