Home
last modified time | relevance | path

Searched refs:match (Results 6351 - 6375 of 6846) sorted by relevance

1...<<251252253254255256257258259260>>...274

/kernel/linux/linux-5.10/drivers/vfio/
H A Dvfio.c857 if (it->ops->match) { in vfio_device_get_from_name()
858 ret = it->ops->match(it->device_data, buf); in vfio_device_get_from_name()
902 * in order to match and release their existing reference. To in vfio_unregister_group_dev()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dcache.c68 if (!detail->match(tmp, key)) in sunrpc_cache_find_rcu()
119 if (!detail->match(tmp, key)) in sunrpc_cache_add_entry()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c289 .match = rsi_match,
566 .match = rsc_match,
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c1286 const u8 match = condp->equals; in tomoyo_print_condition() local
1330 tomoyo_set_string(head, match ? "=" : "!="); in tomoyo_print_condition()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-core.c802 * @dlc: name of the DAI or the DAI driver and optional component info to match
806 * should also match if being specified.
1135 * If there is no configuration table or no match in the table, in soc_set_name_prefix()
1649 goto match; in soc_check_tplg_fes()
1653 match: in soc_check_tplg_fes()
/kernel/linux/linux-5.10/sound/usb/
H A Dpcm.c624 struct audioformat *match, int rate, in match_endpoint_audioformats()
638 "%s: (fmt @%p) no match for format %d\n", __func__, in match_endpoint_audioformats()
651 "%s: (fmt @%p) no match for rate %d\n", __func__, in match_endpoint_audioformats()
656 if (fp->channels == match->channels) in match_endpoint_audioformats()
622 match_endpoint_audioformats(struct snd_usb_substream *subs, struct audioformat *fp, struct audioformat *match, int rate, snd_pcm_format_t pcm_format) match_endpoint_audioformats() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvideodev2.h2435 struct v4l2_dbg_match match; member
2446 struct v4l2_dbg_match match; member
/kernel/linux/linux-5.10/kernel/printk/
H A Dprintk.c2688 * This is called by register_console() to try to match
2706 if (!newcon->match || in try_enable_new_console()
2707 newcon->match(newcon, c->name, c->index, c->options) != 0) { in try_enable_new_console()
2735 * without matching. Accept the pre-enabled consoles only when match() in try_enable_new_console()
2816 /* If not, try to match against the platform default(s) */ in register_console()
/kernel/linux/linux-5.10/fs/
H A Dinode.c1490 * @match: callback used for comparisons between inodes
1491 * @data: opaque data pointer to pass to @match
1494 * cache, where the helper function @match will return 0 if the inode
1495 * does not match, 1 if the inode does match, and -1 if the search
1496 * should be stopped. The @match function must be responsible for
1506 * inode eviction. The tradeoff is that the @match funtion must be
1511 int (*match)(struct inode *, unsigned long, in find_inode_nowait()
1523 mval = match(inode, hashval, data); in find_inode_nowait()
1540 * @test: Function to test match o
[all...]
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-subdev.c609 if (p->match.type != V4L2_CHIP_MATCH_SUBDEV || p->match.addr) in subdev_do_ioctl()
1075 /* The width, height and code must match. */ in v4l2_subdev_link_validate_default()
1078 "%s: width does not match (source %u, sink %u)\n", in v4l2_subdev_link_validate_default()
1086 "%s: height does not match (source %u, sink %u)\n", in v4l2_subdev_link_validate_default()
1094 "%s: media bus code does not match (source 0x%8.8x, sink 0x%8.8x)\n", in v4l2_subdev_link_validate_default()
1100 /* The field order must match, or the sink field order must be NONE in v4l2_subdev_link_validate_default()
1107 "%s: field does not match (source %u, sink %u)\n", in v4l2_subdev_link_validate_default()
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/
H A Dbmac.c1233 static int bmac_probe(struct macio_dev *mdev, const struct of_device_id *match) in bmac_probe() argument
1241 int is_bmac_plus = ((int)match->data) != 0; in bmac_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c245 struct flow_dissector *dissector = rule->match.dissector; in nfp_flower_calculate_key_layers()
254 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: match not supported"); in nfp_flower_calculate_key_layers()
264 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: tunnel match not supported"); in nfp_flower_calculate_key_layers()
347 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: only an exact match IPv6 destination address is supported"); in nfp_flower_calculate_key_layers()
353 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: only an exact match IPv4 destination address is supported"); in nfp_flower_calculate_key_layers()
364 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: an exact match on L4 destination port is required for non-GRE tunnels"); in nfp_flower_calculate_key_layers()
389 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: only an exact match L4 destination port is supported"); in nfp_flower_calculate_key_layers()
407 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: ingress netdev does not match the expected tunnel type"); in nfp_flower_calculate_key_layers()
449 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: match on given EtherType is not supported"); in nfp_flower_calculate_key_layers()
453 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: cannot match abov in nfp_flower_calculate_key_layers()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dinode.c1533 * @match: callback used for comparisons between inodes
1534 * @data: opaque data pointer to pass to @match
1537 * cache, where the helper function @match will return 0 if the inode
1538 * does not match, 1 if the inode does match, and -1 if the search
1539 * should be stopped. The @match function must be responsible for
1549 * inode eviction. The tradeoff is that the @match funtion must be
1554 int (*match)(struct inode *, unsigned long, in find_inode_nowait()
1566 mval = match(inode, hashval, data); in find_inode_nowait()
1583 * @test: Function to test match o
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dxdomain.c144 req->match = tb_xdomain_match; in __tb_xdomain_response()
184 req->match = tb_xdomain_match; in __tb_xdomain_request()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvideodev2.h2579 struct v4l2_dbg_match match; member
2590 struct v4l2_dbg_match match; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c315 match_cb match) in mlx5e_get_next_matching_encap()
350 if (!match(next)) { in mlx5e_get_next_matching_encap()
313 mlx5e_get_next_matching_encap(struct mlx5e_neigh_hash_entry *nhe, struct mlx5e_encap_entry *e, match_cb match) mlx5e_get_next_matching_encap() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c684 u8 match[] = { in iwl_mvm_probe_resp_set_noa() local
703 match, 4, 2); in iwl_mvm_probe_resp_set_noa()
/kernel/linux/linux-6.6/drivers/input/
H A Dinput.c1047 (!handler->match || handler->match(handler, dev))) { in input_match_device()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c315 .match = rsi_match,
592 .match = rsc_match,
/kernel/linux/linux-6.6/net/sunrpc/
H A Dcache.c70 if (!detail->match(tmp, key)) in sunrpc_cache_find_rcu()
121 if (!detail->match(tmp, key)) in sunrpc_cache_add_entry()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Drtnetlink.sh189 tc filter add dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:3 u32 ht ffe:2: match ip src 10.0.0.3 flowid 1:10
191 tc filter add dev "$dev" protocol ip parent 1: prio 5 handle ffe:2:2 u32 ht ffe:2: match ip src 10.0.0.2 flowid 1:10
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c1278 const u8 match = condp->equals; in tomoyo_print_condition() local
1322 tomoyo_set_string(head, match ? "=" : "!="); in tomoyo_print_condition()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvideodev2.h1332 struct v4l2_dbg_match match; member
1340 struct v4l2_dbg_match match; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvideodev2.h1332 struct v4l2_dbg_match match; member
1340 struct v4l2_dbg_match match; member
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py732 if uitest_version and re.match(r'^\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}', uitest_version):
1415 matcher = re.match("^[0-9]+", log_size)

Completed in 79 milliseconds

1...<<251252253254255256257258259260>>...274