Home
last modified time | relevance | path

Searched refs:synchronous (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H A Daha152x_stub.c64 static int synchronous = 1; variable
71 module_param(synchronous, int, 0);
168 s.synchronous = synchronous; in aha152x_config_cs()
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Daha152x_stub.c67 static int synchronous = 1; variable
74 module_param(synchronous, int, 0);
171 s.synchronous = synchronous; in aha152x_config_cs()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.h19 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous);
40 static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) in intel_fbdev_set_suspend() argument
H A Dintel_fbdev.c554 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) in intel_fbdev_set_suspend() argument
565 if (synchronous) { in intel_fbdev_set_suspend()
567 * wait to turn it off. It must be synchronous as we are in intel_fbdev_set_suspend()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.h21 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous);
43 static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) in intel_fbdev_set_suspend() argument
H A Dintel_fbdev.c656 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) in intel_fbdev_set_suspend() argument
673 if (synchronous) { in intel_fbdev_set_suspend()
675 * wait to turn it off. It must be synchronous as we are in intel_fbdev_set_suspend()
/kernel/linux/linux-5.10/mm/
H A Dpage_io.c324 int swap_readpage(struct page *page, bool synchronous) in swap_readpage() argument
333 VM_BUG_ON_PAGE(!PageSwapCache(page) && !synchronous, page); in swap_readpage()
381 if (synchronous) { in swap_readpage()
389 while (synchronous) { in swap_readpage()
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_sai.c43 * SAI supports synchronous mode using bit/frame clocks of either Transmitter's
55 return !sai->synchronous[dir] && sai->synchronous[adir]; in fsl_sai_dir_is_synced()
420 } else if (!sai->synchronous[dir]) { in fsl_sai_set_bclk()
598 sai->synchronous[TX] ? FSL_SAI_CR2_SYNC : 0); in fsl_sai_trigger()
600 sai->synchronous[RX] ? FSL_SAI_CR2_SYNC : 0); in fsl_sai_trigger()
616 * Enable the opposite direction for synchronous mode in fsl_sai_trigger()
645 * If opposite stream provides clocks for synchronous mode and in fsl_sai_trigger()
653 * 1. current stream doesn't provide clocks for synchronous mode in fsl_sai_trigger()
654 * 2. current stream provides clocks for synchronous mod in fsl_sai_trigger()
[all...]
H A Dfsl_esai.c58 * @synchronous: if using tx/rx synchronous mode
84 bool synchronous; member
269 bool tx = (clk_id <= ESAI_HCKT_EXTAL || esai_priv->synchronous); in fsl_esai_set_dai_sysclk()
304 ecr |= esai_priv->synchronous ? ESAI_ECR_ETI : ESAI_ECR_ERI; in fsl_esai_set_dai_sysclk()
522 /* Set synchronous mode */ in fsl_esai_startup()
524 ESAI_SAICR_SYNC, esai_priv->synchronous ? in fsl_esai_startup()
559 ret = fsl_esai_set_bclk(dai, esai_priv->synchronous || tx, bclk); in fsl_esai_hw_params()
567 /* Recording in synchronous mode needs to set TCR also */ in fsl_esai_hw_params()
568 if (!tx && esai_priv->synchronous) in fsl_esai_hw_params()
[all...]
H A Dfsl_ssi.c214 * @synchronous: Use synchronous mode - both of TX and RX use STCK and SFCK
255 bool synchronous; member
771 /* STCCR is used for RX in synchronous mode */ in fsl_ssi_set_bclk()
772 tx2 = tx || ssi->synchronous; in fsl_ssi_set_bclk()
795 * running in synchronous mode (both TX and RX use STCCR), it is not
829 * the synchronous mode; Note that AC97 mode is an exception in fsl_ssi_hw_params()
831 * despite running in the synchronous mode. in fsl_ssi_hw_params()
833 if (ssi->streams && ssi->synchronous) in fsl_ssi_hw_params()
856 /* In synchronous mod in fsl_ssi_hw_params()
[all...]
H A Dfsl_sai.h262 bool synchronous[2]; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.c49 * - default to synchronous operation
50 * - synchronous negotiation fixed
55 * - synchronous operation works
98 * - started synchronous data transfers (not working yet)
310 syncneg = 0x0100, /* synchronous negotiation in progress */
344 MODULE_PARM_DESC(sync,"use synchronous transfers");
446 int synchronous; /* synchronous transferes enabled */ member
463 /* current synchronous transfer agreements */
548 #define SYNCHRONOUS (HOSTDATA(shpnt)->synchronous)
[all...]
H A Daha152x.h324 int synchronous; member
H A D53c700.c21 * The 700-66 can at least do synchronous SCSI up to 10MHz.
455 int count, synchronous = 0; in NCR_700_data_residual() local
467 synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f; in NCR_700_data_residual()
474 if (synchronous) in NCR_700_data_residual()
484 if (synchronous && (sstat & SODR_REG_FULL)) in NCR_700_data_residual()
756 * by our synchronous clock speed. See the 710 manual for in NCR_700_chip_setup()
1476 /* set the synchronous period/offset */ in NCR_700_start_command()
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c49 * - default to synchronous operation
50 * - synchronous negotiation fixed
55 * - synchronous operation works
98 * - started synchronous data transfers (not working yet)
313 syncneg = 0x0100, /* synchronous negotiation in progress */
362 MODULE_PARM_DESC(sync,"use synchronous transfers");
464 int synchronous; /* synchronous transferes enabled */ member
481 /* current synchronous transfer agreements */
566 #define SYNCHRONOUS (HOSTDATA(shpnt)->synchronous)
[all...]
H A Daha152x.h324 int synchronous; member
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_esai.c56 * @synchronous: if using tx/rx synchronous mode
82 bool synchronous; member
264 bool tx = (clk_id <= ESAI_HCKT_EXTAL || esai_priv->synchronous); in fsl_esai_set_dai_sysclk()
299 ecr |= esai_priv->synchronous ? ESAI_ECR_ETI : ESAI_ECR_ERI; in fsl_esai_set_dai_sysclk()
517 /* Set synchronous mode */ in fsl_esai_startup()
519 ESAI_SAICR_SYNC, esai_priv->synchronous ? in fsl_esai_startup()
554 ret = fsl_esai_set_bclk(dai, esai_priv->synchronous || tx, bclk); in fsl_esai_hw_params()
562 /* Recording in synchronous mode needs to set TCR also */ in fsl_esai_hw_params()
563 if (!tx && esai_priv->synchronous) in fsl_esai_hw_params()
[all...]
H A Dfsl_sai.c47 * SAI supports synchronous mode using bit/frame clocks of either Transmitter's
59 return !sai->synchronous[dir] && sai->synchronous[adir]; in fsl_sai_dir_is_synced()
486 else if (!sai->synchronous[dir]) in fsl_sai_set_bclk()
788 sai->synchronous[TX] ? FSL_SAI_CR2_SYNC : 0); in fsl_sai_trigger()
790 sai->synchronous[RX] ? FSL_SAI_CR2_SYNC : 0); in fsl_sai_trigger()
806 * Enable the opposite direction for synchronous mode in fsl_sai_trigger()
835 * If opposite stream provides clocks for synchronous mode and in fsl_sai_trigger()
843 * 1. current stream doesn't provide clocks for synchronous mode in fsl_sai_trigger()
844 * 2. current stream provides clocks for synchronous mod in fsl_sai_trigger()
[all...]
H A Dfsl_ssi.c215 * @synchronous: Use synchronous mode - both of TX and RX use STCK and SFCK
258 bool synchronous; member
775 /* STCCR is used for RX in synchronous mode */ in fsl_ssi_set_bclk()
776 tx2 = tx || ssi->synchronous; in fsl_ssi_set_bclk()
799 * running in synchronous mode (both TX and RX use STCCR), it is not
834 * the synchronous mode; Note that AC97 mode is an exception in fsl_ssi_hw_params()
836 * despite running in the synchronous mode. in fsl_ssi_hw_params()
838 if (ssi->streams && ssi->synchronous) in fsl_ssi_hw_params()
861 /* In synchronous mod in fsl_ssi_hw_params()
[all...]
H A Dfsl_sai.h290 bool synchronous[2]; member
/kernel/linux/linux-6.6/mm/
H A Dpage_io.c493 void swap_readpage(struct page *page, bool synchronous, struct swap_iocb **plug) in swap_readpage() argument
501 VM_BUG_ON_FOLIO(!folio_test_swapcache(folio) && !synchronous, folio); in swap_readpage()
521 } else if (synchronous || (sis->flags & SWP_SYNCHRONOUS_IO)) { in swap_readpage()
/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillybus_core.c436 int synchronous, allowpartial, exclusive_open, seekable; in xilly_setupchannels() local
514 synchronous = (chandesc[1] >> 7) & 0x01; in xilly_setupchannels()
550 channel->rd_synchronous = synchronous; in xilly_setupchannels()
565 channel->wr_synchronous = synchronous; in xilly_setupchannels()
857 * In synchronous mode, always send an offset limit. in xillybus_read()
1727 * synchronous, we assume that there is no data pending in either in xillybus_llseek()
/kernel/linux/linux-5.10/drivers/char/xillybus/
H A Dxillybus_core.c411 int synchronous, allowpartial, exclusive_open, seekable; in xilly_setupchannels() local
489 synchronous = (chandesc[1] >> 7) & 0x01; in xilly_setupchannels()
525 channel->rd_synchronous = synchronous; in xilly_setupchannels()
540 channel->wr_synchronous = synchronous; in xilly_setupchannels()
835 * In synchronous mode, always send an offset limit. in xillybus_read()
1724 * synchronous, we assume that there is no data pending in either in xillybus_llseek()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs42proc.c351 if (!res->synchronous) { in _nfs42_proc_copy()
358 if ((!res->synchronous || !args->sync) && in _nfs42_proc_copy()
447 args.sync != res.synchronous) { in nfs42_proc_copy()
448 args.sync = res.synchronous; in nfs42_proc_copy()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs42proc.c389 if (!res->synchronous) { in _nfs42_proc_copy()
396 if ((!res->synchronous || !args->sync) && in _nfs42_proc_copy()
476 args.sync != res.synchronous) { in nfs42_proc_copy()
477 args.sync = res.synchronous; in nfs42_proc_copy()

Completed in 28 milliseconds

12