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