Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-stm32.c271 struct stm32_spi_cfg { struct
330 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()