Lines Matching refs:spi_master
115 static int ep93xx_spi_calc_divisors(struct spi_master *master, in ep93xx_spi_calc_divisors()
149 static int ep93xx_spi_chip_setup(struct spi_master *master, in ep93xx_spi_chip_setup()
179 static void ep93xx_do_write(struct spi_master *master) in ep93xx_do_write()
197 static void ep93xx_do_read(struct spi_master *master) in ep93xx_do_read()
226 static int ep93xx_spi_read_write(struct spi_master *master) in ep93xx_spi_read_write()
259 ep93xx_spi_dma_prepare(struct spi_master *master, in ep93xx_spi_dma_prepare()
362 static void ep93xx_spi_dma_finish(struct spi_master *master, in ep93xx_spi_dma_finish()
382 struct spi_master *master = callback_param; in ep93xx_spi_dma_callback()
390 static int ep93xx_spi_dma_transfer(struct spi_master *master) in ep93xx_spi_dma_transfer()
425 struct spi_master *master = dev_id; in ep93xx_spi_interrupt()
468 static int ep93xx_spi_transfer_one(struct spi_master *master, in ep93xx_spi_transfer_one()
505 static int ep93xx_spi_prepare_message(struct spi_master *master, in ep93xx_spi_prepare_message()
533 static int ep93xx_spi_prepare_hardware(struct spi_master *master) in ep93xx_spi_prepare_hardware()
550 static int ep93xx_spi_unprepare_hardware(struct spi_master *master) in ep93xx_spi_unprepare_hardware()
635 struct spi_master *master; in ep93xx_spi_probe()
758 struct spi_master *master = platform_get_drvdata(pdev); in ep93xx_spi_remove()