Searched refs:sync_read (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/arm/include/asm/mach/ |
D | flash.h | 34 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
|
/Linux-v4.19/include/linux/mtd/ |
D | onenand.h | 116 void (*mmcontrol)(struct mtd_info *mtd, int sync_read); 233 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
|
/Linux-v4.19/include/linux/ |
D | omap-gpmc.h | 29 bool sync_read; member
|
/Linux-v4.19/include/linux/platform_data/ |
D | gpmc-omap.h | 147 bool sync_read; /* enables synchronous reads */ member
|
/Linux-v4.19/kernel/power/ |
D | power.h | 140 int sync_read; /* Set to one to notify the caller of member
|
D | snapshot.c | 2585 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()
|
D | swap.c | 1080 if (snapshot->sync_read) in load_image()
|
/Linux-v4.19/drivers/memory/ |
D | omap-gpmc.c | 729 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/ |
D | usb-tusb6010.c | 38 .sync_read = true,
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | omap2.c | 572 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/ |
D | smb2ops.c | 3270 .sync_read = smb2_sync_read, 3364 .sync_read = smb2_sync_read, 3460 .sync_read = smb2_sync_read, 3565 .sync_read = smb2_sync_read,
|
D | smb1ops.c | 1088 .sync_read = cifs_sync_read,
|
D | cifsglob.h | 364 int (*sync_read)(const unsigned int, struct cifs_fid *, member
|
D | file.c | 3430 if (!server->ops->sync_read) { in cifs_read() 3467 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
|
D | inode.c | 495 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
|