Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdpart.c423 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 Dmtdcore.c1546 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 Dmtd.h266 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h335 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dmtd_dataflash.c596 device->_write_user_prot_reg = dataflash_write_user_otp; in otp_setup()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c1896 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 Dcfi_cmdset_0001.c653 mtd->_write_user_prot_reg = cfi_intelext_write_user_prot_reg; in cfi_intelext_setup()
H A Dcfi_cmdset_0002.c621 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 Donenand_base.c3954 mtd->_write_user_prot_reg = onenand_write_user_prot_reg; in onenand_scan()