Home
last modified time | relevance | path

Searched refs:sub_graphs_idr (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/sound/soc/qcom/qdsp6/
Dq6apm.h63 struct idr sub_graphs_idr; member
Dq6apm.c188 sg = idr_find(&apm->sub_graphs_idr, sgid); in q6apm_graph_get_last_module()
206 sg = idr_find(&apm->sub_graphs_idr, sgid); in q6apm_graph_get_first_module()
736 idr_init(&apm->sub_graphs_idr); in apm_probe()
Dtopology.c81 sg = idr_find(&apm->sub_graphs_idr, sub_graph_id); in audioreach_tplg_alloc_sub_graph()
97 ret = idr_alloc(&apm->sub_graphs_idr, sg, sub_graph_id, sub_graph_id + 1, GFP_KERNEL); in audioreach_tplg_alloc_sub_graph()
844 idr_remove(&apm->sub_graphs_idr, sg->sub_graph_id); in audioreach_widget_unload()