Searched refs:_write_user_prot_reg (Results 1 – 7 of 7) sorted by relevance
178 return part->parent->_write_user_prot_reg(part->parent, from, len, in part_write_user_prot_reg()391 if (parent->_write_user_prot_reg) in allocate_partition()392 slave->mtd._write_user_prot_reg = part_write_user_prot_reg; in allocate_partition()
1715 if (!mtd->_write_user_prot_reg) in mtd_write_user_prot_reg()1719 ret = mtd->_write_user_prot_reg(mtd, to, len, retlen, buf); in mtd_write_user_prot_reg()
298 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
596 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()
598 mtd->_write_user_prot_reg = cfi_amdstd_write_user_prot_reg; in cfi_cmdset_0002()
3959 mtd->_write_user_prot_reg = onenand_write_user_prot_reg; in onenand_scan()