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