Lines Matching refs:destroy
82 int (*destroy)(void *alsa_dev); member
86 .destroy = NULL,
89 .destroy = NULL,
92 .destroy = NULL,
95 .destroy = NULL,
98 .destroy = NULL,
102 .destroy = NULL,
111 int (*destroy)(void *mgr); member
114 .destroy = (destroy_t)src_mgr_destroy },
116 .destroy = (destroy_t)srcimp_mgr_destroy },
118 .destroy = (destroy_t)amixer_mgr_destroy },
120 .destroy = (destroy_t)sum_mgr_destroy },
122 .destroy = (destroy_t)daio_mgr_destroy }
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()