_IOW              267 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SET_BLOCKSIZE	_IOW  (ZT_CODE, 2, int)					/* Set Transfer Block Size. */
_IOW              268 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_FLUSH			_IOW  (ZT_CODE, 3, int)					/* Flush Buffer(s) and stop I/O */
_IOW              269 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SYNC				_IOW  (ZT_CODE, 4, int)					/* Wait for Write to Finish */
_IOW              271 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SET_PARAMS		_IOW  (ZT_CODE, 6, struct zt_params)	/* Set channel parameters */
_IOW              272 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_HOOK				_IOW  (ZT_CODE, 7, int)					/* Set Hookswitch Status */
_IOW              276 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_MAINT			_IOW  (ZT_CODE, 11, struct zt_maintinfo)/* Set Maintenance Mode for a span */
_IOW              279 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_CONFLINK			_IOW  (ZT_CODE, 14, struct zt_confinfo)	/* Setup or Remove Conference Link */
_IOW              284 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SPANCONFIG		_IOW (ZT_CODE, 18, struct zt_lineconfig)/* Set Line (T1) Configurations and start system  */
_IOW              285 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_CHANCONFIG		_IOW (ZT_CODE, 19, struct zt_chanconfig)/* Set Channel Configuration  */
_IOW              286 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SET_BUFINFO		_IOW (ZT_CODE, 27, struct zt_bufferinfo)/* Set buffer policy */
_IOW              288 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_AUDIOMODE		_IOW  (ZT_CODE, 32, int)				/* Set a clear channel into audio mode */
_IOW              289 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_ECHOCANCEL		_IOW  (ZT_CODE, 33, int)				/* Control Echo Canceller */
_IOW              290 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_HDLCRAWMODE		_IOW  (ZT_CODE, 36, int)				/* Set a clear channel into HDLC w/out FCS checking/calculation mode */
_IOW              291 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_HDLCFCSMODE		_IOW  (ZT_CODE, 37, int)				/* Set a clear channel into HDLC w/ FCS mode */
_IOW              294 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SPECIFY			_IOW  (ZT_CODE, 38, int)
_IOW              297 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SETLAW			_IOW  (ZT_CODE, 39, int)
_IOW              300 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SETLINEAR		_IOW  (ZT_CODE, 40, int)
_IOW              303 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_ECHOTRAIN		_IOW  (ZT_CODE, 50, int)				/* Control Echo Trainer */
_IOW              306 src/ftmod/ftmod_zt/ftmod_zt.h #define ZT_SETTXBITS _IOW (ZT_CODE, 43, int)
_IOW              310 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SET_BLOCKSIZE	_IOW  (DAHDI_CODE, 1, int)					/* Set Transfer Block Size. */
_IOW              311 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_FLUSH			_IOW  (DAHDI_CODE, 3, int)					/* Flush Buffer(s) and stop I/O */
_IOW              314 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SET_PARAMS	_IOW  (DAHDI_CODE, 5, struct zt_params)	/* Set channel parameters */
_IOW              315 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_HOOK			_IOW  (DAHDI_CODE, 7, int)					/* Set Hookswitch Status */
_IOW              319 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_MAINT			_IOW  (DAHDI_CODE, 11, struct zt_maintinfo) /* Set Maintenance Mode for a span */
_IOW              321 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SETCONF		_IOW  (DAHDI_CODE, 12, struct zt_confinfo)	/* Set Conference Mode */
_IOW              322 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_CONFLINK		_IOW  (DAHDI_CODE, 14, struct zt_confinfo)	/* Setup or Remove Conference Link */
_IOW              326 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SETGAINS		_IOW (DAHDI_CODE, 16, struct zt_gains)	/* Set Channel audio gains */
_IOW              327 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SPANCONFIG	_IOW (DAHDI_CODE, 18, struct zt_lineconfig)/* Set Line (T1) Configurations and start system  */
_IOW              328 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_CHANCONFIG	_IOW (DAHDI_CODE, 19, struct zt_chanconfig)/* Set Channel Configuration  */
_IOW              329 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SET_BUFINFO	_IOW (DAHDI_CODE, 27, struct zt_bufferinfo)/* Set buffer policy */
_IOW              331 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_AUDIOMODE		_IOW (DAHDI_CODE, 32, int)				/* Set a clear channel into audio mode */
_IOW              332 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_ECHOCANCEL	_IOW (DAHDI_CODE, 33, int)				/* Control Echo Canceller */
_IOW              333 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_HDLCRAWMODE	_IOW (DAHDI_CODE, 36, int)				/* Set a clear channel into HDLC w/out FCS checking/calculation mode */
_IOW              334 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_HDLCFCSMODE	_IOW (DAHDI_CODE, 37, int)				/* Set a clear channel into HDLC w/ FCS mode */
_IOW              337 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SPECIFY		_IOW  (DAHDI_CODE, 38, int)
_IOW              340 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SETLAW		_IOW  (DAHDI_CODE, 39, int)
_IOW              343 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SETLINEAR		_IOW  (DAHDI_CODE, 40, int)
_IOW              346 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_ECHOTRAIN		_IOW  (DAHDI_CODE, 50, int)				/* Control Echo Trainer */
_IOW              349 src/ftmod/ftmod_zt/ftmod_zt.h #define DAHDI_SETTXBITS _IOW (DAHDI_CODE, 43, int)