Searched refs:to_atmel_spi (Results 1 – 2 of 2) sorted by relevance
103 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_free_slave()110 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_claim_bus()126 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_release_bus()135 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