Searched refs:nor (Results 1 – 2 of 2) sorted by relevance
/include/linux/mtd/ |
D | spi-nor.h | 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); 591 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); 592 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops); 593 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); [all …]
|
/include/ |
D | Kbuild | 380 header-test- += linux/mtd/spi-nor.h
|