Home
last modified time | relevance | path

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

12

/drivers/infiniband/hw/hfi1/
Deprom.c88 static void read_page(struct hfi1_devdata *dd, u32 offset, u32 *result) in read_page() function
129 read_page(dd, read_start, buffer); in read_length()
150 read_page(dd, start, buffer); in read_length()
160 read_page(dd, start, buffer); in read_length()
/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()
/drivers/mtd/nand/
Ddocg4.c778 static int read_page(struct mtd_info *mtd, struct nand_chip *nand, in read_page() function
849 return read_page(mtd, nand, buf, page, false); in docg4_read_page_raw()
855 return read_page(mtd, nand, buf, page, true); in docg4_read_page()
1263 nand->ecc.read_page = docg4_read_page; in init_mtd_structs()
Dnand_base.c2046 ret = chip->ecc.read_page(mtd, chip, bufpoi, in nand_do_read_ops()
4487 ecc->read_page = nand_read_page_swecc; in nand_set_ecc_soft_ops()
4506 ecc->read_page = nand_read_page_swecc; in nand_set_ecc_soft_ops()
4681 if (!ecc->read_page) in nand_scan_tail()
4682 ecc->read_page = nand_read_page_hwecc_oob_first; in nand_scan_tail()
4686 if (!ecc->read_page) in nand_scan_tail()
4687 ecc->read_page = nand_read_page_hwecc; in nand_scan_tail()
4705 (!ecc->read_page || in nand_scan_tail()
4706 ecc->read_page == nand_read_page_hwecc || in nand_scan_tail()
4714 if (!ecc->read_page) in nand_scan_tail()
[all …]
Dsunxi_nand.c1532 return chip->ecc.read_page(mtd, chip, chip->buffers->databuf, 1, page); in sunxi_nfc_hw_common_ecc_read_oob()
1901 ecc->read_page = sunxi_nfc_hw_ecc_read_page_dma; in sunxi_nand_hw_ecc_ctrl_init()
1906 ecc->read_page = sunxi_nfc_hw_ecc_read_page; in sunxi_nand_hw_ecc_ctrl_init()
1931 ecc->read_page = sunxi_nfc_hw_syndrome_ecc_read_page; in sunxi_nand_hw_syndrome_ecc_ctrl_init()
Domap2.c2178 nand_chip->ecc.read_page = omap_read_page_bch; in omap_nand_probe()
2221 nand_chip->ecc.read_page = omap_read_page_bch; in omap_nand_probe()
2243 nand_chip->ecc.read_page = omap_read_page_bch; in omap_nand_probe()
Dvf610_nfc.c769 chip->ecc.read_page = vf610_nfc_read_page; in vf610_nfc_probe()
Dlpc32xx_mlc.c724 nand_chip->ecc.read_page = lpc32xx_read_page; in lpc32xx_nand_probe()
Dhisi504_nand.c681 chip->ecc.read_page = hisi_nand_read_page_hwecc; in hisi_nfc_ecc_probe()
Dfsl_elbc_nand.c788 chip->ecc.read_page = fsl_elbc_read_page; in fsl_elbc_chip_init()
Dlpc32xx_slc.c868 chip->ecc.read_page = lpc32xx_nand_read_page_syndrome; in lpc32xx_nand_probe()
Dcafe_nand.c788 cafe->nand.ecc.read_page = cafe_nand_read_page; in cafe_nand_probe()
Dnandsim.c1468 static void read_page(struct nandsim *ns, int num) in read_page() function
1641 read_page(ns, num); in do_state_action()
Dfsmc_nand.c919 nand->ecc.read_page = fsmc_read_page_hwecc; in fsmc_nand_probe()
Datmel_nand.c1307 nand_chip->ecc.read_page = atmel_nand_pmecc_read_page; in atmel_pmecc_nand_init_params()
1671 nand_chip->ecc.read_page = atmel_nand_read_page; in atmel_hw_nand_init_params()
Dfsl_ifc_nand.c849 chip->ecc.read_page = fsl_ifc_read_page; in fsl_ifc_chip_init()
Dsh_flctl.c1052 chip->ecc.read_page = flctl_read_page_hwecc; in flctl_chip_init_tail()
Ddenali.c1619 denali->nand.ecc.read_page = denali_read_page; in denali_init()
Dmtk_nand.c1286 nand->ecc.read_page = mtk_nfc_read_page_hwecc; in mtk_nfc_nand_chip_init()
Dqcom_nandc.c1840 ecc->read_page = qcom_nandc_read_page; in qcom_nand_host_setup()
/drivers/staging/lustre/lustre/include/
Dobd_class.h1463 EXP_CHECK_MD_OP(exp, read_page); in md_read_page()
1464 EXP_MD_COUNTER_INCREMENT(exp, read_page); in md_read_page()
1465 rc = MDP(exp->exp_obd, read_page)(exp, op_data, cb_op, hash_offset, in md_read_page()
Dobd.h1019 int (*read_page)(struct obd_export *, struct md_op_data *, member
/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c899 chip->ecc.read_page = spinand_read_page_hwecc; in spinand_probe()
/drivers/md/
Dbitmap.c354 static int read_page(struct file *file, unsigned long index, in read_page() function
595 err = read_page(bitmap->storage.file, 0, in bitmap_read_sb()
1091 ret = read_page(file, index, bitmap, in bitmap_init_from_disk()
/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1951 ecc->read_page = gpmi_ecc_read_page; in gpmi_init_last()

12