_IOWR             274 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_IOMUX			_IOWR (ZT_CODE, 9, int)					/* Wait for something to happen (IO Mux) */
_IOWR             275 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SPANSTAT			_IOWR (ZT_CODE, 10, struct zt_spaninfo) /* Get Span Status */
_IOWR             277 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_GETCONF			_IOWR (ZT_CODE, 12, struct zt_confinfo)	/* Get Conference Mode */
_IOWR             278 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SETCONF			_IOWR (ZT_CODE, 13, struct zt_confinfo)	/* Set Conference Mode */
_IOWR             282 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_GETGAINS			_IOWR (ZT_CODE, 16, struct zt_gains)	/* Get Channel audio gains */
_IOWR             283 src/ftmod/ftmod_zt/ftmod_zt.h #define		ZT_SETGAINS			_IOWR (ZT_CODE, 17, struct zt_gains)	/* Set Channel audio gains */
_IOWR             317 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_IOMUX			_IOWR (DAHDI_CODE, 9, int)					/* Wait for something to happen (IO Mux) */
_IOWR             318 src/ftmod/ftmod_zt/ftmod_zt.h #define		DAHDI_SPANSTAT		_IOWR (DAHDI_CODE, 10, struct zt_spaninfo)  /* Get Span Status */