Searched refs:sync_read (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/mtd/ |
H 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/ |
H A D | flash.h | 31 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
|
/linux/include/linux/platform_data/ |
H A D | gpmc-omap.h | 151 bool sync_read; /* enables synchronous reads */ member
|
/linux/kernel/power/ |
H A D | power.h | 148 int sync_read; /* Set to one to notify the caller of member
|
H A D | swap.c | 1114 if (snapshot->sync_read) in load_image()
|
H A D | snapshot.c | 2834 handle->sync_read = (handle->buffer == buffer); in snapshot_write_next()
|
/linux/drivers/memory/ |
H A D | omap-gpmc.c | 723 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings() 1277 info->sync_read = gpmc_s.sync_read; in gpmc_omap_onenand_set_timings() 1281 if (!gpmc_s.sync_read && !gpmc_s.sync_write) in gpmc_omap_onenand_set_timings() 1827 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings() 1834 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings() 1906 if (p->sync_read) in gpmc_cs_program_settings() 2017 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
|
/linux/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 35 .sync_read = true,
|
/linux/drivers/mtd/nand/onenand/ |
H A D | onenand_omap2.c | 552 r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write, in omap2_onenand_probe() 557 if (info.sync_read || info.sync_write) in omap2_onenand_probe()
|
/linux/fs/smb/client/ |
H A D | smb1ops.c | 1391 .sync_read = cifs_sync_read,
|
H A D | cifsglob.h | 492 int (*sync_read)(const unsigned int, struct cifs_fid *, member
|
H A D | inode.c | 587 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms, in cifs_sfu_type() 650 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms, in cifs_sfu_type()
|