Home
last modified time | relevance | path

Searched refs:mtd_write_user_prot_reg (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h426 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
/openbmc/linux/include/linux/mtd/
H A Dmtd.h523 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c1539 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg() function
1559 EXPORT_SYMBOL_GPL(mtd_write_user_prot_reg);
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c2184 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg() function
2205 EXPORT_SYMBOL_GPL(mtd_write_user_prot_reg);
H A Dmtdchar.c257 ret = mtd_write_user_prot_reg(mtd, *ppos, len, in mtdchar_write()