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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dagpgart.h111 #define AGPIOC_BASE 'G' macro
112 #define AGPIOC_INFO _IOR(AGPIOC_BASE, 0, 100)
113 #define AGPIOC_ACQUIRE _IO(AGPIOC_BASE, 1)
114 #define AGPIOC_RELEASE _IO(AGPIOC_BASE, 2)
115 #define AGPIOC_SETUP _IOW(AGPIOC_BASE, 3, agp_setup_t)
116 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 4, agp_allocate_t)
117 #define AGPIOC_DEALLOCATE _IOW(AGPIOC_BASE, 5, int)
118 #define AGPIOC_BIND _IOW(AGPIOC_BASE, 6, agp_bind_t)
119 #define AGPIOC_UNBIND _IOW(AGPIOC_BASE, 7, agp_unbind_t)
120 #define AGPIOC_IOREMAP _IO(AGPIOC_BASE,
[all...]

Completed in 11 milliseconds