Searched refs:stm32_sai_conf (Results 1 – 2 of 2) sorted by relevance
22 static const struct stm32_sai_conf stm32_sai_conf_f4 = {33 static const struct stm32_sai_conf stm32_sai_conf_h7 = {154 const struct stm32_sai_conf *conf; in stm32_sai_probe()169 memcpy(&sai->conf, (const struct stm32_sai_conf *)conf, in stm32_sai_probe()170 sizeof(struct stm32_sai_conf)); in stm32_sai_probe()
273 struct stm32_sai_conf { struct297 struct stm32_sai_conf conf; argument