Home
last modified time | relevance | path

Searched refs:get_sai_ck_parent (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/stm/
H A Dstm32_sai.c28 .get_sai_ck_parent = stm32_sai_get_parent_clk,
42 .get_sai_ck_parent = stm32_sai_get_parent_clk,
210 if (sai->conf.get_sai_ck_parent) { in stm32_sai_probe()
211 ret = sai->conf.get_sai_ck_parent(sai); in stm32_sai_probe()
H A Dstm32_sai.h278 int (*get_sai_ck_parent)(struct stm32_sai_data *sai); member
H A Dstm32_sai_sub.c1687 if (sai->pdata->conf.get_sai_ck_parent) { in stm32_sai_sub_probe()