Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mtd/
Dmtd.h205 int (*_write_oob) (struct mtd_info *mtd, loff_t to, member
276 if (!mtd->_write_oob) in mtd_write_oob()
280 return mtd->_write_oob(mtd, to, ops); in mtd_write_oob()
354 return mtd->_read_oob && mtd->_write_oob; in mtd_has_oob()
/linux-4.1.27/drivers/mtd/
Dmtdconcat.c727 if (subdev[0]->_write_oob) in mtd_concat_create()
728 concat->mtd._write_oob = concat_write_oob; in mtd_concat_create()
770 !concat->mtd._write_oob != !subdev[i]->_write_oob) { in mtd_concat_create()
Dmtdpart.c203 return part->master->_write_oob(part->master, to + part->offset, ops); in part_write_oob()
410 if (master->_write_oob) in allocate_partition()
411 slave->mtd._write_oob = part_write_oob; in allocate_partition()
Dmtdchar.c377 if (!mtd->_write_oob) in mtdchar_writeoob()
556 if (!mtd->_write_oob) in mtdchar_write_ioctl()
/linux-4.1.27/drivers/staging/goldfish/
Dgoldfish_nand.c360 mtd->_write_oob = goldfish_nand_write_oob; in goldfish_nand_init_device()
/linux-4.1.27/drivers/mtd/devices/
Ddocg3.c1849 mtd->_write_oob = doc_write_oob; in doc_set_driver_info()
/linux-4.1.27/drivers/mtd/onenand/
Donenand_base.c4072 mtd->_write_oob = onenand_write_oob; in onenand_scan()
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c4172 mtd->_write_oob = nand_write_oob; in nand_scan_tail()