Home
last modified time | relevance | path

Searched refs:otp_info (Results 1 – 9 of 9) sorted by relevance

/linux/include/uapi/mtd/
A Dmtd-abi.h146 struct otp_info { struct
185 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info)
187 #define OTPLOCK _IOR('M', 16, struct otp_info)
209 #define OTPERASE _IOW('M', 25, struct otp_info)
/linux/include/linux/mtd/
A Dmtd.h327 size_t *retlen, struct otp_info *buf);
331 size_t *retlen, struct otp_info *buf);
514 struct otp_info *buf);
518 struct otp_info *buf);
/linux/drivers/mtd/
A Dmtdchar.c905 struct otp_info *buf = kmalloc(4096, GFP_KERNEL); in mtdchar_ioctl()
922 int nbr = retlen / sizeof(struct otp_info); in mtdchar_ioctl()
936 struct otp_info oinfo; in mtdchar_ioctl()
A Dmtdcore.c784 struct otp_info *info; in mtd_otp_size()
1992 struct otp_info *buf) in mtd_get_fact_prot_info()
2019 struct otp_info *buf) in mtd_get_user_prot_info()
/linux/drivers/mtd/chips/
A Dcfi_cmdset_0001.c79 size_t *, struct otp_info *);
81 size_t *, struct otp_info *);
2373 struct otp_info *otpinfo; in cfi_intelext_otp_walk()
2375 len -= sizeof(struct otp_info); in cfi_intelext_otp_walk()
2385 otpinfo = (struct otp_info *)buf; in cfi_intelext_otp_walk()
2466 size_t *retlen, struct otp_info *buf) in cfi_intelext_get_fact_prot_info()
2474 size_t *retlen, struct otp_info *buf) in cfi_intelext_get_user_prot_info()
A Dcfi_cmdset_0002.c74 size_t *, struct otp_info *);
76 size_t *, struct otp_info *);
1576 struct otp_info *otpinfo; in cfi_amdstd_otp_walk()
1580 otpinfo = (struct otp_info *)buf; in cfi_amdstd_otp_walk()
1607 size_t *retlen, struct otp_info *buf) in cfi_amdstd_get_fact_prot_info()
1614 size_t *retlen, struct otp_info *buf) in cfi_amdstd_get_user_prot_info()
/linux/drivers/mtd/nand/onenand/
A Donenand_base.c3060 struct otp_info *otpinfo; in onenand_otp_walk()
3062 len -= sizeof(struct otp_info); in onenand_otp_walk()
3068 otpinfo = (struct otp_info *) buf; in onenand_otp_walk()
3074 buf += sizeof(struct otp_info); in onenand_otp_walk()
3075 *retlen += sizeof(struct otp_info); in onenand_otp_walk()
3105 size_t *retlen, struct otp_info *buf) in onenand_get_fact_prot_info()
3137 size_t *retlen, struct otp_info *buf) in onenand_get_user_prot_info()
/linux/drivers/mtd/spi-nor/
A Dotp.c247 size_t *retlen, struct otp_info *buf) in spi_nor_mtd_otp_info()
/linux/drivers/mtd/devices/
A Dmtd_dataflash.c444 size_t *retlen, struct otp_info *info) in dataflash_get_otp_info()

Completed in 33 milliseconds