Searched defs:spi_nor_locking_ops (Results 1 – 1 of 1) sorted by relevance
179 struct spi_nor_locking_ops { struct180 int (*lock)(struct spi_nor *nor, loff_t ofs, uint64_t len);181 int (*unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len);182 int (*is_locked)(struct spi_nor *nor, loff_t ofs, uint64_t len);