Home
last modified time | relevance | path

Searched refs:matches_len (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/base/
H A Dproperty.c1347 unsigned int matches_len) in fwnode_graph_devcon_matches() argument
1355 if (matches && count >= matches_len) { in fwnode_graph_devcon_matches()
1381 unsigned int matches_len) in fwnode_devcon_matches() argument
1389 if (matches && count >= matches_len) in fwnode_devcon_matches()
1460 void **matches, unsigned int matches_len) in fwnode_connection_find_matches() argument
1469 matches, matches_len); in fwnode_connection_find_matches()
1473 matches_len -= count_graph; in fwnode_connection_find_matches()
1477 matches, matches_len); in fwnode_connection_find_matches()
/linux/net/sched/
H A Dematch.c308 int idx, list_len, matches_len, err; in tcf_em_tree_validate() local
335 matches_len = tree_hdr->nmatches * sizeof(*em); in tcf_em_tree_validate()
337 tree->matches = kzalloc(matches_len, GFP_KERNEL); in tcf_em_tree_validate()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2440 size_t query_len, matches_len; in iwl_mvm_netdetect_query_results() local
2452 matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_netdetect_query_results()
2456 matches_len = sizeof(struct iwl_scan_offload_profile_match_v1) * in iwl_mvm_netdetect_query_results()
2470 memcpy(results->matches, query->matches, matches_len); in iwl_mvm_netdetect_query_results()
2804 size_t i, matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_nd_match_info_handler() local
2810 if (len < sizeof(struct iwl_scan_offload_match_info) + matches_len) { in iwl_mvm_nd_match_info_handler()
2835 memcpy(results->matches, notif->matches, matches_len); in iwl_mvm_nd_match_info_handler()
/linux/include/linux/
H A Dproperty.h562 void **matches, unsigned int matches_len);