Searched refs:read_page (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs_sb.h60 struct squashfs_cache *read_page; member in struct:squashfs_sb_info
H A Dsuper.c207 /* Allocate read_page block */
208 msblk->read_page = squashfs_cache_init("data", 1, msblk->block_size);
209 if (msblk->read_page == NULL) {
210 ERROR("Failed to allocate read_page block\n");
311 squashfs_cache_delete(msblk->read_page);
363 squashfs_cache_delete(sbi->read_page);
H A Dcache.c389 return squashfs_cache_get(sb, msblk->read_page, start_block, length);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndnand.c188 ASSERT(nfl->read_page);
190 return (nfl->read_page)(nfl, addr, buf, oob, ecc, herr, serr);
H A Dnandcore.c565 nandcore.read_page = nandcore_read_page;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndnand.h107 int (*read_page)(hndnand_t *nfl, uint64 addr, uint8 *buf, uint8 *oob, bool ecc, member in struct:hndnand
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer_benchmark.c98 static enum event_status read_page(int cpu) function
194 stat = read_page(cpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-read.c45 static int read_page; variable
310 if (read_page) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Datmel_nand.c437 nand_chip->ecc.read_page = atmel_nand_read_page;
503 nand_chip->ecc.read_page = NULL;
H A Dbcm_umi_nand.c349 int ret = chip->ecc.read_page(mtd, chip, readbackbuf, 0);
430 this->ecc.read_page = bcm_umi_bch_read_page_hwecc;
H A Dnand_base.c1489 ret = chip->ecc.read_page(mtd, chip, bufpoi,
3124 /* Similar to NAND_ECC_HW, but a separate read_page handle */
3131 if (!chip->ecc.read_page)
3132 chip->ecc.read_page = nand_read_page_hwecc_oob_first;
3136 if (!chip->ecc.read_page)
3137 chip->ecc.read_page = nand_read_page_hwecc;
3152 (!chip->ecc.read_page ||
3153 chip->ecc.read_page == nand_read_page_hwecc ||
3161 if (!chip->ecc.read_page)
3162 chip->ecc.read_page
[all...]
H A Djz4740_nand.c396 chip->ecc.read_page = jz_nand_read_page_hwecc_oob_first;
H A Dcafe_nand.c795 cafe->nand.ecc.read_page = cafe_nand_read_page;
H A Dfsl_elbc_nand.c789 chip->ecc.read_page = fsl_elbc_read_page;
H A Dsh_flctl.c784 chip->ecc.read_page = flctl_read_page_hwecc;
H A Dnandsim.c1421 NS_WARN("read_page: flipping bit %d in page %d "
1432 static void read_page(struct nandsim *ns, int num) function
1438 NS_DBG("read_page: page %d not written\n", ns->regs.row);
1444 NS_DBG("read_page: page %d written, reading from %d\n",
1451 NS_ERR("read_page: read error for page %d ret %ld\n", ns->regs.row, (long)tx);
1461 NS_DBG("read_page: page %d not allocated\n", ns->regs.row);
1464 NS_DBG("read_page: page %d allocated, reading from %d\n",
1607 read_page(ns, num);
H A Ddenali.c1652 denali->nand.ecc.read_page = denali_read_page;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dnand.h264 * @read_page: function to read a page according to the ecc generator requirements
292 int (*read_page)(struct mtd_info *mtd, member in struct:nand_ecc_ctrl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.c400 static struct page *read_page(struct file *file, unsigned long index, function
547 bitmap->sb_page = read_page(bitmap->file, 0, bitmap, bytes);
1009 page = read_page(file, index, bitmap, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c697 ret = chip->ecc.read_page(mtd, chip, bufpoi, page);
2447 if (!chip->ecc.read_page)
2448 chip->ecc.read_page = brcmnand_read_page_hwecc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_47xx.c697 ret = chip->ecc.read_page(mtd, chip, bufpoi, page);
2447 if (!chip->ecc.read_page)
2448 chip->ecc.read_page = brcmnand_read_page_hwecc;
H A Dbrcmnand.c909 chip->ecc.read_page = brcmnand_read_page_ecc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_nandc.c1591 nand->ecc.read_page = nandc_read_page_ecc;

Completed in 301 milliseconds