Searched defs:spi_flash_ops (Results 1 – 3 of 3) sorted by relevance
43 struct spi_flash_ops { struct44 int (*read)(const struct spi_flash *flash, u32 offset, size_t len,46 int (*write)(const struct spi_flash *flash, u32 offset, size_t len,48 int (*erase)(const struct spi_flash *flash, u32 offset, size_t len);49 int (*status)(const struct spi_flash *flash, u8 *reg);
206 const struct spi_flash_ops spi_flash_ops = { variable
907 static const struct spi_flash_ops spi_flash_ops = { variable