Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mtd/
Dmtd.h435 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
/Linux-v4.19/drivers/mtd/
Dmtdcore.c1628 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg() function
1648 EXPORT_SYMBOL_GPL(mtd_write_user_prot_reg);
Dmtdchar.c279 ret = mtd_write_user_prot_reg(mtd, *ppos, len, in mtdchar_write()