/kernel/linux/linux-5.10/sound/usb/ |
H A D | pcm.c | 624 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 D | videodev2.h | 2435 struct v4l2_dbg_match match; member 2446 struct v4l2_dbg_match match; member
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk.c | 2688 * 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 D | inode.c | 1490 * @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 D | v4l2-subdev.c | 609 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 D | bmac.c | 1233 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 D | offload.c | 245 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 D | inode.c | 1533 * @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 D | xdomain.c | 144 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 D | videodev2.h | 2579 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 D | tc_tun_encap.c | 315 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 D | tx.c | 684 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 D | input.c | 1047 (!handler->match || handler->match(handler, dev))) { in input_match_device()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 315 .match = rsi_match, 592 .match = rsc_match,
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | cache.c | 70 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 D | rtnetlink.sh | 189 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 D | common.c | 1278 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 D | videodev2.h | 1332 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 D | videodev2.h | 1332 struct v4l2_dbg_match match; member 1340 struct v4l2_dbg_match match; member
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 732 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)
|
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 1337 unsigned char match[65280 + 2]; /* buffer for reversed match or gzip 32K sliding window */
in HWTEST_F() 1342 window = match; /* reuse match buffer */
in HWTEST_F()
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 105 primary objects of the build. It will match the cpu architecture of the 184 primary object(s) of the build. It will match the OS of the default 598 This list is a list of patterns that must not match any of the transitive 1151 build directory. Only one output may be listed and it must match the first 1803 an #include line in source code. The compiler will match this string against 2232 If visibility is defined, only the targets with labels that match it can
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 575 // Try and match with brackets, but fallback to matching without 576 var arrow = func_code.match(/^\(\)\s*=>\s*(?:{(.*)}\s*|(.*))$/); 1896 * @param {RegExp} expected - RegExp ``actual`` must match. 3709 var string = low || high; // only one of these alternates can match 4522 // Create a pattern to match stack frames originating within testharness.js. These include the 4715 var matches = src && src.match(/^(.*\/|)testharness\.js$/);
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 136 bool match = wsi_device_matches_drm_fd(wsi_dev, dri3_fd); in wsi_x11_check_dri3_compatible() 140 return match; in wsi_x11_check_dri3_compatible()
|
/third_party/lz4/tests/ |
H A D | frametest.c | 193 size_t match = pos - offset; in FUZ_fillCompressibleNoiseBuffer() local 194 while (pos < end) BBuffer[pos++] = BBuffer[match++]; in FUZ_fillCompressibleNoiseBuffer()
|