Searched refs:to_atmel_spi (Results 1 – 2 of 2) sorted by relevance
108 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_free_slave()115 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_claim_bus()131 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_release_bus()140 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_xfer()
87 static inline struct atmel_spi_slave *to_atmel_spi(struct spi_slave *slave) in to_atmel_spi() function