Searched defs:synchronous (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/pcmcia/
H A Daha152x_stub.c64 static int synchronous = 1; variable
71 module_param(synchronous, int, 0);
168 s.synchronous = synchronous;
/drivers/gpu/drm/i915/
H A Dintel_fbdev.c697 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) argument
708 if (synchronous) {
710 * wait to turn it off. It must be synchronous as we are
H A Dintel_drv.h814 * synchronous plane updates which will happen on the next vblank and which will
974 extern void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous);
991 static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) argument
/drivers/char/xillybus/
H A Dxillybus_core.c414 int synchronous, allowpartial, exclusive_open, seekable; local
492 synchronous = (chandesc[1] >> 7) & 0x01;
527 channel->rd_synchronous = synchronous;
541 channel->wr_synchronous = synchronous;
836 * In synchronous mode, always send an offset limit.
1723 * synchronous, we assume that there is no data pending in either
/drivers/md/bcache/
H A Dsysfs.c90 rw_attribute(synchronous); variable
521 sysfs_print(synchronous, CACHE_SYNC(&c->sb));
/drivers/scsi/
H A D53c700.c33 * The 700-66 can at least do synchronous SCSI up to 10MHz.
442 int count, synchronous = 0; local
454 synchronous = NCR_700_readb(host, SXFER_REG) & 0x0f;
461 if (synchronous)
471 if (synchronous && (sstat & SODR_REG_FULL))
748 * by our synchronous clock speed. See the 710 manual for
1471 /* set the synchronous period/offset */
H A Daha152x.h323 int synchronous; member in struct:aha152x_setup
H A Daha152x.c59 * - default to synchronous operation
60 * - synchronous negotiation fixed
65 * - synchronous operation works
108 * - started synchronous data transfers (not working yet)
355 syncneg = 0x0100, /* synchronous negotiation in progress */
389 MODULE_PARM_DESC(sync,"use synchronous transfers");
513 int synchronous; /* synchronous transferes enabled */ member in struct:aha152x_hostdata
530 /* current synchronous transfer agreements */
615 #define SYNCHRONOUS (HOSTDATA(shpnt)->synchronous)
[all...]
H A Dosst.c3245 static int osst_write_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int synchronous)
3294 if (!synchronous)
3298 MAX_RETRIES, synchronous);
3303 if (synchronous) {
3242 osst_write_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int synchronous) argument

Completed in 1255 milliseconds