Home
last modified time | relevance | path

Searched refs:sync_read (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Donenand.h114 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
233 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/OK3568_Linux_fs/kernel/arch/arm/include/asm/mach/
H A Dflash.h31 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/OK3568_Linux_fs/kernel/include/linux/
H A Domap-gpmc.h25 bool sync_read; member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dgpmc-omap.h144 bool sync_read; /* enables synchronous reads */ member
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Donenand.h105 void (*mmcontrol) (struct mtd_info *mtd, int sync_read);
/OK3568_Linux_fs/kernel/drivers/memory/
H A Domap-gpmc.c712 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1213 info->sync_read = gpmc_s.sync_read; in gpmc_omap_onenand_set_timings()
1217 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1774 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1781 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings()
1852 if (p->sync_read) in gpmc_cs_program_settings()
1961 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dpower.h138 int sync_read; /* Set to one to notify the caller of member
H A Dsnapshot.c2596 handle->sync_read = 1; in snapshot_write_next()
2633 handle->sync_read = 0; in snapshot_write_next()
2644 handle->sync_read = 0; in snapshot_write_next()
H A Dswap.c1087 if (snapshot->sync_read) in load_image()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_omap2.c558 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe()
563 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dusb-tusb6010.c35 .sync_read = true,
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb1ops.c1205 .sync_read = cifs_sync_read,
H A Dcifsglob.h375 int (*sync_read)(const unsigned int, struct cifs_fid *, member
H A Dsmb2ops.c5181 .sync_read = smb2_sync_read,
5281 .sync_read = smb2_sync_read,
5386 .sync_read = smb2_sync_read,
5499 .sync_read = smb2_sync_read,
H A Dfile.c4075 if (!server->ops->sync_read) { in cifs_read()
4113 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
H A Dinode.c506 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,