| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/u-boot/include/mtd/ |
| H A D | mtd-abi.h | 135 struct otp_info { struct 174 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 176 #define OTPLOCK _IOR('M', 16, struct otp_info)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/ |
| H A D | mtd-abi.h | 145 struct otp_info { struct 184 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 186 #define OTPLOCK _IOR('M', 16, struct otp_info)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/ |
| H A D | mtd-abi.h | 145 struct otp_info { struct 184 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info) 186 #define OTPLOCK _IOR('M', 16, struct otp_info)
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | otp_eeprom.h | 167 struct otp_info { struct 182 struct otp_info *otp; argument
|
| H A D | otp_eeprom.c | 124 struct otp_info *otp_ptr; in otp_read_data() 294 struct otp_info *otp_ptr, in rkotp_read_module_info() 402 struct otp_info *otp_ptr, in rkotp_read_awb() 475 struct otp_info *otp_ptr, in rkotp_read_lsc() 550 struct otp_info *otp_ptr, in rkotp_read_pdaf() 679 struct otp_info *otp_ptr, in rkotp_read_af() 732 struct otp_info *otp_ptr; in rkotp_read_data() 831 sizeof(struct otp_info)); in eeprom_ioctl()
|
| H A D | ov50c40.c | 193 struct otp_info *otp; 6162 static void ov50c40_get_otp(struct otp_info *otp, in ov50c40_get_otp() 6244 struct otp_info *otp = ov50c40->otp; in ov50c40_get_module_inf() 7040 struct otp_info *otp_ptr; in ov50c40_probe()
|
| H A D | imx586.c | 199 struct otp_info *otp; 1165 static void imx586_get_otp(struct otp_info *otp, in imx586_get_otp() 1247 struct otp_info *otp = imx586->otp; in imx586_get_module_inf() 2031 struct otp_info *otp_ptr; in imx586_probe()
|
| H A D | s5kjn1.c | 179 struct otp_info *otp; 1224 static void s5kjn1_get_otp(struct otp_info *otp, in s5kjn1_get_otp() 1306 struct otp_info *otp = s5kjn1->otp; in s5kjn1_get_module_inf() 2084 struct otp_info *otp_ptr; in s5kjn1_probe()
|
| H A D | gc8034.c | 213 struct otp_info *otp; 1427 static void gc8034_get_otp(struct otp_info *otp, in gc8034_get_otp() 2021 struct otp_info *otp = gc8034->otp; in gc8034_get_module_inf() 3069 struct otp_info *otp_ptr; in gc8034_probe()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 259 size_t *retlen, struct otp_info *buf); 263 size_t *retlen, struct otp_info *buf); 424 struct otp_info *buf); 428 struct otp_info *buf);
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/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 | 1836 struct otp_info *buf) in mtd_get_fact_prot_info() 1863 struct otp_info *buf) in mtd_get_user_prot_info()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 78 size_t *, struct otp_info *); 80 size_t *, struct otp_info *); 2372 struct otp_info *otpinfo; in cfi_intelext_otp_walk() 2374 len -= sizeof(struct otp_info); in cfi_intelext_otp_walk() 2384 otpinfo = (struct otp_info *)buf; in cfi_intelext_otp_walk() 2465 size_t *retlen, struct otp_info *buf) in cfi_intelext_get_fact_prot_info() 2473 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdpart.c | 376 size_t *retlen, struct otp_info *buf) in part_get_user_prot_info() 390 size_t *retlen, struct otp_info *buf) in part_get_fact_prot_info()
|
| H A D | mtdcore.c | 1495 struct otp_info *buf) in mtd_get_fact_prot_info() 1518 struct otp_info *buf) in mtd_get_user_prot_info()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | mtd_dataflash.c | 437 size_t *retlen, struct otp_info *info) in dataflash_get_otp_info()
|