/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | pdl.py | 81 match = re.compile( 82 r'^(experimental )?(deprecated )?domain (.*)').match(line) 83 if match: 84 domain = createItem({'domain' : match.group(3)}, match.group(1), 85 match.group(2)) 89 match = re.compile(r'^ depends on ([^\s]+)').match(line) 90 if match: 93 domain['dependencies'].append(match [all...] |
/third_party/node/tools/inspector_protocol/ |
H A D | pdl.py | 77 match = re.compile(r'^(experimental )?(deprecated )?domain (.*)').match(line) 78 if match: 79 domain = createItem({'domain' : match.group(3)}, match.group(1), match.group(2)) 83 match = re.compile(r'^ depends on ([^\s]+)').match(line) 84 if match: 87 domain['dependencies'].append(match [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fib_rule_tests.sh | 75 echo "SKIP: iproute2 iprule too old, missing $1 match" 81 echo "SKIP: iproute2 get route too old, missing $2 match" 102 local match="$1" 105 $IP -6 rule add $match table $RTABLE 109 fib_rule6_del_by_pref "$match" 110 log_test $? 0 "rule6 del by pref: $match" 118 match="oif $DEV" 119 fib_rule6_test_match_n_redirect "$match" "$match" "oif redirect to table" 121 match [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | match.c | 28 struct flow_match_vlan match; in nfp_flower_compile_meta_tci() local 30 flow_rule_match_vlan(rule, &match); in nfp_flower_compile_meta_tci() 34 match.key->vlan_priority) | in nfp_flower_compile_meta_tci() 36 match.key->vlan_id); in nfp_flower_compile_meta_tci() 41 match.mask->vlan_priority) | in nfp_flower_compile_meta_tci() 43 match.mask->vlan_id); in nfp_flower_compile_meta_tci() 68 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: invalid ingress interface for match offload"); in nfp_flower_compile_port() 86 struct flow_match_eth_addrs match; in nfp_flower_compile_mac() local 88 flow_rule_match_eth_addrs(rule, &match); in nfp_flower_compile_mac() 90 ether_addr_copy(ext->mac_dst, &match in nfp_flower_compile_mac() 97 struct flow_match_mpls match; nfp_flower_compile_mac() local 130 struct flow_match_basic match; nfp_flower_compile_mac() local 152 struct flow_match_ports match; nfp_flower_compile_tport() local 167 struct flow_match_basic match; nfp_flower_compile_ip_ext() local 175 struct flow_match_ip match; nfp_flower_compile_ip_ext() local 186 struct flow_match_tcp match; nfp_flower_compile_ip_ext() local 219 struct flow_match_control match; nfp_flower_compile_ip_ext() local 260 struct flow_match_vlan match; nfp_flower_compile_vlan() local 281 struct flow_match_ipv4_addrs match; nfp_flower_compile_ipv4() local 305 struct flow_match_ipv6_addrs match; nfp_flower_compile_ipv6() local 320 struct flow_match_enc_opts match; nfp_flower_compile_geneve_opt() local 335 struct flow_match_ipv4_addrs match; nfp_flower_compile_tun_ipv4_addrs() local 351 struct flow_match_ipv6_addrs match; nfp_flower_compile_tun_ipv6_addrs() local 367 struct flow_match_ip match; nfp_flower_compile_tun_ip_ext() local 382 struct flow_match_enc_keyid match; nfp_flower_compile_tun_udp_key() local 398 struct flow_match_enc_keyid match; nfp_flower_compile_tun_gre_key() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | match.c | 30 struct flow_match_vlan match; in nfp_flower_compile_tci() local 32 flow_rule_match_vlan(rule, &match); in nfp_flower_compile_tci() 36 match.key->vlan_priority) | in nfp_flower_compile_tci() 38 match.key->vlan_id); in nfp_flower_compile_tci() 42 match.mask->vlan_priority) | in nfp_flower_compile_tci() 44 match.mask->vlan_id); in nfp_flower_compile_tci() 85 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: invalid ingress interface for match offload"); in nfp_flower_compile_port() 100 struct flow_match_eth_addrs match; in nfp_flower_compile_mac() local 104 flow_rule_match_eth_addrs(rule, &match); in nfp_flower_compile_mac() 107 tmp = match in nfp_flower_compile_mac() 125 struct flow_match_mpls match; nfp_flower_compile_mpls() local 160 struct flow_match_basic match; nfp_flower_compile_mpls() local 193 struct flow_match_ports match; nfp_flower_compile_tport() local 213 struct flow_match_basic match; nfp_flower_compile_ip_ext() local 221 struct flow_match_ip match; nfp_flower_compile_ip_ext() local 237 struct flow_match_tcp match; nfp_flower_compile_ip_ext() local 270 struct flow_match_control match; nfp_flower_compile_ip_ext() local 285 nfp_flower_fill_vlan(struct flow_match_vlan *match, struct nfp_flower_vlan *ext, struct nfp_flower_vlan *msk, bool outer_vlan) nfp_flower_fill_vlan() argument 322 struct flow_match_vlan match; nfp_flower_compile_vlan() local 339 struct flow_match_ipv4_addrs match; nfp_flower_compile_ipv4() local 361 struct flow_match_ipv6_addrs match; nfp_flower_compile_ipv6() local 387 struct flow_match_enc_opts match; nfp_flower_compile_geneve_opt() local 406 struct flow_match_ipv4_addrs match; nfp_flower_compile_tun_ipv4_addrs() local 422 struct flow_match_ipv6_addrs match; nfp_flower_compile_tun_ipv6_addrs() local 443 struct flow_match_ip match; nfp_flower_compile_tun_ip_ext() local 458 struct flow_match_enc_keyid match; nfp_flower_compile_tun_udp_key() local 475 struct flow_match_enc_keyid match; nfp_flower_compile_tun_gre_key() local [all...] |
/base/startup/init/services/utils/ |
H A D | list.c | 85 ListNode *match; in OH_ListAddWithOrder() local 91 match = head->next; in OH_ListAddWithOrder() 92 while ((match != NULL) && (match != head)) { in OH_ListAddWithOrder() 93 if (compareProc(match, item) > 0) { in OH_ListAddWithOrder() 96 match = match->next; in OH_ListAddWithOrder() 98 if (match == NULL) { in OH_ListAddWithOrder() 103 item->next = match; in OH_ListAddWithOrder() 104 item->prev = match in OH_ListAddWithOrder() 119 ListNode *match; OH_ListFind() local 154 ListNode *match; OH_ListTraversal() local [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_diag_wrapper.cpp | 134 std::smatch match; in GetRouteTable() local 135 if (!std::regex_search(line, match, routeRegex)) { in GetRouteTable() 138 ExtractRouteTableInfo(match, routeTables); in GetRouteTable() 178 std::smatch match; in GetSocketsInfo() local 179 if (std::regex_search(line, match, netProtoRegex)) { in GetSocketsInfo() 180 ExtractNetProtoSocketsInfo(match, socketsInfo); in GetSocketsInfo() 184 if (std::regex_search(line, match, unixRegex)) { in GetSocketsInfo() 185 ExtractUnixSocketsInfo(match, socketsInfo); in GetSocketsInfo() 210 std::smatch match; in GetInterfaceConfig() local 216 if (std::regex_search(line, match, nameRege in GetInterfaceConfig() 377 std::smatch match; ExtractPingResult() local 400 ExtractPingHeader(const std::smatch &match, NetDiagPingResult &pingResult) ExtractPingHeader() argument 419 ExtractIcmpSeqInfo(const std::smatch &match, NetDiagPingResult &pingResult) ExtractIcmpSeqInfo() argument 443 ExtractPingStatistics(const std::smatch &match, NetDiagPingResult &pingResult) ExtractPingStatistics() argument 457 ExtractRouteTableInfo(const std::smatch &match, std::list<NetDiagRouteTable> &routeTables) ExtractRouteTableInfo() argument 487 ExtractNetProtoSocketsInfo(const std::smatch &match, NetDiagSocketsInfo &socketsInfo) ExtractNetProtoSocketsInfo() argument 518 ExtractUnixSocketsInfo(const std::smatch &match, NetDiagSocketsInfo &socketsInfo) ExtractUnixSocketsInfo() argument 545 ExtractIfaceName(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) ExtractIfaceName() argument 569 ExtractIfaceInet(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) ExtractIfaceInet() argument 589 ExtractIfaceInet6(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) ExtractIfaceInet6() argument 599 ExtractIfaceMtu(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) ExtractIfaceMtu() argument 611 ExtractIfaceTxQueueLen(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) ExtractIfaceTxQueueLen() argument 624 ExtractIfaceTransDataBytes(const std::smatch &match, NetDiagIfaceConfig &ifaceInfo) ExtractIfaceTransDataBytes() argument [all...] |
/kernel/linux/linux-5.10/drivers/base/ |
H A D | component.c | 38 * Aggregate drivers first assemble a component match list of what they need 67 struct component_match *match; member 92 struct component_match *match = m->match; in component_devices_show() local 103 for (i = 0; i < match->num; i++) { in component_devices_show() 104 struct component *component = match->compare[i].component; in component_devices_show() 183 struct component_match *match = master->match; in find_components() local 188 * Scan the array of match functions and attach in find_components() 191 for (i = 0; i < match in find_components() 293 component_match_release(struct device *master, struct component_match *match) component_match_release() argument 313 component_match_realloc(struct device *dev, struct component_match *match, size_t num) component_match_realloc() argument 343 struct component_match *match = *matchptr; __component_match_add() local 438 struct component_match *match = master->match; free_master() local 467 component_master_add_with_match(struct device *dev, const struct component_master_ops *ops, struct component_match *match) component_master_add_with_match() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fib_rule_tests.sh | 141 echo "SKIP: iproute2 iprule too old, missing $1 match" 147 echo "SKIP: iproute2 get route too old, missing $2 match" 168 local match="$1" 172 $IP -6 rule add $match table $RTABLE 176 fib_rule6_del_by_pref "$match" 182 local match="$1" 185 $IP -6 rule add $match table $RTABLE 2>/dev/null 187 log_test $rc 2 "rule6 check: $match" 190 $IP -6 rule del $match table $RTABLE 197 local match [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 223 struct flow_match_meta match; in mlxsw_sp_flower_parse_meta() local 228 flow_rule_match_meta(rule, &match); in mlxsw_sp_flower_parse_meta() 229 if (match.mask->ingress_ifindex != 0xFFFFFFFF) { in mlxsw_sp_flower_parse_meta() 235 match.key->ingress_ifindex); in mlxsw_sp_flower_parse_meta() 237 NL_SET_ERR_MSG_MOD(f->common.extack, "Can't find specified ingress port to match on"); in mlxsw_sp_flower_parse_meta() 242 NL_SET_ERR_MSG_MOD(f->common.extack, "Can't match on non-mlxsw ingress port"); in mlxsw_sp_flower_parse_meta() 248 NL_SET_ERR_MSG_MOD(f->common.extack, "Can't match on a port from different device"); in mlxsw_sp_flower_parse_meta() 262 struct flow_match_ipv4_addrs match; in mlxsw_sp_flower_parse_ipv4() local 264 flow_rule_match_ipv4_addrs(f->rule, &match); in mlxsw_sp_flower_parse_ipv4() 267 (char *) &match in mlxsw_sp_flower_parse_ipv4() 277 struct flow_match_ipv6_addrs match; mlxsw_sp_flower_parse_ipv6() local 313 struct flow_match_ports match; mlxsw_sp_flower_parse_ports() local 340 struct flow_match_tcp match; mlxsw_sp_flower_parse_tcp() local 371 struct flow_match_ip match; mlxsw_sp_flower_parse_ip() local 434 struct flow_match_control match; mlxsw_sp_flower_parse() local 441 struct flow_match_basic match; mlxsw_sp_flower_parse() local 463 struct flow_match_eth_addrs match; mlxsw_sp_flower_parse() local 485 struct flow_match_vlan match; mlxsw_sp_flower_parse() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config.cpp | 237 bool match = true; 252 match = config.bufferSize >= attributeValue; 255 match = config.alphaSize >= attributeValue; 258 match = config.blueSize >= attributeValue; 261 match = config.greenSize >= attributeValue; 264 match = config.redSize >= attributeValue; 267 match = config.depthSize >= attributeValue; 270 match = config.stencilSize >= attributeValue; 273 match = config.configCaveat == static_cast<EGLenum>(attributeValue); 276 match [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | trace-parser.py | 188 match = re.search(flush_batch_match, line) 189 if match is not None: 191 renderpass = RenderPass(cleared=match.group(2), 192 gmem_reason=match.group(3), 193 num_draws=match.group(4)) 197 match = re.search(framebuffer_match, line) 198 if match is not None: 200 renderpass.fb = FramebufferState(width=match.group(1), 201 height=match.group(2), 202 layers=match [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | string-prototype-match.js | 26 assert(Object.getOwnPropertyDescriptor(String.prototype.match, 'length').configurable === length_configurable()); 27 assert(Object.getOwnPropertyDescriptor(String.prototype.match, 'length').enumerable === false); 28 assert(Object.getOwnPropertyDescriptor(String.prototype.match, 'length').writable === false); 48 assert (match_equals ("hello".match("o"), ["o"])); 49 assert ("hello".match(/ /g) == void 0); 51 assert (match_equals ("hello".match(/o/), ["o"])); 53 assert (match_equals ("hello".match(/l/), ["l"])); 54 assert (match_equals ("hello".match(/l/g), ["l", "l"])); 56 assert ("".match(/a/g) == void 0); 58 assert ("".match() ! [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | Makefile | 4 snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \ 5 soc-acpi-intel-hsw-bdw-match.o \ 6 soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \ 7 soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \ 8 soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 297 const struct flow_match_meta *match, in mlxsw_sp_flower_parse_meta_iif() 303 if (!match->mask->ingress_ifindex) in mlxsw_sp_flower_parse_meta_iif() 306 if (match->mask->ingress_ifindex != 0xFFFFFFFF) { in mlxsw_sp_flower_parse_meta_iif() 312 match->key->ingress_ifindex); in mlxsw_sp_flower_parse_meta_iif() 314 NL_SET_ERR_MSG_MOD(extack, "Can't find specified ingress port to match on"); in mlxsw_sp_flower_parse_meta_iif() 319 NL_SET_ERR_MSG_MOD(extack, "Can't match on non-mlxsw ingress port"); in mlxsw_sp_flower_parse_meta_iif() 325 NL_SET_ERR_MSG_MOD(extack, "Can't match on a port from different device"); in mlxsw_sp_flower_parse_meta_iif() 342 struct flow_match_meta match; in mlxsw_sp_flower_parse_meta() local 347 flow_rule_match_meta(rule, &match); in mlxsw_sp_flower_parse_meta() 350 match in mlxsw_sp_flower_parse_meta() 295 mlxsw_sp_flower_parse_meta_iif(struct mlxsw_sp_acl_rule_info *rulei, const struct mlxsw_sp_flow_block *block, const struct flow_match_meta *match, struct netlink_ext_ack *extack) mlxsw_sp_flower_parse_meta_iif() argument 359 struct flow_match_ipv4_addrs match; mlxsw_sp_flower_parse_ipv4() local 374 struct flow_match_ipv6_addrs match; mlxsw_sp_flower_parse_ipv6() local 410 struct flow_match_ports match; mlxsw_sp_flower_parse_ports() local 437 struct flow_match_ports_range match; mlxsw_sp_flower_parse_ports_range() local 499 struct flow_match_tcp match; mlxsw_sp_flower_parse_tcp() local 530 struct flow_match_ip match; mlxsw_sp_flower_parse_ip() local 594 struct flow_match_control match; mlxsw_sp_flower_parse() local 601 struct flow_match_basic match; mlxsw_sp_flower_parse() local 623 struct flow_match_eth_addrs match; mlxsw_sp_flower_parse() local 645 struct flow_match_vlan match; mlxsw_sp_flower_parse() local [all...] |
/kernel/linux/linux-6.6/drivers/base/ |
H A D | component.c | 33 * Aggregate drivers first assemble a component match list of what they need 62 struct component_match *match; member 86 struct component_match *match = m->match; in component_devices_show() local 97 for (i = 0; i < match->num; i++) { in component_devices_show() 98 struct component *component = match->compare[i].component; in component_devices_show() 175 struct component_match *match = adev->match; in find_components() local 180 * Scan the array of match functions and attach in find_components() 183 for (i = 0; i < match in find_components() 346 struct component_match *match = res; devm_component_match_release() local 359 component_match_realloc(struct component_match *match, size_t num) component_match_realloc() argument 388 struct component_match *match = *matchptr; __component_match_add() local 483 struct component_match *match = adev->match; free_aggregate_device() local 512 component_master_add_with_match(struct device *parent, const struct component_master_ops *ops, struct component_match *match) component_master_add_with_match() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_re.py | 90 self.assertEqual(re.match('a*', 'xxx').span(0), (0, 0)) 91 self.assertEqual(re.match('a*', 'xxx').span(), (0, 0)) 92 self.assertEqual(re.match('x*', 'xxxa').span(0), (0, 3)) 93 self.assertEqual(re.match('x*', 'xxxa').span(), (0, 3)) 94 self.assertIsNone(re.match('a+', 'xxx')) 99 self.assertEqual(re.match('(ab|ba)', 'ab').span(), (0, 2)) 100 self.assertEqual(re.match('(ab|ba)', 'ba').span(), (0, 2)) 101 self.assertEqual(re.match('(abc|bac|ca|cb)', 'abc').span(), 103 self.assertEqual(re.match('(abc|bac|ca|cb)', 'bac').span(), 105 self.assertEqual(re.match('(ab [all...] |
H A D | test_patma.py | 30 match x: 38 match x: 134 match 0: 140 match 0: 148 match 0: 157 match 0: 164 match 1: 171 match 2: 178 match 3: 185 match [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
H A D | Makefile | 4 snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \ 5 soc-acpi-intel-hsw-bdw-match.o \ 6 soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \ 7 soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \ 8 soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match [all...] |
/third_party/skia/tools/skpbench/ |
H A D | _benchresult.py | 38 def match(cls, text): member in BenchResult 39 match = cls.PATTERN.search(text) 40 return cls(match) if match else None 42 def __init__(self, match): 43 self.accum = float(match.group('accum')) 44 self.median = float(match.group('median')) 45 self.max = float(match.group('max')) 46 self.min = float(match.group('min')) 47 self.stddev = float(match [all...] |
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | dm_flags.go | 861 // left here to match the recipe which has an indentation bug. 985 match := []string{} 987 match = append(match, "~Threaded") 992 match = append(match, "~multipicturedraw_") 996 match = append(match, "~WritePixels") // skia:4711 997 match = append(match, "~PremulAlphaRoundTrip_Gp [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_flower.c | 144 struct prestera_acl_match *r_match = &rule->re_key.match; in prestera_flower_parse_meta() 147 struct flow_match_meta match; in prestera_flower_parse_meta() local 150 flow_rule_match_meta(f_rule, &match); in prestera_flower_parse_meta() 152 if (match.mask->l2_miss) { in prestera_flower_parse_meta() 153 NL_SET_ERR_MSG_MOD(f->common.extack, "Can't match on \"l2_miss\""); in prestera_flower_parse_meta() 157 if (match.mask->ingress_ifindex != 0xFFFFFFFF) { in prestera_flower_parse_meta() 164 match.key->ingress_ifindex); in prestera_flower_parse_meta() 167 "Can't find specified ingress port to match on"); in prestera_flower_parse_meta() 173 "Can't match on switchdev ingress port"); in prestera_flower_parse_meta() 196 struct flow_dissector *dissector = f_rule->match in prestera_flower_parse() 228 struct flow_match_control match; prestera_flower_parse() local 235 struct flow_match_basic match; prestera_flower_parse() local 255 struct flow_match_eth_addrs match; prestera_flower_parse() local 283 struct flow_match_ipv4_addrs match; prestera_flower_parse() local 295 struct flow_match_ports match; prestera_flower_parse() local 314 struct flow_match_ports_range match; prestera_flower_parse() local 337 struct flow_match_vlan match; prestera_flower_parse() local 354 struct flow_match_icmp match; prestera_flower_parse() local [all...] |
/third_party/node/test/parallel/ |
H A D | test-runner-cli.js | 19 assert.match(child.stderr.toString(), /^Could not find/); 23 // Default behavior. node_modules is ignored. Files that don't match the 32 assert.match(stdout, /ok 1 - this should pass/); 33 assert.match(stdout, /not ok 2 - this should fail/); 34 assert.match(stdout, /ok 3 - .+subdir.+subdir_test\.js/); 35 assert.match(stdout, /ok 4 - this should pass/); 36 assert.match(stdout, /ok 5 - this should be skipped/); 37 assert.match(stdout, /ok 6 - this should be executed/); 46 assert.match(stdout, /ok 1 - this should pass/); 47 assert.match(stdou [all...] |
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 34 def callback(lexer, match, context): 35 text = match.group() 38 yield match.start(), TokenClass, text 39 context.pos = match.end() 44 def callback(lexer, match, context): 45 text = match.group() 50 yield match.start(), TokenClass, text 51 context.pos = match.end() 56 def callback(lexer, match, context): 57 text = match [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | devres.c | 245 struct regulator_supply_alias_match *match = res; in devm_regulator_match_supply_alias() local 248 return match->dev == target->dev && strcmp(match->id, target->id) == 0; in devm_regulator_match_supply_alias() 253 struct regulator_supply_alias_match *match = res; in devm_regulator_destroy_supply_alias() local 255 regulator_unregister_supply_alias(match->dev, match->id); in devm_regulator_destroy_supply_alias() 275 struct regulator_supply_alias_match *match; in devm_regulator_register_supply_alias() local 278 match = devres_alloc(devm_regulator_destroy_supply_alias, in devm_regulator_register_supply_alias() 281 if (!match) in devm_regulator_register_supply_alias() 284 match in devm_regulator_register_supply_alias() 313 struct regulator_supply_alias_match match; devm_regulator_unregister_supply_alias() local 408 struct regulator_notifier_match *match = res; devm_regulator_match_notifier() local 416 struct regulator_notifier_match *match = res; devm_regulator_destroy_notifier() local 434 struct regulator_notifier_match *match; devm_regulator_register_notifier() local 472 struct regulator_notifier_match match; devm_regulator_unregister_notifier() local [all...] |