Searched refs:algo_list (Results 1 – 3 of 3) sorted by relevance
| /linux/net/xfrm/ |
| H A D | xfrm_algo.c | 658 const struct xfrm_algo_list *algo_list, 662 struct xfrm_algo_desc *list = algo_list->algs; 665 for (i = 0; i < algo_list->entries; i++) { 675 status = algo_list->find(list[i].name, 0, 0); 678 xfrm_find_algo(const struct xfrm_algo_list * algo_list,int match (const struct xfrm_algo_desc * entry,const void * data),const void * data,int probe) xfrm_find_algo() argument
|
| /linux/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.c | 306 list_for_each_entry(algo, &ids->algo_list, node) { in sst_find_and_send_pipe_algo() 1385 * event handler. Each widget (pipe) has multiple algos stored in the algo_list. 1410 list_add_tail(&module->node, &ids->algo_list); in sst_fill_module_list() 1515 INIT_LIST_HEAD(&ids->algo_list); in sst_map_modules_to_pipe()
|
| H A D | sst-atom-controls.h | 582 struct list_head algo_list; member
|