Searched refs:mpc52xx_spi (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi-mpc52xx.c61 struct mpc52xx_spi { struct
83 int (*state)(int irq, struct mpc52xx_spi *ms, u8 status, u8 data);
96 static void mpc52xx_spi_chipsel(struct mpc52xx_spi *ms, int value) mpc52xx_spi_chipsel()
112 static void mpc52xx_spi_start_transfer(struct mpc52xx_spi *ms) mpc52xx_spi_start_transfer()
132 static int mpc52xx_spi_fsmstate_transfer(int irq, struct mpc52xx_spi *ms,
134 static int mpc52xx_spi_fsmstate_wait(int irq, struct mpc52xx_spi *ms,
144 mpc52xx_spi_fsmstate_idle(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) mpc52xx_spi_fsmstate_idle()
210 static int mpc52xx_spi_fsmstate_transfer(int irq, struct mpc52xx_spi *ms, mpc52xx_spi_fsmstate_transfer()
274 mpc52xx_spi_fsmstate_wait(int irq, struct mpc52xx_spi *ms, u8 status, u8 data) mpc52xx_spi_fsmstate_wait()
313 * @ms: pointer to mpc52xx_spi driver data
315 static void mpc52xx_spi_fsm_process(int irq, struct mpc52xx_spi *ms) mpc52xx_spi_fsm_process()
337 struct mpc52xx_spi *ms = _ms; mpc52xx_spi_irq()
349 struct mpc52xx_spi *ms = container_of(work, struct mpc52xx_spi, work); mpc52xx_spi_wq()
363 struct mpc52xx_spi *ms = spi_master_get_devdata(spi->master); mpc52xx_spi_transfer()
383 struct mpc52xx_spi *ms; mpc52xx_spi_probe()
520 struct mpc52xx_spi *ms = spi_master_get_devdata(master); mpc52xx_spi_remove()

Completed in 32 milliseconds