Searched refs:spi_nor (Results 1 – 1 of 1) sorted by relevance
/include/linux/mtd/ |
D | spi-nor.h | 466 struct spi_nor; 475 int (*lock)(struct spi_nor *nor, loff_t ofs, uint64_t len); 476 int (*unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len); 477 int (*is_locked)(struct spi_nor *nor, loff_t ofs, uint64_t len); 517 int (*quad_enable)(struct spi_nor *nor); 518 int (*set_4byte)(struct spi_nor *nor, bool enable); 519 u32 (*convert_addr)(struct spi_nor *nor, u32 addr); 520 int (*setup)(struct spi_nor *nor, const struct spi_nor_hwcaps *hwcaps); 571 struct spi_nor { struct 591 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); argument [all …]
|