Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/mach/
Dflash.h34 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/linux-4.4.14/include/linux/mtd/
Donenand.h117 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
235 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/linux-4.4.14/arch/arm/mach-omap2/
Dgpmc-onenand.c239 onenand_sync.sync_read = true; in omap2_onenand_calc_sync_timings()
281 if (onenand_async.sync_read || onenand_async.sync_write) { in omap2_onenand_setup_async()
287 onenand_async.sync_read = false; in omap2_onenand_setup_async()
Dusb-tusb6010.c40 .sync_read = true,
/linux-4.4.14/kernel/power/
Dpower.h122 int sync_read; /* Set to one to notify the caller of member
Dsnapshot.c2478 handle->sync_read = 1; in snapshot_write_next()
2517 handle->sync_read = 0; in snapshot_write_next()
2529 handle->sync_read = 0; in snapshot_write_next()
Dswap.c1066 if (snapshot->sync_read) in load_image()
/linux-4.4.14/include/linux/
Domap-gpmc.h142 bool sync_read; /* enables synchronous reads */ member
/linux-4.4.14/drivers/memory/
Domap-gpmc.c716 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1547 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1554 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings()
1625 if (p->sync_read) in gpmc_cs_program_settings()
1678 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
/linux-4.4.14/fs/cifs/
Dsmb2ops.c1519 .sync_read = smb2_sync_read,
1599 .sync_read = smb2_sync_read,
1680 .sync_read = smb2_sync_read,
1767 .sync_read = smb2_sync_read,
Dcifsglob.h330 int (*sync_read)(const unsigned int, struct cifs_fid *, member
Dsmb1ops.c1074 .sync_read = cifs_sync_read,
Dfile.c3148 if (!server->ops->sync_read) { in cifs_read()
3185 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
Dinode.c488 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,