Searched refs:_write_user_prot_reg (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdpart.c | 423 return mtd->parent->_write_user_prot_reg(mtd->parent, from, len, in part_write_user_prot_reg() 635 if (master->_write_user_prot_reg) in allocate_partition() 636 slave->_write_user_prot_reg = part_write_user_prot_reg; in allocate_partition()
|
| H A D | mtdcore.c | 1546 if (!mtd->_write_user_prot_reg) in mtd_write_user_prot_reg() 1550 ret = mtd->_write_user_prot_reg(mtd, to, len, retlen, buf); in mtd_write_user_prot_reg()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | mtd.h | 266 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | mtd.h | 335 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | mtd_dataflash.c | 596 device->_write_user_prot_reg = dataflash_write_user_otp; in otp_setup()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdcore.c | 1896 if (!master->_write_user_prot_reg) in mtd_write_user_prot_reg() 1900 ret = master->_write_user_prot_reg(master, to, len, retlen, buf); in mtd_write_user_prot_reg()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 653 mtd->_write_user_prot_reg = cfi_intelext_write_user_prot_reg; in cfi_intelext_setup()
|
| H A D | cfi_cmdset_0002.c | 621 mtd->_write_user_prot_reg = cfi_amdstd_write_user_prot_reg; in cfi_cmdset_0002()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 3954 mtd->_write_user_prot_reg = onenand_write_user_prot_reg; in onenand_scan()
|