Searched refs:sync_read (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/mtd/ |
A D | onenand.h | 114 void (*mmcontrol)(struct mtd_info *mtd, int sync_read); 233 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
|
/linux/arch/arm/include/asm/mach/ |
A D | flash.h | 31 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
|
/linux/include/linux/ |
A D | omap-gpmc.h | 25 bool sync_read; member
|
/linux/include/linux/platform_data/ |
A D | gpmc-omap.h | 144 bool sync_read; /* enables synchronous reads */ member
|
/linux/drivers/memory/ |
A D | omap-gpmc.c | 716 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings() 1217 info->sync_read = gpmc_s.sync_read; in gpmc_omap_onenand_set_timings() 1221 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings() 1778 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings() 1785 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings() 1856 if (p->sync_read) in gpmc_cs_program_settings() 1965 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
|
/linux/kernel/power/ |
A D | power.h | 140 int sync_read; /* Set to one to notify the caller of member
|
A D | snapshot.c | 2637 handle->sync_read = 1; in snapshot_write_next() 2674 handle->sync_read = 0; in snapshot_write_next() 2685 handle->sync_read = 0; in snapshot_write_next()
|
A D | swap.c | 1084 if (snapshot->sync_read) in load_image()
|
/linux/arch/arm/mach-omap2/ |
A D | usb-tusb6010.c | 35 .sync_read = true,
|
/linux/drivers/mtd/nand/onenand/ |
A D | onenand_omap2.c | 558 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/fs/cifs/ |
A D | cifsglob.h | 372 int (*sync_read)(const unsigned int, struct cifs_fid *, member
|
A D | smb1ops.c | 1204 .sync_read = cifs_sync_read,
|
A D | smb2ops.c | 5416 .sync_read = smb2_sync_read, 5516 .sync_read = smb2_sync_read, 5622 .sync_read = smb2_sync_read, 5736 .sync_read = smb2_sync_read,
|
A D | file.c | 4134 if (!server->ops->sync_read) { in cifs_read() 4172 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
|
A D | inode.c | 494 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
|
Completed in 59 milliseconds