Home
last modified time | relevance | path

Searched refs:ppl_list (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/sound/soc/intel/avs/
H A Dpath.c45 list_for_each_entry(ppl, &path->ppl_list, node) in avs_path_find_pipeline()
788 INIT_LIST_HEAD(&path->ppl_list); in avs_path_init()
792 list_for_each_entry(tppl, &template->ppl_list, node) { in avs_path_init()
799 list_add_tail(&ppl->node, &path->ppl_list); in avs_path_init()
815 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_arm()
842 list_for_each_entry_safe(ppl, save, &path->ppl_list, node) in avs_path_free_unlocked()
946 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_bind()
979 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_unbind()
1011 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_path_reset()
1034 list_for_each_entry_reverse(ppl, &path->ppl_list, node) { in avs_path_pause()
[all …]
H A Dpath.h18 struct list_head ppl_list; member
H A Dcontrol.c32 list_for_each_entry(ppl, &path->ppl_list, node) { in avs_get_volume_module()
H A Dtopology.h157 struct list_head ppl_list; member
H A Dapl.c177 list_for_each_entry(ppl, &path->ppl_list, node) { in apl_lp_streaming()
H A Dtopology.c1256 INIT_LIST_HEAD(&path->ppl_list); in avs_tplg_path_create()
1291 list_add_tail(&pipeline->node, &path->ppl_list); in avs_tplg_path_create()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl.h72 struct list_head ppl_list; member
H A Dskl-topology.c1346 list_for_each_entry(ppl, &skl->ppl_list, node) { in skl_tplg_multi_config_set_get()
2040 list_for_each_entry(ppl, &skl->ppl_list, node) { in skl_tplg_add_pipe()
2064 list_add(&ppl->node, &skl->ppl_list); in skl_tplg_add_pipe()
2701 list_for_each_entry(ppl, &skl->ppl_list, node) { in skl_tplg_add_pipe_v4()
2729 list_add(&ppl->node, &skl->ppl_list); in skl_tplg_add_pipe_v4()
3756 list_for_each_entry(ppl, &skl->ppl_list, node) in skl_tplg_init()
3769 list_for_each_entry_safe(ppl, tmp, &skl->ppl_list, node) in skl_tplg_exit()
H A Dskl.c893 INIT_LIST_HEAD(&skl->ppl_list); in skl_create()
H A Dskl-pcm.c1359 list_for_each_entry(p, &skl->ppl_list, node) { in skl_populate_modules()