Searched refs:sync_read (Results  1 – 15 of 15) sorted by relevance
| /Linux-v5.4/include/linux/mtd/ | 
| D | onenand.h | 114 	void (*mmcontrol)(struct mtd_info *mtd, int sync_read);233 	void		(*mmcontrol)(struct mtd_info *mtd, int sync_read);
 
 | 
| /Linux-v5.4/arch/arm/include/asm/mach/ | 
| D | flash.h | 31 	void		(*mmcontrol)(struct mtd_info *mtd, int sync_read);
 | 
| /Linux-v5.4/include/linux/ | 
| D | omap-gpmc.h | 25 	bool sync_read;  member
 | 
| /Linux-v5.4/include/linux/platform_data/ | 
| D | gpmc-omap.h | 144 	bool sync_read;		/* enables synchronous reads */  member
 | 
| /Linux-v5.4/kernel/power/ | 
| D | power.h | 138 	int		sync_read;	/* Set to one to notify the caller of  member
 | 
| D | snapshot.c | 2593 	handle->sync_read = 1;  in snapshot_write_next()2635 			handle->sync_read = 0;  in snapshot_write_next()
 2648 			handle->sync_read = 0;  in snapshot_write_next()
 
 | 
| D | swap.c | 1077 		if (snapshot->sync_read)  in load_image()
 | 
| /Linux-v5.4/drivers/memory/ | 
| D | omap-gpmc.c | 728 	if (!s->sync_read && !s->sync_write &&  in gpmc_cs_set_timings()1228 	info->sync_read = gpmc_s.sync_read;  in gpmc_omap_onenand_set_timings()
 1232 	if (!gpmc_s.sync_read && !gpmc_s.sync_write)  in gpmc_omap_onenand_set_timings()
 1792 		sync = (gpmc_s->sync_read || gpmc_s->sync_write);  in gpmc_calc_timings()
 1799 	if (gpmc_s && gpmc_s->sync_read)  in gpmc_calc_timings()
 1870 	if (p->sync_read)  in gpmc_cs_program_settings()
 1922 	p->sync_read = of_property_read_bool(np, "gpmc,sync-read");  in gpmc_read_settings_dt()
 
 | 
| /Linux-v5.4/arch/arm/mach-omap2/ | 
| D | usb-tusb6010.c | 35 	.sync_read	= true,
 | 
| /Linux-v5.4/drivers/mtd/nand/onenand/ | 
| D | omap2.c | 559 		r = omap2_onenand_set_cfg(c, info.sync_read, info.sync_write,  in omap2_onenand_probe()564 		if (info.sync_read || info.sync_write)  in omap2_onenand_probe()
 
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | smb2ops.c | 4496 	.sync_read = smb2_sync_read,4594 	.sync_read = smb2_sync_read,
 4694 	.sync_read = smb2_sync_read,
 4803 	.sync_read = smb2_sync_read,
 
 | 
| D | smb1ops.c | 1208 	.sync_read = cifs_sync_read,
 | 
| D | cifsglob.h | 377 	int (*sync_read)(const unsigned int, struct cifs_fid *,  member
 | 
| D | file.c | 3939 	if (!server->ops->sync_read) {  in cifs_read()3976 			rc = server->ops->sync_read(xid, &open_file->fid, &io_parms,  in cifs_read()
 
 | 
| D | inode.c | 501 	rc = tcon->ses->server->ops->sync_read(xid, &fid, &io_parms,
 |