Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/ctxfi/
Dctatc.c112 } rsc_mgr_funcs[NUM_RSCTYP] = { variable
1231 if (rsc_mgr_funcs[i].destroy && atc->rsc_mgrs[i]) in ct_atc_destroy()
1232 rsc_mgr_funcs[i].destroy(atc->rsc_mgrs[i]); in ct_atc_destroy()
1349 if (!rsc_mgr_funcs[i].create) in atc_create_hw_devs()
1352 err = rsc_mgr_funcs[i].create(atc->hw, &atc->rsc_mgrs[i]); in atc_create_hw_devs()