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

/linux-4.4.14/drivers/spi/
H A Dspi-bcm63xx.c141 struct bcm63xx_spi { struct
161 static inline u8 bcm_spi_readb(struct bcm63xx_spi *bs, bcm_spi_readb()
167 static inline u16 bcm_spi_readw(struct bcm63xx_spi *bs, bcm_spi_readw()
177 static inline void bcm_spi_writeb(struct bcm63xx_spi *bs, bcm_spi_writeb()
183 static inline void bcm_spi_writew(struct bcm63xx_spi *bs, bcm_spi_writew()
206 struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master); bcm63xx_spi_setup_transfer()
238 struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master); bcm63xx_txrx_bufs()
336 struct bcm63xx_spi *bs = spi_master_get_devdata(master); bcm63xx_spi_transfer_one()
417 struct bcm63xx_spi *bs = spi_master_get_devdata(master); bcm63xx_spi_interrupt()
489 struct bcm63xx_spi *bs; bcm63xx_spi_probe()
580 struct bcm63xx_spi *bs = spi_master_get_devdata(master); bcm63xx_spi_remove()
595 struct bcm63xx_spi *bs = spi_master_get_devdata(master); bcm63xx_spi_suspend()
607 struct bcm63xx_spi *bs = spi_master_get_devdata(master); bcm63xx_spi_resume()
636 MODULE_ALIAS("platform:bcm63xx_spi");

Completed in 61 milliseconds