Lines Matching refs:stm32_spi_priv
100 struct stm32_spi_priv { struct
118 static void stm32_spi_write_txfifo(struct stm32_spi_priv *priv) in stm32_spi_write_txfifo() argument
147 static void stm32_spi_read_rxfifo(struct stm32_spi_priv *priv) in stm32_spi_read_rxfifo()
185 static int stm32_spi_enable(struct stm32_spi_priv *priv) in stm32_spi_enable()
195 static int stm32_spi_disable(struct stm32_spi_priv *priv) in stm32_spi_disable()
208 struct stm32_spi_priv *priv = dev_get_priv(bus); in stm32_spi_claim_bus()
219 struct stm32_spi_priv *priv = dev_get_priv(bus); in stm32_spi_release_bus()
229 struct stm32_spi_priv *priv = dev_get_priv(dev); in stm32_spi_stopxfer()
259 struct stm32_spi_priv *priv = dev_get_priv(dev); in stm32_spi_set_cs()
277 struct stm32_spi_priv *priv = dev_get_priv(bus); in stm32_spi_set_mode()
310 struct stm32_spi_priv *priv = dev_get_priv(dev); in stm32_spi_set_fthlv()
332 struct stm32_spi_priv *priv = dev_get_priv(bus); in stm32_spi_set_speed()
369 struct stm32_spi_priv *priv = dev_get_priv(bus); in stm32_spi_xfer()
473 struct stm32_spi_priv *priv = dev_get_priv(dev); in stm32_spi_get_fifo_size()
490 struct stm32_spi_priv *priv = dev_get_priv(dev); in stm32_spi_probe()
582 struct stm32_spi_priv *priv = dev_get_priv(dev); in stm32_spi_remove()
621 .priv_auto = sizeof(struct stm32_spi_priv),