Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dmtdpart.c183 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()
Dmtdcore.c1634 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()
/Linux-v4.19/include/linux/mtd/
Dmtd.h307 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
/Linux-v4.19/drivers/mtd/devices/
Dmtd_dataflash.c600 device->_write_user_prot_reg = dataflash_write_user_otp; in otp_setup()
/Linux-v4.19/drivers/mtd/chips/
Dcfi_cmdset_0001.c652 mtd->_write_user_prot_reg = cfi_intelext_write_user_prot_reg; in cfi_intelext_setup()
Dcfi_cmdset_0002.c540 mtd->_write_user_prot_reg = cfi_amdstd_write_user_prot_reg; in cfi_cmdset_0002()
/Linux-v4.19/drivers/mtd/nand/onenand/
Donenand_base.c3953 mtd->_write_user_prot_reg = onenand_write_user_prot_reg; in onenand_scan()