Searched refs:_write_user_prot_reg (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/mtd/ |
H A D | mtdpart.c | 422 return mtd->parent->_write_user_prot_reg(mtd->parent, from, len, in part_write_user_prot_reg() 634 if (master->_write_user_prot_reg) in allocate_partition() 635 slave->_write_user_prot_reg = part_write_user_prot_reg; in allocate_partition()
|
H A D | mtdcore.c | 1545 if (!mtd->_write_user_prot_reg) in mtd_write_user_prot_reg() 1549 ret = mtd->_write_user_prot_reg(mtd, to, len, retlen, buf); in mtd_write_user_prot_reg()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_macronix.c | 480 mtd->_write_user_prot_reg = macronix_30lfxg18ac_write_otp; in macronix_nand_setup_otp()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | otp.c | 504 mtd->_write_user_prot_reg = spi_nor_mtd_otp_write; in spi_nor_set_mtd_otp_ops()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 261 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 338 int (*_write_user_prot_reg) (struct mtd_info *mtd, loff_t to, member
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | mtd_dataflash.c | 602 device->_write_user_prot_reg = dataflash_write_user_otp; in otp_setup()
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdcore.c | 2191 if (!master->_write_user_prot_reg) in mtd_write_user_prot_reg() 2195 ret = master->_write_user_prot_reg(master, to, len, retlen, buf); in mtd_write_user_prot_reg()
|
/openbmc/linux/drivers/mtd/chips/ |
H A D | cfi_cmdset_0001.c | 671 mtd->_write_user_prot_reg = cfi_intelext_write_user_prot_reg; in cfi_intelext_setup()
|
H A D | cfi_cmdset_0002.c | 624 mtd->_write_user_prot_reg = cfi_amdstd_write_user_prot_reg; in cfi_cmdset_0002()
|
/openbmc/linux/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 3962 mtd->_write_user_prot_reg = onenand_write_user_prot_reg; in onenand_scan()
|