Home
last modified time | relevance | path

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

/drivers/mtd/tests/
Dnandbiterrs.c103 static int write_page(int log) in write_page() function
224 err = write_page(1); in incremental_errors_test()
287 err = write_page(1); in overwrite_test()
/drivers/mtd/nand/
Dnand_base.c2270 status = chip->ecc.write_page(mtd, chip, buf, oob_required); in nand_write_page()
2457 ret = chip->write_page(mtd, chip, column, bytes, wbuf, in nand_do_write_ops()
3932 if (!chip->write_page) in nand_scan_tail()
3933 chip->write_page = nand_write_page; in nand_scan_tail()
3954 if (!ecc->write_page) in nand_scan_tail()
3955 ecc->write_page = nand_write_page_hwecc; in nand_scan_tail()
3973 !ecc->write_page || in nand_scan_tail()
3974 ecc->write_page == nand_write_page_hwecc)) { in nand_scan_tail()
3981 if (!ecc->write_page) in nand_scan_tail()
3982 ecc->write_page = nand_write_page_syndrome; in nand_scan_tail()
[all …]
Ddocg4.c923 static int write_page(struct mtd_info *mtd, struct nand_chip *nand, in write_page() function
982 return write_page(mtd, nand, buf, false); in docg4_write_page_raw()
988 return write_page(mtd, nand, buf, true); in docg4_write_page()
1243 nand->ecc.write_page = docg4_write_page; in init_mtd_structs()
Dcafe_nand.c543 status = chip->ecc.write_page(mtd, chip, buf, oob_required); in cafe_nand_write_page()
803 cafe->nand.write_page = cafe_nand_write_page; in cafe_nand_probe()
804 cafe->nand.ecc.write_page = cafe_nand_write_page_lowlevel; in cafe_nand_probe()
Ddenali.c1054 static int write_page(struct mtd_info *mtd, struct nand_chip *chip, in write_page() function
1117 return write_page(mtd, chip, buf, false); in denali_write_page()
1132 return write_page(mtd, chip, buf, true); in denali_write_page_raw()
1625 denali->nand.ecc.write_page = denali_write_page; in denali_init()
Domap2.c1911 nand_chip->ecc.write_page = omap_write_page_bch; in omap_nand_probe()
1975 nand_chip->ecc.write_page = omap_write_page_bch; in omap_nand_probe()
2005 nand_chip->ecc.write_page = omap_write_page_bch; in omap_nand_probe()
Datmel_nand.c1227 nand_chip->ecc.write_page = atmel_nand_pmecc_write_page; in atmel_pmecc_nand_init_params()
1941 status = chip->ecc.write_page(mtd, chip, buf, oob_required); in nfc_sram_write_page()
2007 chip->write_page = nfc_sram_write_page; in nfc_sram_init()
Dlpc32xx_mlc.c713 nand_chip->ecc.write_page = lpc32xx_write_page_lowlevel; in lpc32xx_nand_probe()
Dfsl_elbc_nand.c776 chip->ecc.write_page = fsl_elbc_write_page; in fsl_elbc_chip_init()
Dlpc32xx_slc.c835 chip->ecc.write_page = lpc32xx_nand_write_page_syndrome; in lpc32xx_nand_probe()
Dfsl_ifc_nand.c919 chip->ecc.write_page = fsl_ifc_write_page; in fsl_ifc_chip_init()
Dsh_flctl.c1002 chip->ecc.write_page = flctl_write_page_hwecc; in flctl_chip_init_tail()
Dpxa3xx_nand.c1634 chip->ecc.write_page = pxa3xx_nand_write_page_hwecc; in alloc_nand_resource()
/drivers/vhost/
Dvhost.c954 u64 write_page = write_address / VHOST_PAGE_SIZE; in log_write() local
962 u64 log = base + write_page / 8; in log_write()
963 int bit = write_page % 8; in log_write()
972 write_page += 1; in log_write()
/drivers/md/
Dbitmap.c263 static void write_page(struct bitmap *bitmap, struct page *page, int wait) in write_page() function
426 write_page(bitmap, bitmap->storage.sb_page, 1); in bitmap_update_sb()
899 write_page(bitmap, bitmap->storage.filemap[i], 0); in bitmap_unplug()
1009 write_page(bitmap, page, 1); in bitmap_init_from_disk()
1206 write_page(bitmap, bitmap->storage.filemap[j], 0); in bitmap_daemon_work()
/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c877 chip->ecc.write_page = spinand_write_page_hwecc; in spinand_probe()
/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1664 ecc->write_page = gpmi_ecc_write_page; in gpmi_init_last()