Searched defs:spi_nor_locking_ops (Results 1 – 1 of 1) sorted by relevance
474 struct spi_nor_locking_ops { struct475 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);