Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/tests/
Dnandbiterrs.c141 static int read_page(int log) in read_page() function
234 err = read_page(1); in incremental_errors_test()
297 err = read_page(0); in overwrite_test()
/linux-4.1.27/fs/squashfs/
Dsuper.c210 msblk->read_page = squashfs_cache_init("data", in squashfs_fill_super()
212 if (msblk->read_page == NULL) { in squashfs_fill_super()
340 squashfs_cache_delete(msblk->read_page); in squashfs_fill_super()
388 squashfs_cache_delete(sbi->read_page); in squashfs_put_super()
Dsquashfs_fs_sb.h62 struct squashfs_cache *read_page; member
Dcache.c409 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
/linux-4.1.27/kernel/trace/
Dring_buffer_benchmark.c98 static enum event_status read_page(int cpu) in read_page() function
194 stat = read_page(cpu); in ring_buffer_consumer()
/linux-4.1.27/drivers/mtd/nand/
Ddocg4.c756 static int read_page(struct mtd_info *mtd, struct nand_chip *nand, in read_page() function
827 return read_page(mtd, nand, buf, page, false); in docg4_read_page_raw()
833 return read_page(mtd, nand, buf, page, true); in docg4_read_page()
1242 nand->ecc.read_page = docg4_read_page; in init_mtd_structs()
Dnand_base.c1612 ret = chip->ecc.read_page(mtd, chip, bufpoi, in nand_do_read_ops()
3971 if (!ecc->read_page) in nand_scan_tail()
3972 ecc->read_page = nand_read_page_hwecc_oob_first; in nand_scan_tail()
3976 if (!ecc->read_page) in nand_scan_tail()
3977 ecc->read_page = nand_read_page_hwecc; in nand_scan_tail()
3995 (!ecc->read_page || in nand_scan_tail()
3996 ecc->read_page == nand_read_page_hwecc || in nand_scan_tail()
4003 if (!ecc->read_page) in nand_scan_tail()
4004 ecc->read_page = nand_read_page_syndrome; in nand_scan_tail()
4030 ecc->read_page = nand_read_page_swecc; in nand_scan_tail()
[all …]
Domap2.c1898 nand_chip->ecc.read_page = omap_read_page_bch; in omap_nand_probe()
1962 nand_chip->ecc.read_page = omap_read_page_bch; in omap_nand_probe()
1992 nand_chip->ecc.read_page = omap_read_page_bch; in omap_nand_probe()
Dsunxi_nand.c993 ecc->read_page = sunxi_nfc_hw_ecc_read_page; in sunxi_nand_hw_ecc_ctrl_init()
1047 ecc->read_page = sunxi_nfc_hw_syndrome_ecc_read_page; in sunxi_nand_hw_syndrome_ecc_ctrl_init()
Dhisi504_nand.c664 chip->ecc.read_page = hisi_nand_read_page_hwecc; in hisi_nfc_ecc_probe()
Dlpc32xx_mlc.c711 nand_chip->ecc.read_page = lpc32xx_read_page; in lpc32xx_nand_probe()
Dfsl_elbc_nand.c775 chip->ecc.read_page = fsl_elbc_read_page; in fsl_elbc_chip_init()
Dcafe_nand.c761 cafe->nand.ecc.read_page = cafe_nand_read_page; in cafe_nand_probe()
Dlpc32xx_slc.c833 chip->ecc.read_page = lpc32xx_nand_read_page_syndrome; in lpc32xx_nand_probe()
Dfsl_ifc_nand.c917 chip->ecc.read_page = fsl_ifc_read_page; in fsl_ifc_chip_init()
Dnandsim.c1469 static void read_page(struct nandsim *ns, int num) in read_page() function
1642 read_page(ns, num); in do_state_action()
Dfsmc_nand.c1068 nand->ecc.read_page = fsmc_read_page_hwecc; in fsmc_nand_probe()
Dsh_flctl.c999 chip->ecc.read_page = flctl_read_page_hwecc; in flctl_chip_init_tail()
Datmel_nand.c1287 nand_chip->ecc.read_page = atmel_nand_pmecc_read_page; in atmel_pmecc_nand_init_params()
1636 nand_chip->ecc.read_page = atmel_nand_read_page; in atmel_hw_nand_init_params()
Ddenali.c1585 denali->nand.ecc.read_page = denali_read_page; in denali_init()
Dpxa3xx_nand.c1647 chip->ecc.read_page = pxa3xx_nand_read_page_hwecc; in alloc_nand_resource()
/linux-4.1.27/include/linux/mtd/
Dnand.h506 int (*read_page)(struct mtd_info *mtd, struct nand_chip *chip, member
/linux-4.1.27/drivers/md/
Dbitmap.c356 static int read_page(struct file *file, unsigned long index, in read_page() function
597 err = read_page(bitmap->storage.file, 0, in bitmap_read_sb()
1085 ret = read_page(file, index, bitmap, in bitmap_init_from_disk()
/linux-4.1.27/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c891 chip->ecc.read_page = spinand_read_page_hwecc; in spinand_probe()
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1852 ecc->read_page = gpmi_ecc_read_page; in gpmi_init_last()