Searched refs:sub_graphs_idr (Results 1 – 3 of 3) sorted by relevance
63 struct idr sub_graphs_idr; member
188 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()
81 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()