Searched refs:sync_read (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/arm/include/asm/mach/ |
D | flash.h | 34 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
|
/linux-4.4.14/include/linux/mtd/ |
D | onenand.h | 117 void (*mmcontrol)(struct mtd_info *mtd, int sync_read); 235 void (*mmcontrol)(struct mtd_info *mtd, int sync_read);
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | gpmc-onenand.c | 239 onenand_sync.sync_read = true; in omap2_onenand_calc_sync_timings() 281 if (onenand_async.sync_read || onenand_async.sync_write) { in omap2_onenand_setup_async() 287 onenand_async.sync_read = false; in omap2_onenand_setup_async()
|
D | usb-tusb6010.c | 40 .sync_read = true,
|
/linux-4.4.14/kernel/power/ |
D | power.h | 122 int sync_read; /* Set to one to notify the caller of member
|
D | snapshot.c | 2478 handle->sync_read = 1; in snapshot_write_next() 2517 handle->sync_read = 0; in snapshot_write_next() 2529 handle->sync_read = 0; in snapshot_write_next()
|
D | swap.c | 1066 if (snapshot->sync_read) in load_image()
|
/linux-4.4.14/include/linux/ |
D | omap-gpmc.h | 142 bool sync_read; /* enables synchronous reads */ member
|
/linux-4.4.14/drivers/memory/ |
D | omap-gpmc.c | 716 if (!s->sync_read && !s->sync_write && in gpmc_cs_set_timings() 1547 sync = (gpmc_s->sync_read || gpmc_s->sync_write); in gpmc_calc_timings() 1554 if (gpmc_s && gpmc_s->sync_read) in gpmc_calc_timings() 1625 if (p->sync_read) in gpmc_cs_program_settings() 1678 p->sync_read = of_property_read_bool(np, "gpmc,sync-read"); in gpmc_read_settings_dt()
|
/linux-4.4.14/fs/cifs/ |
D | smb2ops.c | 1519 .sync_read = smb2_sync_read, 1599 .sync_read = smb2_sync_read, 1680 .sync_read = smb2_sync_read, 1767 .sync_read = smb2_sync_read,
|
D | cifsglob.h | 330 int (*sync_read)(const unsigned int, struct cifs_fid *, member
|
D | smb1ops.c | 1074 .sync_read = cifs_sync_read,
|
D | file.c | 3148 if (!server->ops->sync_read) { in cifs_read() 3185 rc = server->ops->sync_read(xid, &open_file->fid, &io_parms, in cifs_read()
|
D | inode.c | 488 rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
|