Searched refs:matches_len (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/base/ |
A D | property.c | 1227 unsigned int matches_len) in fwnode_graph_devcon_matches() argument 1235 if (matches && count >= matches_len) { in fwnode_graph_devcon_matches() 1261 unsigned int matches_len) in fwnode_devcon_matches() argument 1269 if (matches && count >= matches_len) in fwnode_devcon_matches() 1339 void **matches, unsigned int matches_len) in fwnode_connection_find_matches() argument 1348 matches, matches_len); in fwnode_connection_find_matches() 1352 matches_len -= count_graph; in fwnode_connection_find_matches() 1356 matches, matches_len); in fwnode_connection_find_matches()
|
/linux-6.3-rc2/net/sched/ |
A D | ematch.c | 308 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-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | d3.c | 2286 size_t query_len, matches_len; in iwl_mvm_netdetect_query_results() local 2298 matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_netdetect_query_results() 2302 matches_len = sizeof(struct iwl_scan_offload_profile_match_v1) * in iwl_mvm_netdetect_query_results() 2316 memcpy(results->matches, query->matches, matches_len); in iwl_mvm_netdetect_query_results() 2656 size_t i, matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_nd_match_info_handler() local 2687 memcpy(results->matches, notif->matches, matches_len); in iwl_mvm_nd_match_info_handler()
|
/linux-6.3-rc2/include/linux/ |
A D | property.h | 463 void **matches, unsigned int matches_len);
|
Completed in 13 milliseconds