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

/linux-master/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) argument
H A Dintel_fbdev.c564 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) argument
581 if (synchronous) {
583 * wait to turn it off. It must be synchronous as we are
/linux-master/drivers/scsi/pcmcia/
H A Daha152x_stub.c67 static int synchronous = 1; variable
74 module_param(synchronous, int, 0);
171 s.synchronous = synchronous;
/linux-master/sound/soc/fsl/
H A Dfsl_esai.c56 * @synchronous: if using tx/rx synchronous mode
82 bool synchronous; member in struct:fsl_esai
264 bool tx = (clk_id <= ESAI_HCKT_EXTAL || esai_priv->synchronous);
299 ecr |= esai_priv->synchronous ? ESAI_ECR_ETI : ESAI_ECR_ERI;
517 /* Set synchronous mode */
519 ESAI_SAICR_SYNC, esai_priv->synchronous ?
554 ret = fsl_esai_set_bclk(dai, esai_priv->synchronous || tx, bclk);
562 /* Recording in synchronous mode needs to set TCR also */
563 if (!tx && esai_priv->synchronous)
[all...]
H A Dfsl_sai.c46 * SAI supports synchronous mode using bit/frame clocks of either Transmitter's
58 return !sai->synchronous[dir] && sai->synchronous[adir];
485 else if (!sai->synchronous[dir])
787 sai->synchronous[TX] ? FSL_SAI_CR2_SYNC : 0);
789 sai->synchronous[RX] ? FSL_SAI_CR2_SYNC : 0);
805 * Enable the opposite direction for synchronous mode
834 * If opposite stream provides clocks for synchronous mode and
842 * 1. current stream doesn't provide clocks for synchronous mode
843 * 2. current stream provides clocks for synchronous mod
[all...]
H A Dfsl_ssi.c215 * @synchronous: Use synchronous mode - both of TX and RX use STCK and SFCK
258 bool synchronous; member in struct:fsl_ssi
775 /* STCCR is used for RX in synchronous mode */
776 tx2 = tx || ssi->synchronous;
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
836 * despite running in the synchronous mode.
838 if (ssi->streams && ssi->synchronous)
861 /* In synchronous mod
[all...]
H A Dfsl_sai.h290 bool synchronous[2]; member in struct:fsl_sai
/linux-master/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 in struct:aha152x_hostdata
481 /* current synchronous transfer agreements */
566 #define SYNCHRONOUS (HOSTDATA(shpnt)->synchronous)
[all...]
H A Daha152x.h324 int synchronous; member in struct:aha152x_setup
H A D53c700.c20 * The 700-66 can at least do synchronous SCSI up to 10MHz.
454 int count, synchronous = 0; local
466 synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f;
473 if (synchronous)
483 if (synchronous && (sstat & SODR_REG_FULL))
755 * by our synchronous clock speed. See the 710 manual for
1475 /* set the synchronous period/offset */
/linux-master/mm/
H A Dpage_io.c495 void swap_read_folio(struct folio *folio, bool synchronous, argument
503 VM_BUG_ON_FOLIO(!folio_test_swapcache(folio) && !synchronous, folio);
523 } else if (synchronous || (sis->flags & SWP_SYNCHRONOUS_IO)) {
/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c436 int synchronous, allowpartial, exclusive_open, seekable; local
514 synchronous = (chandesc[1] >> 7) & 0x01;
550 channel->rd_synchronous = synchronous;
565 channel->wr_synchronous = synchronous;
857 * In synchronous mode, always send an offset limit.
1727 * synchronous, we assume that there is no data pending in either
/linux-master/fs/nfs/
H A Dnfs42proc.c389 if (!res->synchronous) {
396 if ((!res->synchronous || !args->sync) &&
476 args.sync != res.synchronous) {
477 args.sync = res.synchronous;
H A Dnfs42xdr.c892 res->synchronous = be32_to_cpup(p++);
H A Dnfs4trace.h2363 __entry->res_sync = res->synchronous;
/linux-master/drivers/md/bcache/
H A Dsysfs.c134 rw_attribute(synchronous); variable
729 sysfs_print(synchronous, CACHE_SYNC(&c->cache->sb));
/linux-master/include/linux/
H A Dnfs_xdr.h1479 bool synchronous; member in struct:nfs42_copy_res

Completed in 255 milliseconds