Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.h66 struct idr sub_graphs_idr; member
H A Dtopology.c85 sg = idr_find(&apm->sub_graphs_idr, sub_graph_id); in audioreach_tplg_alloc_sub_graph()
101 ret = idr_alloc_u32(&apm->sub_graphs_idr, sg, &sub_graph_id, sub_graph_id, GFP_KERNEL); in audioreach_tplg_alloc_sub_graph()
935 idr_remove(&apm->sub_graphs_idr, sg->sub_graph_id); in audioreach_widget_unload()
H A Dq6apm.c741 idr_init(&apm->sub_graphs_idr); in apm_probe()