Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
A Donenand.h114 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
233 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/linux/arch/arm/include/asm/mach/
A Dflash.h31 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/linux/include/linux/
A Domap-gpmc.h25 bool sync_read; member
/linux/include/linux/platform_data/
A Dgpmc-omap.h144 bool sync_read; /* enables synchronous reads */ member
/linux/drivers/memory/
A Domap-gpmc.c716 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1217 info->sync_read = gpmc_s.sync_read; in gpmc_omap_onenand_set_timings()
1221 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1778 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1785 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings()
1856 if (p->sync_read) in gpmc_cs_program_settings()
1965 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
/linux/kernel/power/
A Dpower.h140 int sync_read; /* Set to one to notify the caller of member
A Dsnapshot.c2637 handle->sync_read = 1; in snapshot_write_next()
2674 handle->sync_read = 0; in snapshot_write_next()
2685 handle->sync_read = 0; in snapshot_write_next()
A Dswap.c1084 if (snapshot->sync_read) in load_image()
/linux/arch/arm/mach-omap2/
A Dusb-tusb6010.c35 .sync_read = true,
/linux/drivers/mtd/nand/onenand/
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()
/linux/fs/cifs/
A Dcifsglob.h372 int (*sync_read)(const unsigned int, struct cifs_fid *, member
A Dsmb1ops.c1204 .sync_read = cifs_sync_read,
A Dsmb2ops.c5416 .sync_read = smb2_sync_read,
5516 .sync_read = smb2_sync_read,
5622 .sync_read = smb2_sync_read,
5736 .sync_read = smb2_sync_read,
A Dfile.c4134 if (!server->ops->sync_read) { in cifs_read()
4172 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
A Dinode.c494 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,

Completed in 59 milliseconds