Searched defs:spi_nor_controller_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/mtd/ |
| D | spi-nor.h | 308 struct spi_nor_controller_ops { struct 309 int (*prepare)(struct spi_nor *nor); 310 void (*unprepare)(struct spi_nor *nor); 311 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, size_t len); 312 int (*write_reg)(struct spi_nor *nor, u8 opcode, const u8 *buf, 315 ssize_t (*read)(struct spi_nor *nor, loff_t from, size_t len, u8 *buf); 316 ssize_t (*write)(struct spi_nor *nor, loff_t to, size_t len, 318 int (*erase)(struct spi_nor *nor, loff_t offs);
|
| /kernel/linux/linux-6.6/include/linux/mtd/ |
| D | spi-nor.h | 305 struct spi_nor_controller_ops { struct 306 int (*prepare)(struct spi_nor *nor); 307 void (*unprepare)(struct spi_nor *nor); 308 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, size_t len); 309 int (*write_reg)(struct spi_nor *nor, u8 opcode, const u8 *buf, 312 ssize_t (*read)(struct spi_nor *nor, loff_t from, size_t len, u8 *buf); 313 ssize_t (*write)(struct spi_nor *nor, loff_t to, size_t len, 315 int (*erase)(struct spi_nor *nor, loff_t offs);
|