Lines Matching defs:ddata
90 #define ddata_to_dev(ddata) (&(ddata->bitbang.master->dev)) argument
91 #define efm32_spi_vdbg(ddata, format, arg...) \ argument
94 static void efm32_spi_write32(struct efm32_spi_ddata *ddata, in efm32_spi_write32()
100 static u32 efm32_spi_read32(struct efm32_spi_ddata *ddata, unsigned offset) in efm32_spi_read32()
107 struct efm32_spi_ddata *ddata = spi_master_get_devdata(spi->master); in efm32_spi_chipselect() local
116 struct efm32_spi_ddata *ddata = spi_master_get_devdata(spi->master); in efm32_spi_setup_transfer() local
145 static void efm32_spi_tx_u8(struct efm32_spi_ddata *ddata) in efm32_spi_tx_u8()
159 static void efm32_spi_rx_u8(struct efm32_spi_ddata *ddata) in efm32_spi_rx_u8()
172 static void efm32_spi_filltx(struct efm32_spi_ddata *ddata) in efm32_spi_filltx()
183 struct efm32_spi_ddata *ddata = spi_master_get_devdata(spi->master); in efm32_spi_txrx_bufs() local
221 struct efm32_spi_ddata *ddata = data; in efm32_spi_rxirq() local
251 struct efm32_spi_ddata *ddata = data; in efm32_spi_txirq() local
280 static u32 efm32_spi_get_configured_location(struct efm32_spi_ddata *ddata) in efm32_spi_get_configured_location()
288 struct spi_master *master, struct efm32_spi_ddata *ddata) in efm32_spi_probe_dt()
318 struct efm32_spi_ddata *ddata; in efm32_spi_probe() local
460 struct efm32_spi_ddata *ddata = spi_master_get_devdata(master); in efm32_spi_remove() local