Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/mach/
Dflash.h34 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/Linux-v4.19/include/linux/mtd/
Donenand.h116 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
233 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/Linux-v4.19/include/linux/
Domap-gpmc.h29 bool sync_read; member
/Linux-v4.19/include/linux/platform_data/
Dgpmc-omap.h147 bool sync_read; /* enables synchronous reads */ member
/Linux-v4.19/kernel/power/
Dpower.h140 int sync_read; /* Set to one to notify the caller of member
Dsnapshot.c2585 handle->sync_read = 1; in snapshot_write_next()
2627 handle->sync_read = 0; in snapshot_write_next()
2640 handle->sync_read = 0; in snapshot_write_next()
Dswap.c1080 if (snapshot->sync_read) in load_image()
/Linux-v4.19/drivers/memory/
Domap-gpmc.c729 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1229 info->sync_read = gpmc_s.sync_read; in gpmc_omap_onenand_set_timings()
1233 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1793 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1800 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings()
1871 if (p->sync_read) in gpmc_cs_program_settings()
1923 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
/Linux-v4.19/arch/arm/mach-omap2/
Dusb-tusb6010.c38 .sync_read = true,
/Linux-v4.19/drivers/mtd/nand/onenand/
Domap2.c572 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe()
577 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
/Linux-v4.19/fs/cifs/
Dsmb2ops.c3270 .sync_read = smb2_sync_read,
3364 .sync_read = smb2_sync_read,
3460 .sync_read = smb2_sync_read,
3565 .sync_read = smb2_sync_read,
Dsmb1ops.c1088 .sync_read = cifs_sync_read,
Dcifsglob.h364 int (*sync_read)(const unsigned int, struct cifs_fid *, member
Dfile.c3430 if (!server->ops->sync_read) { in cifs_read()
3467 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
Dinode.c495 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,