Searched refs:sof_entry_list (Results 1 – 1 of 1) sorted by relevance
87 static list_t sof_entry_list; /* list of configured filters */ variable147 list_create(&sof_entry_list, sizeof (sof_entry_t), in sof_init()804 for (ent = list_head(&sof_entry_list); ent != NULL; in sof_entry_find()805 ent = list_next(&sof_entry_list, ent)) { in sof_entry_find()994 list_insert_tail(&sof_entry_list, ent); in sof_entry_add()1013 list_remove(&sof_entry_list, ent); in sof_entry_remove_by_name()1156 for (ent = list_head(&sof_entry_list); ent != NULL; in sof_sockparams_init()1157 ent = list_next(&sof_entry_list, ent)) { in sof_sockparams_init()