Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dspi-nor.h154 struct spi_nor { struct
170 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument
171 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument
172 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument
173 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument
175 int (*read)(struct spi_nor *nor, loff_t from, argument
177 void (*write)(struct spi_nor *nor, loff_t to, argument
179 int (*erase)(struct spi_nor *nor, loff_t offs); argument
181 int (*flash_lock)(struct spi_nor *nor, loff_t ofs, uint64_t len); argument
182 int (*flash_unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len); argument
[all …]
/linux-4.4.14/drivers/mtd/devices/
Dm25p80.c33 struct spi_nor spi_nor; member