Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Donenand.h114 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
233 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/Linux-v5.4/arch/arm/include/asm/mach/
Dflash.h31 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/Linux-v5.4/include/linux/
Domap-gpmc.h25 bool sync_read; member
/Linux-v5.4/include/linux/platform_data/
Dgpmc-omap.h144 bool sync_read; /* enables synchronous reads */ member
/Linux-v5.4/kernel/power/
Dpower.h138 int sync_read; /* Set to one to notify the caller of member
Dsnapshot.c2593 handle->sync_read = 1; in snapshot_write_next()
2635 handle->sync_read = 0; in snapshot_write_next()
2648 handle->sync_read = 0; in snapshot_write_next()
Dswap.c1077 if (snapshot->sync_read) in load_image()
/Linux-v5.4/drivers/memory/
Domap-gpmc.c728 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1228 info->sync_read = gpmc_s.sync_read; in gpmc_omap_onenand_set_timings()
1232 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1792 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1799 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings()
1870 if (p->sync_read) in gpmc_cs_program_settings()
1922 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
/Linux-v5.4/arch/arm/mach-omap2/
Dusb-tusb6010.c35 .sync_read = true,
/Linux-v5.4/drivers/mtd/nand/onenand/
Domap2.c559 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe()
564 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
/Linux-v5.4/fs/cifs/
Dsmb2ops.c4496 .sync_read = smb2_sync_read,
4594 .sync_read = smb2_sync_read,
4694 .sync_read = smb2_sync_read,
4803 .sync_read = smb2_sync_read,
Dcifsglob.h377 int (*sync_read)(const unsigned int, struct cifs_fid *, member
Dsmb1ops.c1208 .sync_read = cifs_sync_read,
Dfile.c3939 if (!server->ops->sync_read) { in cifs_read()
3976 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
Dinode.c501 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,