Lines Matching defs:ddata
93 #define ddata_to_dev(ddata) (&(ddata->bitbang.master->dev)) argument
94 #define efm32_spi_vdbg(ddata, format, arg...) \ argument
97 static void efm32_spi_write32(struct efm32_spi_ddata *ddata, in efm32_spi_write32()
103 static u32 efm32_spi_read32(struct efm32_spi_ddata *ddata, unsigned offset) in efm32_spi_read32()
110 struct efm32_spi_ddata *ddata = spi_master_get_devdata(spi->master); in efm32_spi_chipselect() local
119 struct efm32_spi_ddata *ddata = spi_master_get_devdata(spi->master); in efm32_spi_setup_transfer() local
148 static void efm32_spi_tx_u8(struct efm32_spi_ddata *ddata) in efm32_spi_tx_u8()
162 static void efm32_spi_rx_u8(struct efm32_spi_ddata *ddata) in efm32_spi_rx_u8()
175 static void efm32_spi_filltx(struct efm32_spi_ddata *ddata) in efm32_spi_filltx()
186 struct efm32_spi_ddata *ddata = spi_master_get_devdata(spi->master); in efm32_spi_txrx_bufs() local
224 struct efm32_spi_ddata *ddata = data; in efm32_spi_rxirq() local
254 struct efm32_spi_ddata *ddata = data; in efm32_spi_txirq() local
283 static u32 efm32_spi_get_configured_location(struct efm32_spi_ddata *ddata) in efm32_spi_get_configured_location()
291 struct spi_master *master, struct efm32_spi_ddata *ddata) in efm32_spi_probe_dt()
321 struct efm32_spi_ddata *ddata; in efm32_spi_probe() local
465 struct efm32_spi_ddata *ddata = spi_master_get_devdata(master); in efm32_spi_remove() local