Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/mtd/
Dmtd.h523 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len,
/linux-6.12.1/drivers/mtd/
Dmtdcore.c2193 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg() function
2214 EXPORT_SYMBOL_GPL(mtd_write_user_prot_reg);
Dmtdchar.c257 ret = mtd_write_user_prot_reg(mtd, *ppos, len, in mtdchar_write()