Searched refs:sync_read (Results 1 – 16 of 16) sorted by relevance
/openbmc/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);
|
/openbmc/linux/arch/arm/include/asm/mach/ |
H A D | flash.h | 31 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
|
/openbmc/linux/include/linux/ |
H A D | omap-gpmc.h | 25 bool sync_read; member
|
/openbmc/linux/include/linux/platform_data/ |
H A D | gpmc-omap.h | 151 bool sync_read; /* enables synchronous reads */ member
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | onenand.h | 105 void (*mmcontrol) (struct mtd_info *mtd, int sync_read);
|
/openbmc/linux/kernel/power/ |
H A D | power.h | 135 int sync_read; /* Set to one to notify the caller of member
|
H A D | swap.c | 1086 if (snapshot->sync_read) in load_image()
|
H A D | snapshot.c | 2840 handle->sync_read = (handle->buffer == buffer); in snapshot_write_next()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 35 .sync_read = true,
|
/openbmc/linux/drivers/memory/ |
H A D | omap-gpmc.c | 726 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()
|
/openbmc/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()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb1ops.c | 1149 .sync_read = cifs_sync_read,
|
H A D | smb2ops.c | 5182 .sync_read = smb2_sync_read, 5285 .sync_read = smb2_sync_read, 5393 .sync_read = smb2_sync_read, 5509 .sync_read = smb2_sync_read,
|
H A D | cifsglob.h | 458 int (*sync_read)(const unsigned int, struct cifs_fid *, member
|
H A D | file.c | 4438 if (!server->ops->sync_read) { in cifs_read() 4476 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
|
H A D | inode.c | 567 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms, in cifs_sfu_type()
|