23 #ifndef __ANALOGY_IOCTL__
24 #define __ANALOGY_IOCTL__
32 #define NB_IOCTL_FUNCTIONS 17
39 #define A4L_DEVCFG _IOW(CIO,0,a4l_lnkdesc_t)
40 #define A4L_DEVINFO _IOR(CIO,1,a4l_dvinfo_t)
41 #define A4L_SUBDINFO _IOR(CIO,2,a4l_sbinfo_t)
42 #define A4L_CHANINFO _IOR(CIO,3,a4l_chinfo_arg_t)
43 #define A4L_RNGINFO _IOR(CIO,4,a4l_rnginfo_arg_t)
44 #define A4L_CMD _IOWR(CIO,5,a4l_cmd_t)
45 #define A4L_CANCEL _IOR(CIO,6,unsigned int)
46 #define A4L_INSNLIST _IOR(CIO,7,unsigned int)
47 #define A4L_INSN _IOR(CIO,8,unsigned int)
48 #define A4L_BUFCFG _IOR(CIO,9,a4l_bufcfg_t)
49 #define A4L_BUFINFO _IOWR(CIO,10,a4l_bufinfo_t)
50 #define A4L_POLL _IOR(CIO,11,unsigned int)
51 #define A4L_MMAP _IOWR(CIO,12,unsigned int)
52 #define A4L_NBCHANINFO _IOR(CIO,13,a4l_chinfo_arg_t)
53 #define A4L_NBRNGINFO _IOR(CIO,14,a4l_rnginfo_arg_t)
57 #define A4L_BUFCFG2 _IOR(CIO,15,a4l_bufcfg_t)
58 #define A4L_BUFINFO2 _IOWR(CIO,16,a4l_bufcfg_t)
Analogy for Linux, device related features.
Real-Time Driver Model for Xenomai, driver API header.