Searched refs:stm32_spi_cfg (Results 1 – 1 of 1) sorted by relevance
271 struct stm32_spi_cfg { struct330 const struct stm32_spi_cfg *cfg;1951 static const struct stm32_spi_cfg stm32f4_spi_cfg = {1973 static const struct stm32_spi_cfg stm32f7_spi_cfg = {1994 static const struct stm32_spi_cfg stm32h7_spi_cfg = {2025 static const struct stm32_spi_cfg stm32mp25_spi_cfg = {2074 const struct stm32_spi_cfg *cfg = of_device_get_match_data(&pdev->dev); in stm32_spi_probe()