Searched refs:otp_info (Results 1 – 14 of 14) 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/drivers/mtd/nand/spi/ |
| H A D | esmt.c | 112 struct otp_info *buf, size_t *retlen, bool user) in f50l1g41lb_otp_info() 127 struct otp_info *buf, size_t *retlen) in f50l1g41lb_fact_otp_info() 133 struct otp_info *buf, size_t *retlen) in f50l1g41lb_user_otp_info()
|
| H A D | micron.c | 216 struct otp_info *buf, size_t *retlen, in mt29f2g01abagd_otp_info() 238 size_t len, struct otp_info *buf, in mt29f2g01abagd_fact_otp_info() 245 size_t len, struct otp_info *buf, in mt29f2g01abagd_user_otp_info()
|
| H A D | otp.c | 179 size_t *retlen, struct otp_info *buf, in spinand_mtd_otp_info() 200 size_t *retlen, struct otp_info *buf) in spinand_mtd_fact_otp_info() 206 size_t *retlen, struct otp_info *buf) in spinand_mtd_user_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);
|
| H A D | spinand.h | 512 struct otp_info *buf, size_t *retlen); 527 struct otp_info *buf, size_t *retlen);
|
| /linux/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 80 size_t *, struct otp_info *); 82 size_t *, struct otp_info *); 2386 struct otp_info *otpinfo; in cfi_intelext_otp_walk() 2388 len -= sizeof(struct otp_info); in cfi_intelext_otp_walk() 2398 otpinfo = (struct otp_info *)buf; in cfi_intelext_otp_walk() 2479 size_t *retlen, struct otp_info *buf) in cfi_intelext_get_fact_prot_info() 2487 size_t *retlen, struct otp_info *buf) in cfi_intelext_get_user_prot_info()
|
| H A D | cfi_cmdset_0002.c | 77 size_t *, struct otp_info *); 79 size_t *, struct otp_info *); 1567 struct otp_info *otpinfo; in cfi_amdstd_otp_walk() 1571 otpinfo = (struct otp_info *)buf; in cfi_amdstd_otp_walk() 1598 size_t *retlen, struct otp_info *buf) in cfi_amdstd_get_fact_prot_info() 1605 size_t *retlen, struct otp_info *buf) in cfi_amdstd_get_user_prot_info()
|
| /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/ |
| H A D | mtdchar.c | 1113 struct otp_info *buf = kmalloc(4096, GFP_KERNEL); in mtdchar_ioctl() 1130 int nbr = retlen / sizeof(struct otp_info); in mtdchar_ioctl() 1144 struct otp_info oinfo; in mtdchar_ioctl()
|
| H A D | mtdcore.c | 909 struct otp_info *info; in mtd_otp_size() 2196 struct otp_info *buf) in mtd_get_fact_prot_info() 2223 struct otp_info *buf) in mtd_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/spi-nor/ |
| H A D | otp.c | 248 size_t *retlen, struct otp_info *buf) in spi_nor_mtd_otp_info()
|
| /linux/drivers/mtd/devices/ |
| H A D | mtd_dataflash.c | 443 size_t *retlen, struct otp_info *info) in dataflash_get_otp_info()
|