Searched defs:spinand_user_otp_ops (Results 1 – 1 of 1) sorted by relevance
451 struct spinand_user_otp_ops { struct452 int (*info)(struct spinand_device *spinand, size_t len,454 int (*lock)(struct spinand_device *spinand, loff_t from, size_t len);455 int (*erase)(struct spinand_device *spinand, loff_t from, size_t len);479 const struct spinand_user_otp_ops *ops; argument