Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/arch/arm/include/asm/mach/
A Dflash.h31 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
/linux-6.3-rc2/include/linux/
A Domap-gpmc.h25 bool sync_read; member
/linux-6.3-rc2/include/linux/platform_data/
A Dgpmc-omap.h151 bool sync_read; /* enables synchronous reads */ member
/linux-6.3-rc2/kernel/power/
A Dpower.h140 int sync_read; /* Set to one to notify the caller of member
A Dsnapshot.c2638 handle->sync_read = 1; in snapshot_write_next()
2675 handle->sync_read = 0; in snapshot_write_next()
2686 handle->sync_read = 0; in snapshot_write_next()
A Dswap.c1086 if (snapshot->sync_read) in load_image()
/linux-6.3-rc2/arch/arm/mach-omap2/
A Dusb-tusb6010.c35 .sync_read = true,
/linux-6.3-rc2/drivers/memory/
A Domap-gpmc.c726 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings()
1283 info->sync_read = gpmc_s.sync_read; in gpmc_omap_onenand_set_timings()
1287 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings()
1850 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings()
1857 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings()
1929 if (p->sync_read) in gpmc_cs_program_settings()
2040 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
/linux-6.3-rc2/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-6.3-rc2/fs/cifs/
A Dsmb1ops.c1233 .sync_read = cifs_sync_read,
A Dcifsglob.h401 int (*sync_read)(const unsigned int, struct cifs_fid *, member
A Dsmb2ops.c5250 .sync_read = smb2_sync_read,
5351 .sync_read = smb2_sync_read,
5457 .sync_read = smb2_sync_read,
5571 .sync_read = smb2_sync_read,
A Dfile.c4308 if (!server->ops->sync_read) { in cifs_read()
4346 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
A Dinode.c539 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,

Completed in 61 milliseconds