Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Dmtd.h291 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
/linux-4.4.14/drivers/mtd/
Dmtdcore.c1045 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg() function
1065 EXPORT_SYMBOL_GPL(mtd_write_user_prot_reg);
Dmtdchar.c275 ret = mtd_write_user_prot_reg(mtd, *ppos, len, in mtdchar_write()