Home
last modified time | relevance | path

Searched defs:spi_slave (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dspi.h109 struct spi_slave { struct
111 struct udevice *dev; /* struct spi_slave is dev->parentdata */ argument
112 uint max_hz;
117 uint mode;
118 unsigned int wordlen;
119 unsigned int max_read_size;
120 unsigned int max_write_size;
121 void *memory_map;
122 u8 option;
146 * @offset: Offset of struct spi_slave within slave structure. argument
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_panel.c68 struct spi_slave *spi_slave; member