Searched refs:ext_init (Results 1 – 3 of 3) sorted by relevance
57 int (*ext_init)(struct snd_tea575x *tea); member
550 if (tea->ext_init) { in snd_tea575x_init()551 retval = tea->ext_init(tea); in snd_tea575x_init()
237 fmr2->tea.ext_init = fmr2_tea_ext_init; in fmr2_probe()