/kernel/linux/linux-6.6/drivers/vfio/pci/hisilicon/ |
H A D | hisi_acc_vfio_pci.c | 367 dev_err(dev, "failed to match ACC_DEV_MAGIC\n"); in vf_qm_check_match() 372 dev_err(dev, "failed to match VF devices\n"); in vf_qm_check_match() 384 dev_err(dev, "failed to match VF qp num\n"); in vf_qm_check_match() 398 dev_err(dev, "failed to match isolation state\n"); in vf_qm_check_match() 452 /* Return if only match data was transferred */ in vf_qm_load_data() 498 /* Update state and return with match data */ in vf_qm_state_save() 1375 .match = vfio_pci_core_match, 1394 .match = vfio_pci_core_match,
|
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | debug.c | 295 match_fn match) in __hash_bucket_find() 301 if (!match(ref, entry)) in __hash_bucket_find() 327 * previous one or it is the 1st match. in __hash_bucket_find() 293 __hash_bucket_find(struct hash_bucket *bucket, struct dma_debug_entry *ref, match_fn match) __hash_bucket_find() argument
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | irqdomain.c | 440 /* We might want to match the legacy controller last since in irq_find_matching_fwspec() 441 * it might potentially be set to match all interrupts in in irq_find_matching_fwspec() 446 * values must generate an exact match for the domain to be in irq_find_matching_fwspec() 453 else if (h->ops->match) in irq_find_matching_fwspec() 454 rc = h->ops->match(h, to_of_node(fwnode), bus_token); in irq_find_matching_fwspec() 1337 * @domain: domain to match 1356 * @domain: Interrupt domain to match 1382 * @domain: Interrupt domain to match 1404 * @domain: Interrupt domain to match 1425 * @domain: Interrupt domain to match [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore_nhmex.c | 197 DEFINE_UNCORE_FORMAT_ATTR(match, match, "config1:0-63"); 362 /* events that do not use the match/mask registers */ in nhmex_bbox_hw_config() 447 /* only TO_R_PROG_EV event uses the match/mask register */ in nhmex_sbox_hw_config() 692 /* for the match/mask registers */ in nhmex_mbox_get_constraint()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 406 u32 match); 409 u32 match);
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-driver.c | 96 * @dev: the PCI device structure to match against. 100 * %NULL if there is no match. 128 * @drv: the PCI driver to match against 129 * @dev: the PCI device structure to match against 134 * structure or %NULL if there is no match. 162 * The match table is split based on driver_override. in pci_match_device() 174 /* driver_override will always match, send a dummy id */ in pci_match_device() 225 /* Only accept driver_data values that match an existing id_table in new_id_store() 236 if (retval) /* No match */ in new_id_store() 1511 * @dev: the PCI device structure to match agains [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svcauth_unix.c | 594 .match = unix_gid_match, 1028 .match = ip_map_match,
|
H A D | rpc_pipe.c | 963 * @match: match struct rpc_pipe_dir_object to data 965 * @data: user defined data for match() and alloc() 971 int (*match)(struct rpc_pipe_dir_object *, void *), in rpc_find_or_alloc_pipe_dir_object() 980 if (!match(pdo, data)) in rpc_find_or_alloc_pipe_dir_object()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | fib_rules.c | 145 if (ops->match == NULL || ops->configure == NULL || in __fib_rules_register() 284 ret = INDIRECT_CALL_MT(ops->match, in fib_rule_match()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 1389 struct v4l2_dbg_match match; member 1397 struct v4l2_dbg_match match; member
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 417 m = re.match('^([A-Z]+)([1-9][0-9]*)$', part) 436 m = re.match(r"^([A-Z]+)([1-9][0-9]*)(?::([A-Z]+)([1-9][0-9]*))?$", part)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 757 if (match(Condition, m_And(m_Value(LHS), m_Value(RHS)))) { in collectChecks() 763 if (match(Condition, in collectChecks() 855 LLVM_DEBUG(dbgs() << "Failed to match the latch terminator!\n"); in parseLoopLatchICmp() 865 LLVM_DEBUG(dbgs() << "Failed to match the latch condition!\n"); in parseLoopLatchICmp()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | intrinsic_table.cc | 159 /// MatchState holds the state used to match an overload. 182 /// Type uses the next TypeMatcher from the matcher indices to match the type 184 /// type `ty` does not match, then nullptr is returned. 188 /// Num uses the next NumMatcher from the matcher indices to match the number 190 /// If the number `num` does not match, then an invalid number is returned. 208 /// A TypeMatcher is the interface used to match an type used as part of an 218 /// @param type the type to match 219 /// @returns the canonicalized type on match, otherwise nullptr 228 /// A NumberMatcher is the interface used to match a number or enumerator used 237 /// @param number the number to match [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 227 // returns an error if the string does not match "^\d(.\d)*$" 742 match, _ := regexp.MatchString(name, builtinName) 743 if match {
|
/third_party/python/Parser/ |
H A D | tokenizer.c | 499 the sequence if yes, 0 if not. The special cases match 2106 "closing parenthesis '%c' does not match " in tok_get() 2112 "closing parenthesis '%c' does not match " in tok_get()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 1626 const uint8_t *match, uint32_t matchLen)
in WlanInterfaceRegisterActionFrameReceiver() 1630 if (ifName == NULL || match == NULL || matchLen == 0) {
in WlanInterfaceRegisterActionFrameReceiver() 1638 ret = g_wifi->registerActionFrameReceiver(ifName, match, matchLen);
in WlanInterfaceRegisterActionFrameReceiver() 1625 WlanInterfaceRegisterActionFrameReceiver(struct IWlanInterface *self, const char *ifName, const uint8_t *match, uint32_t matchLen) WlanInterfaceRegisterActionFrameReceiver() argument
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | stm32-dma.c | 1291 const struct of_device_id *match; in stm32_dma_probe() local 1296 match = of_match_device(stm32_dma_of_match, &pdev->dev); in stm32_dma_probe() 1297 if (!match) { in stm32_dma_probe() 1298 dev_err(&pdev->dev, "Error: No device match found\n"); in stm32_dma_probe()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | s5p-sss.c | 427 const struct of_device_id *match; in find_s5p_sss_version() local 429 match = of_match_node(s5p_sss_dt_match, in find_s5p_sss_version() 431 return (const struct samsung_aes_variant *)match->data; in find_s5p_sss_version()
|
/kernel/linux/linux-5.10/drivers/net/can/spi/ |
H A D | mcp251x.c | 1307 const void *match = device_get_match_data(&spi->dev); in mcp251x_can_probe() local 1344 if (match) in mcp251x_can_probe() 1345 priv->model = (enum mcp251x_model)match; in mcp251x_can_probe()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 691 /* check for match independent of the global bit */ in qib_clean_part_key() 981 int ret, match = 1; in qib_mmapf() local 1013 * match a HW or memory address. in qib_mmapf() 1066 match = 0; in qib_mmapf() 1067 if (!match) in qib_mmapf() 1495 /* Skip ctxt if it doesn't match the requested one */ in find_shared_ctxt()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | dp83640.c | 803 static int match(struct sk_buff *skb, unsigned int type, struct rxts *rxts) in match() function 863 if (match(skb, skb_info->ptp_type, rxts)) { in decode_rxts() 1337 if (match(skb, type, rxts)) { in dp83640_rxtstamp()
|
/kernel/linux/linux-5.10/drivers/slimbus/ |
H A D | qcom-ngd-ctrl.c | 1346 const struct of_device_id *match; in of_qcom_slim_ngd_register() local 1350 match = of_match_node(qcom_slim_ngd_dt_match, parent->of_node); in of_qcom_slim_ngd_register() 1351 data = match->data; in of_qcom_slim_ngd_register()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sirfsoc_uart.c | 1277 const struct of_device_id *match; in sirfsoc_uart_probe() local 1279 match = of_match_node(sirfsoc_uart_ids, np); in sirfsoc_uart_probe() 1297 sirfport->uart_reg = (struct sirfsoc_uart_register *)match->data; in sirfsoc_uart_probe()
|
H A D | mpc52xx_uart.c | 1857 const struct of_device_id *match; in mpc52xx_uart_of_enumerate() local 1865 match = of_match_node(mpc52xx_uart_of_match, np); in mpc52xx_uart_of_enumerate() 1866 psc_ops = match->data; in mpc52xx_uart_of_enumerate()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | parse-filter.c | 260 int match = 0; in find_event() local 300 match = 1; in find_event() 312 if (!match) in find_event() 1767 /* Returns zero on match */ in test_str() 1867 * Returns: match result or error code (prefixed with TEP_ERRNO__) 1869 * FILTER_MISS - filter found for event and @record does not match
|