Searched refs:sub_graphs_idr (Results 1 – 3 of 3) sorted by relevance
64 struct idr sub_graphs_idr; member
85 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()
668 idr_init(&apm->sub_graphs_idr); in apm_probe()
Completed in 8 milliseconds