Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Dmtd.h433 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
/Linux-v5.4/drivers/mtd/
Dmtdcore.c1709 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg() function
1729 EXPORT_SYMBOL_GPL(mtd_write_user_prot_reg);
Dmtdchar.c265 ret = mtd_write_user_prot_reg(mtd, *ppos, len, in mtdchar_write()