synchronous       411 drivers/char/xillybus/xillybus_core.c 	int synchronous, allowpartial, exclusive_open, seekable;
synchronous       489 drivers/char/xillybus/xillybus_core.c 		synchronous = (chandesc[1] >> 7) & 0x01;
synchronous       525 drivers/char/xillybus/xillybus_core.c 			channel->rd_synchronous = synchronous;
synchronous       540 drivers/char/xillybus/xillybus_core.c 			channel->wr_synchronous = synchronous;
synchronous       549 drivers/gpu/drm/i915/display/intel_fbdev.c void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous)
synchronous       560 drivers/gpu/drm/i915/display/intel_fbdev.c 	if (synchronous) {
synchronous        19 drivers/gpu/drm/i915/display/intel_fbdev.h void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous);
synchronous        40 drivers/gpu/drm/i915/display/intel_fbdev.h static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous)
synchronous       126 drivers/md/bcache/sysfs.c rw_attribute(synchronous);
synchronous       709 drivers/md/bcache/sysfs.c 	sysfs_print(synchronous,		CACHE_SYNC(&c->sb));
synchronous       425 drivers/scsi/53c700.c 	int count, synchronous = 0;
synchronous       437 drivers/scsi/53c700.c 		synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f;
synchronous       444 drivers/scsi/53c700.c 		if (synchronous) 
synchronous       454 drivers/scsi/53c700.c 		if (synchronous && (sstat & SODR_REG_FULL))
synchronous       446 drivers/scsi/aha152x.c 	int synchronous;	/* synchronous transferes enabled */
synchronous       548 drivers/scsi/aha152x.c #define SYNCHRONOUS		(HOSTDATA(shpnt)->synchronous)
synchronous       744 drivers/scsi/aha152x.c 	SYNCHRONOUS = setup->synchronous;
synchronous      1734 drivers/scsi/aha152x.c 					if (!HOSTDATA(shpnt)->synchronous)
synchronous      3052 drivers/scsi/aha152x.c 	if ((setup->synchronous < 0) || (setup->synchronous > 1))
synchronous      3097 drivers/scsi/aha152x.c 				       override.synchronous,
synchronous      3118 drivers/scsi/aha152x.c 				       override.synchronous,
synchronous      3136 drivers/scsi/aha152x.c 			setup[setup_count].synchronous = aha152x[5];
synchronous      3146 drivers/scsi/aha152x.c 			setup[setup_count].synchronous = sync[0];
synchronous      3160 drivers/scsi/aha152x.c 			       setup[setup_count].synchronous,
synchronous      3173 drivers/scsi/aha152x.c 			setup[setup_count].synchronous = aha152x1[5];
synchronous      3183 drivers/scsi/aha152x.c 			setup[setup_count].synchronous = sync[1];
synchronous      3196 drivers/scsi/aha152x.c 			       setup[setup_count].synchronous,
synchronous      3229 drivers/scsi/aha152x.c 			setup[setup_count].synchronous = 1;
synchronous      3297 drivers/scsi/aha152x.c 			setup[setup_count].synchronous = conf.cf_syncneg;
synchronous      3368 drivers/scsi/aha152x.c 	setup[setup_count].synchronous = ints[0] >= 6 ? ints[6] : 1;
synchronous       324 drivers/scsi/aha152x.h 	int synchronous;
synchronous        64 drivers/scsi/pcmcia/aha152x_stub.c static int synchronous = 1;
synchronous        71 drivers/scsi/pcmcia/aha152x_stub.c module_param(synchronous, int, 0);
synchronous       168 drivers/scsi/pcmcia/aha152x_stub.c     s.synchronous = synchronous;
synchronous       282 fs/nfs/nfs42proc.c 	if (!res->synchronous) {
synchronous       289 fs/nfs/nfs42proc.c 	if ((!res->synchronous || !args->sync) &&
synchronous       502 fs/nfs/nfs42xdr.c 	res->synchronous = be32_to_cpup(p++);
synchronous      1452 include/linux/nfs_xdr.h 	bool				synchronous;
synchronous       350 mm/page_io.c   int swap_readpage(struct page *page, bool synchronous)
synchronous       358 mm/page_io.c   	VM_BUG_ON_PAGE(!PageSwapCache(page) && !synchronous, page);
synchronous       401 mm/page_io.c   	if (synchronous) {
synchronous       409 mm/page_io.c   	while (synchronous) {
synchronous        72 sound/soc/fsl/fsl_esai.c 	bool synchronous;
synchronous       238 sound/soc/fsl/fsl_esai.c 	bool tx = (clk_id <= ESAI_HCKT_EXTAL || esai_priv->synchronous);
synchronous       273 sound/soc/fsl/fsl_esai.c 		ecr |= esai_priv->synchronous ? ESAI_ECR_ETI : ESAI_ECR_ERI;
synchronous       490 sound/soc/fsl/fsl_esai.c 				   ESAI_SAICR_SYNC, esai_priv->synchronous ?
synchronous       523 sound/soc/fsl/fsl_esai.c 	ret = fsl_esai_set_bclk(dai, esai_priv->synchronous || tx, bclk);
synchronous       532 sound/soc/fsl/fsl_esai.c 	if (!tx && esai_priv->synchronous)
synchronous      1004 sound/soc/fsl/fsl_esai.c 	esai_priv->synchronous =
synchronous      1008 sound/soc/fsl/fsl_esai.c 	if (esai_priv->synchronous) {
synchronous       393 sound/soc/fsl/fsl_sai.c 	if ((sai->synchronous[TX] && !sai->synchronous[RX]) ||
synchronous       394 sound/soc/fsl/fsl_sai.c 	    (!tx && !sai->synchronous[RX])) {
synchronous       400 sound/soc/fsl/fsl_sai.c 	} else if ((sai->synchronous[RX] && !sai->synchronous[TX]) ||
synchronous       401 sound/soc/fsl/fsl_sai.c 		   (tx && !sai->synchronous[TX])) {
synchronous       478 sound/soc/fsl/fsl_sai.c 		if (!sai->synchronous[TX] && sai->synchronous[RX] && !tx) {
synchronous       487 sound/soc/fsl/fsl_sai.c 		} else if (!sai->synchronous[RX] && sai->synchronous[TX] && tx) {
synchronous       541 sound/soc/fsl/fsl_sai.c 			   sai->synchronous[TX] ? FSL_SAI_CR2_SYNC : 0);
synchronous       543 sound/soc/fsl/fsl_sai.c 			   sai->synchronous[RX] ? FSL_SAI_CR2_SYNC : 0);
synchronous       968 sound/soc/fsl/fsl_sai.c 	sai->synchronous[RX] = true;
synchronous       969 sound/soc/fsl/fsl_sai.c 	sai->synchronous[TX] = false;
synchronous       983 sound/soc/fsl/fsl_sai.c 		sai->synchronous[RX] = false;
synchronous       984 sound/soc/fsl/fsl_sai.c 		sai->synchronous[TX] = true;
synchronous       987 sound/soc/fsl/fsl_sai.c 		sai->synchronous[RX] = false;
synchronous       988 sound/soc/fsl/fsl_sai.c 		sai->synchronous[TX] = false;
synchronous       174 sound/soc/fsl/fsl_sai.h 	bool synchronous[2];
synchronous       266 sound/soc/fsl/fsl_ssi.c 	bool synchronous;
synchronous       765 sound/soc/fsl/fsl_ssi.c 	tx2 = tx || ssi->synchronous;
synchronous       823 sound/soc/fsl/fsl_ssi.c 	if (ssi->streams && ssi->synchronous)
synchronous       847 sound/soc/fsl/fsl_ssi.c 	tx2 = tx || ssi->synchronous;
synchronous       976 sound/soc/fsl/fsl_ssi.c 	if (ssi->synchronous || fsl_ssi_is_ac97(ssi)) {
synchronous      1415 sound/soc/fsl/fsl_ssi.c 		ssi->synchronous = true;
synchronous      1517 sound/soc/fsl/fsl_ssi.c 	if (ssi->synchronous && !fsl_ssi_is_ac97(ssi)) {