Searched defs:spi_nor (Results 1 – 1 of 1) sorted by relevance
/include/linux/mtd/ |
D | spi-nor.h | 571 struct spi_nor { struct 585 enum spi_nor_protocol read_proto; argument 586 enum spi_nor_protocol write_proto; argument 587 enum spi_nor_protocol reg_proto; argument 591 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument 592 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument 593 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument 594 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); argument 596 ssize_t (*read)(struct spi_nor *nor, loff_t from, argument 598 ssize_t (*write)(struct spi_nor *nor, loff_t to, argument [all …]
|