Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/
Dproperty.c1213 unsigned int matches_len) in fwnode_graph_devcon_matches() argument
1221 if (matches && count >= matches_len) { in fwnode_graph_devcon_matches()
1247 unsigned int matches_len) in fwnode_devcon_matches() argument
1255 if (matches && count >= matches_len) in fwnode_devcon_matches()
1325 void **matches, unsigned int matches_len) in fwnode_connection_find_matches() argument
1334 matches, matches_len); in fwnode_connection_find_matches()
1338 matches_len -= count_graph; in fwnode_connection_find_matches()
1342 matches, matches_len); in fwnode_connection_find_matches()
/Linux-v6.1/net/sched/
Dematch.c306 int idx, list_len, matches_len, err; in tcf_em_tree_validate() local
333 matches_len = tree_hdr->nmatches * sizeof(*em); in tcf_em_tree_validate()
335 tree->matches = kzalloc(matches_len, GFP_KERNEL); in tcf_em_tree_validate()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c2281 size_t query_len, matches_len; in iwl_mvm_netdetect_query_results() local
2293 matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_netdetect_query_results()
2297 matches_len = sizeof(struct iwl_scan_offload_profile_match_v1) * in iwl_mvm_netdetect_query_results()
2311 memcpy(results->matches, query->matches, matches_len); in iwl_mvm_netdetect_query_results()
2651 size_t i, matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_nd_match_info_handler() local
2682 memcpy(results->matches, notif->matches, matches_len); in iwl_mvm_nd_match_info_handler()
/Linux-v6.1/include/linux/
Dproperty.h457 void **matches, unsigned int matches_len);