Searched refs:otp_info (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/mtd/ |
| H A D | mtd-abi.h | 193 struct otp_info { struct 232 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 234 #define OTPLOCK _IOR('M', 16, struct otp_info) 256 #define OTPERASE _IOW('M', 25, struct otp_info)
|
| /linux/include/linux/mtd/ |
| H A D | mtd.h | 331 size_t *retlen, struct otp_info *buf); 335 size_t *retlen, struct otp_info *buf); 516 struct otp_info *buf); 520 struct otp_info *buf);
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 3073 struct otp_info *otpinfo; in onenand_otp_walk() 3075 len -= sizeof(struct otp_info); in onenand_otp_walk() 3081 otpinfo = (struct otp_info *) buf; in onenand_otp_walk() 3087 buf += sizeof(struct otp_info); in onenand_otp_walk() 3088 *retlen += sizeof(struct otp_info); in onenand_otp_walk() 3118 size_t *retlen, struct otp_info *buf) in onenand_get_fact_prot_info() 3150 size_t *retlen, struct otp_info *buf) in onenand_get_user_prot_info()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_macronix.c | 331 struct otp_info *buf) in macronix_30lfxg18ac_get_otp_info()
|
| /linux/drivers/mtd/ |
| H A D | mtdcore.c | 925 struct otp_info *info; in mtd_otp_size() 2228 struct otp_info *buf) in mtd_get_fact_prot_info() 2255 struct otp_info *buf) in mtd_get_user_prot_info()
|
| /linux/drivers/mtd/devices/ |
| H A D | mtd_dataflash.c | 443 size_t *retlen, struct otp_info *info) in dataflash_get_otp_info()
|