Lines Matching defs:ddata
86 #define ddata_to_dev(ddata) (&(ddata->bitbang.master->dev)) argument
87 #define efm32_spi_vdbg(ddata, format, arg...) \ argument
90 static void efm32_spi_write32(struct efm32_spi_ddata *ddata, in efm32_spi_write32()
96 static u32 efm32_spi_read32(struct efm32_spi_ddata *ddata, unsigned offset) in efm32_spi_read32()
104 struct efm32_spi_ddata *ddata = spi_master_get_devdata(spi->master); in efm32_spi_setup_transfer() local
133 static void efm32_spi_tx_u8(struct efm32_spi_ddata *ddata) in efm32_spi_tx_u8()
147 static void efm32_spi_rx_u8(struct efm32_spi_ddata *ddata) in efm32_spi_rx_u8()
160 static void efm32_spi_filltx(struct efm32_spi_ddata *ddata) in efm32_spi_filltx()
171 struct efm32_spi_ddata *ddata = spi_master_get_devdata(spi->master); in efm32_spi_txrx_bufs() local
209 struct efm32_spi_ddata *ddata = data; in efm32_spi_rxirq() local
239 struct efm32_spi_ddata *ddata = data; in efm32_spi_txirq() local
268 static u32 efm32_spi_get_configured_location(struct efm32_spi_ddata *ddata) in efm32_spi_get_configured_location()
276 struct spi_master *master, struct efm32_spi_ddata *ddata) in efm32_spi_probe_dt()
306 struct efm32_spi_ddata *ddata; in efm32_spi_probe() local
422 struct efm32_spi_ddata *ddata = spi_master_get_devdata(master); in efm32_spi_remove() local