Searched refs:_write_user_prot_reg (Results 1 – 7 of 7) sorted by relevance
183 return part->parent->_write_user_prot_reg(part->parent, from, len, in part_write_user_prot_reg()395 if (parent->_write_user_prot_reg) in allocate_partition()396 slave->mtd._write_user_prot_reg = part_write_user_prot_reg; in allocate_partition()
1634 if (!mtd->_write_user_prot_reg) in mtd_write_user_prot_reg()1638 ret = mtd->_write_user_prot_reg(mtd, to, len, retlen, buf); in mtd_write_user_prot_reg()
307 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
600 device->_write_user_prot_reg = dataflash_write_user_otp; in otp_setup()
652 mtd->_write_user_prot_reg = cfi_intelext_write_user_prot_reg; in cfi_intelext_setup()
540 mtd->_write_user_prot_reg = cfi_amdstd_write_user_prot_reg; in cfi_cmdset_0002()
3953 mtd->_write_user_prot_reg = onenand_write_user_prot_reg; in onenand_scan()