Searched defs:spi_nor_locking_ops (Results 1 – 1 of 1) sorted by relevance
285 struct spi_nor_locking_ops { struct286 int (*lock)(struct spi_nor *nor, loff_t ofs, uint64_t len);287 int (*unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len);288 int (*is_locked)(struct spi_nor *nor, loff_t ofs, uint64_t len);