Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h310 struct spi_nor_controller_ops { struct
311 int (*prepare)(struct spi_nor *nor);
312 void (*unprepare)(struct spi_nor *nor);
313 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, size_t len);
314 int (*write_reg)(struct spi_nor *nor, u8 opcode, const u8 *buf,
317 ssize_t (*read)(struct spi_nor *nor, loff_t from, size_t len, u8 *buf);
318 ssize_t (*write)(struct spi_nor *nor, loff_t to, size_t len,
320 int (*erase)(struct spi_nor *nor, loff_t offs);