Lines Matching defs:sst25l_flash
46 struct sst25l_flash {
60 #define to_sst25l_flash(x) container_of(x, struct sst25l_flash, mtd)
67 static int sst25l_status(struct sst25l_flash *flash, int *status)
91 static int sst25l_write_enable(struct sst25l_flash *flash, int enable)
123 static int sst25l_wait_till_ready(struct sst25l_flash *flash)
142 static int sst25l_erase_sector(struct sst25l_flash *flash, uint32_t offset)
168 struct sst25l_flash *flash = to_sst25l_flash(mtd);
209 struct sst25l_flash *flash = to_sst25l_flash(mtd);
252 struct sst25l_flash *flash = to_sst25l_flash(mtd);
351 struct sst25l_flash *flash;
403 struct sst25l_flash *flash = spi_get_drvdata(spi);