Home
last modified time | relevance | path

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

/include/linux/mtd/
Dmtd.h196 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member
272 if (!mtd->_write_oob) in mtd_write_oob()
276 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
349 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()