Lines Matching refs:destroy
85 int (*destroy)(void *alsa_dev); member
89 .destroy = NULL,
92 .destroy = NULL,
95 .destroy = NULL,
98 .destroy = NULL,
101 .destroy = NULL,
105 .destroy = NULL,
114 int (*destroy)(void *mgr); member
117 .destroy = (destroy_t)src_mgr_destroy },
119 .destroy = (destroy_t)srcimp_mgr_destroy },
121 .destroy = (destroy_t)amixer_mgr_destroy },
123 .destroy = (destroy_t)sum_mgr_destroy },
125 .destroy = (destroy_t)daio_mgr_destroy }
1234 if (rsc_mgr_funcs[i].destroy && atc->rsc_mgrs[i]) in ct_atc_destroy()
1235 rsc_mgr_funcs[i].destroy(atc->rsc_mgrs[i]); in ct_atc_destroy()