Searched refs:__spi_validate_bits_per_word (Results 1 – 1 of 1) sorted by relevance
2001 static int __spi_validate_bits_per_word(struct spi_master *master, u8 bits_per_word) in __spi_validate_bits_per_word() function2075 status = __spi_validate_bits_per_word(spi->master, spi->bits_per_word); in spi_setup()2149 if (__spi_validate_bits_per_word(master, xfer->bits_per_word)) in __spi_validate()