/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/include/uapi/mtd/ |
H A D | mtd-abi.h | 146 struct otp_info { struct 185 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 187 #define OTPLOCK _IOR('M', 16, struct otp_info)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 96 struct otp_info { struct 114 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 115 #define OTPLOCK _IOR('M', 16, struct otp_info)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 82 struct otp_info { struct 100 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 101 #define OTPLOCK _IOR('M', 16, struct otp_info)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/ |
H A D | mtd-abi.h | 96 struct otp_info { struct 114 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 115 #define OTPLOCK _IOR('M', 16, struct otp_info)
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | mtd.h | 328 size_t *retlen, struct otp_info *buf); 332 size_t *retlen, struct otp_info *buf); 508 struct otp_info *buf); 512 struct otp_info *buf);
|
/kernel/linux/linux-6.6/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);
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdchar.c | 914 struct otp_info *buf = kmalloc(4096, GFP_KERNEL); in mtdchar_ioctl() 931 int nbr = retlen / sizeof(struct otp_info); in mtdchar_ioctl() 944 struct otp_info oinfo; in mtdchar_ioctl()
|
H A D | mtdcore.c | 1873 struct otp_info *buf) in mtd_get_fact_prot_info() 1900 struct otp_info *buf) in mtd_get_user_prot_info()
|
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | cfi_cmdset_0001.c | 78 size_t *, struct otp_info *); 80 size_t *, struct otp_info *); 2386 * we fill buf with otp_info records. in cfi_intelext_otp_walk() 2388 struct otp_info *otpinfo; in cfi_intelext_otp_walk() 2390 len -= sizeof(struct otp_info); in cfi_intelext_otp_walk() 2400 otpinfo = (struct otp_info *)buf; in cfi_intelext_otp_walk() 2481 size_t *retlen, struct otp_info *buf) in cfi_intelext_get_fact_prot_info() 2489 size_t *retlen, struct otp_info *buf) in cfi_intelext_get_user_prot_info()
|
H A D | cfi_cmdset_0002.c | 78 size_t *, struct otp_info *); 80 size_t *, struct otp_info *); 1564 struct otp_info *otpinfo; in cfi_amdstd_otp_walk() 1568 otpinfo = (struct otp_info *)buf; in cfi_amdstd_otp_walk() 1595 size_t *retlen, struct otp_info *buf) in cfi_amdstd_get_fact_prot_info() 1602 size_t *retlen, struct otp_info *buf) in cfi_amdstd_get_user_prot_info()
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | cfi_cmdset_0001.c | 80 size_t *, struct otp_info *); 82 size_t *, struct otp_info *); 2388 * we fill buf with otp_info records. in cfi_intelext_otp_walk() 2390 struct otp_info *otpinfo; in cfi_intelext_otp_walk() 2392 len -= sizeof(struct otp_info); in cfi_intelext_otp_walk() 2402 otpinfo = (struct otp_info *)buf; in cfi_intelext_otp_walk() 2483 size_t *retlen, struct otp_info *buf) in cfi_intelext_get_fact_prot_info() 2491 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 *); 1568 struct otp_info *otpinfo; in cfi_amdstd_otp_walk() 1572 otpinfo = (struct otp_info *)buf; in cfi_amdstd_otp_walk() 1599 size_t *retlen, struct otp_info *buf) in cfi_amdstd_get_fact_prot_info() 1606 size_t *retlen, struct otp_info *buf) in cfi_amdstd_get_user_prot_info()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nand_macronix.c | 331 struct otp_info *buf) in macronix_30lfxg18ac_get_otp_info()
|
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdchar.c | 1111 struct otp_info *buf = kmalloc(4096, GFP_KERNEL); in mtdchar_ioctl() 1128 int nbr = retlen / sizeof(struct otp_info); in mtdchar_ioctl() 1142 struct otp_info oinfo; in mtdchar_ioctl()
|
H A D | mtdcore.c | 854 struct otp_info *info; in mtd_otp_size() 2127 struct otp_info *buf) in mtd_get_fact_prot_info() 2154 struct otp_info *buf) in mtd_get_user_prot_info()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 3065 struct otp_info *otpinfo; in onenand_otp_walk() 3067 len -= sizeof(struct otp_info); in onenand_otp_walk() 3073 otpinfo = (struct otp_info *) buf; in onenand_otp_walk() 3079 buf += sizeof(struct otp_info); in onenand_otp_walk() 3080 *retlen += sizeof(struct otp_info); in onenand_otp_walk() 3110 size_t *retlen, struct otp_info *buf) in onenand_get_fact_prot_info() 3142 size_t *retlen, struct otp_info *buf) in onenand_get_user_prot_info()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 3072 struct otp_info *otpinfo; in onenand_otp_walk() 3074 len -= sizeof(struct otp_info); in onenand_otp_walk() 3080 otpinfo = (struct otp_info *) buf; in onenand_otp_walk() 3086 buf += sizeof(struct otp_info); in onenand_otp_walk() 3087 *retlen += sizeof(struct otp_info); in onenand_otp_walk() 3117 size_t *retlen, struct otp_info *buf) in onenand_get_fact_prot_info() 3149 size_t *retlen, struct otp_info *buf) in onenand_get_user_prot_info()
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | otp.c | 247 size_t *retlen, struct otp_info *buf) in spi_nor_mtd_otp_info()
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | mtd_dataflash.c | 437 size_t *retlen, struct otp_info *info) in dataflash_get_otp_info()
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | mtd_dataflash.c | 443 size_t *retlen, struct otp_info *info) in dataflash_get_otp_info()
|