Searched defs:spi_slave (Results 1 – 1 of 1) sorted by relevance
95 struct spi_slave { struct97 struct udevice *dev; /* struct spi_slave is dev->parentdata */ argument98 uint max_hz;99 uint speed;104 uint mode;105 unsigned int wordlen;106 unsigned int max_read_size;107 unsigned int max_write_size;131 * @offset: Offset of struct spi_slave within slave structure. argument