AGPIOC_BASE        31 include/linux/agpgart.h #define AGPIOC_INFO       _IOR (AGPIOC_BASE, 0, struct agp_info*)
AGPIOC_BASE        32 include/linux/agpgart.h #define AGPIOC_ACQUIRE    _IO  (AGPIOC_BASE, 1)
AGPIOC_BASE        33 include/linux/agpgart.h #define AGPIOC_RELEASE    _IO  (AGPIOC_BASE, 2)
AGPIOC_BASE        34 include/linux/agpgart.h #define AGPIOC_SETUP      _IOW (AGPIOC_BASE, 3, struct agp_setup*)
AGPIOC_BASE        35 include/linux/agpgart.h #define AGPIOC_RESERVE    _IOW (AGPIOC_BASE, 4, struct agp_region*)
AGPIOC_BASE        36 include/linux/agpgart.h #define AGPIOC_PROTECT    _IOW (AGPIOC_BASE, 5, struct agp_region*)
AGPIOC_BASE        37 include/linux/agpgart.h #define AGPIOC_ALLOCATE   _IOWR(AGPIOC_BASE, 6, struct agp_allocate*)
AGPIOC_BASE        38 include/linux/agpgart.h #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int)
AGPIOC_BASE        39 include/linux/agpgart.h #define AGPIOC_BIND       _IOW (AGPIOC_BASE, 8, struct agp_bind*)
AGPIOC_BASE        40 include/linux/agpgart.h #define AGPIOC_UNBIND     _IOW (AGPIOC_BASE, 9, struct agp_unbind*)
AGPIOC_BASE        41 include/linux/agpgart.h #define AGPIOC_CHIPSET_FLUSH _IO (AGPIOC_BASE, 10)