Searched defs:spi_nor_locking_ops (Results 1 – 1 of 1) sorted by relevance
184 struct spi_nor_locking_ops { struct185 int (*lock)(struct spi_nor *nor, loff_t ofs, uint64_t len);186 int (*unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len);187 int (*is_locked)(struct spi_nor *nor, loff_t ofs, uint64_t len);
Completed in 8 milliseconds