Searched refs:matches_len (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/ |
H A D | property.c | 1288 unsigned int matches_len) in fwnode_graph_devcon_matches() 1296 if (matches && count >= matches_len) { in fwnode_graph_devcon_matches() 1322 unsigned int matches_len) in fwnode_devcon_matches() 1330 if (matches && count >= matches_len) in fwnode_devcon_matches() 1386 * @matches_len: Length of @matches 1388 * Find up to @matches_len connections with unique identifier @con_id between 1393 * If @matches is %NULL @matches_len is ignored and the total number of resolved 1401 void **matches, unsigned int matches_len) in fwnode_connection_find_matches() 1410 matches, matches_len); in fwnode_connection_find_matches() 1414 matches_len in fwnode_connection_find_matches() 1284 fwnode_graph_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_graph_devcon_matches() argument 1318 fwnode_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_devcon_matches() argument 1398 fwnode_connection_find_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_connection_find_matches() argument [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H 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()
|
/kernel/linux/linux-6.6/net/sched/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 1858 size_t query_len, matches_len; in iwl_mvm_netdetect_query_results() local 1870 matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_netdetect_query_results() 1874 matches_len = sizeof(struct iwl_scan_offload_profile_match_v1) * in iwl_mvm_netdetect_query_results() 1888 memcpy(results->matches, query->matches, matches_len); in iwl_mvm_netdetect_query_results()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 2465 size_t query_len, matches_len; in iwl_mvm_netdetect_query_results() local 2477 matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_netdetect_query_results() 2481 matches_len = sizeof(struct iwl_scan_offload_profile_match_v1) * in iwl_mvm_netdetect_query_results() 2495 memcpy(results->matches, query->matches, matches_len); in iwl_mvm_netdetect_query_results() 2836 size_t i, matches_len = sizeof(struct iwl_scan_offload_profile_match) * in iwl_mvm_nd_match_info_handler() local 2867 memcpy(results->matches, notif->matches, matches_len); in iwl_mvm_nd_match_info_handler()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | property.h | 474 void **matches, unsigned int matches_len);
|
Completed in 12 milliseconds