Searched refs:ext_init (Results 1 – 4 of 4) 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()
3039 struct sof_ipc4_module_init_ext_init *ext_init; in sof_ipc4_widget_setup_msg_payload() local3059 ext_init = (struct sof_ipc4_module_init_ext_init *)payload; in sof_ipc4_widget_setup_msg_payload()3060 ext_init->word0 |= SOF_IPC4_MOD_INIT_EXT_OBJ_ARRAY_MASK; in sof_ipc4_widget_setup_msg_payload()3061 ext_pos = DIV_ROUND_UP(sizeof(*ext_init), sizeof(u32)); in sof_ipc4_widget_setup_msg_payload()