Home
last modified time | relevance | path

Searched defs:spinand_user_otp_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/mtd/
Dspinand.h407 struct spinand_user_otp_ops { struct
408 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