Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdpart.c378 return mtd->parent->_get_user_prot_info(mtd->parent, len, retlen, in part_get_user_prot_info()
639 if (master->_get_user_prot_info) in allocate_partition()
640 slave->_get_user_prot_info = part_get_user_prot_info; in allocate_partition()
H A Dmtdcore.c1520 if (!mtd->_get_user_prot_info) in mtd_get_user_prot_info()
1524 return mtd->_get_user_prot_info(mtd, len, retlen, buf); in mtd_get_user_prot_info()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h262 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len, member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h331 int (*_get_user_prot_info) (struct mtd_info *mtd, size_t len, member
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dmtd_dataflash.c589 device->_get_user_prot_info = dataflash_get_otp_info; in otp_setup()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c1867 if (!master->_get_user_prot_info) in mtd_get_user_prot_info()
1871 return master->_get_user_prot_info(master, len, retlen, buf); in mtd_get_user_prot_info()
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c656 mtd->_get_user_prot_info = cfi_intelext_get_user_prot_info; in cfi_intelext_setup()
H A Dcfi_cmdset_0002.c620 mtd->_get_user_prot_info = cfi_amdstd_get_user_prot_info; in cfi_cmdset_0002()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_base.c3952 mtd->_get_user_prot_info = onenand_get_user_prot_info; in onenand_scan()