Searched defs:spinand_user_otp_ops (Results 1 – 1 of 1) sorted by relevance
407 struct spinand_user_otp_ops { struct408 int (*info)(struct spinand_device *spinand, size_t len,410 int (*lock)(struct spinand_device *spinand, loff_t from, size_t len);411 int (*erase)(struct spinand_device *spinand, loff_t from, size_t len);435 const struct spinand_user_otp_ops *ops; argument