AGPIOC_BASE 32 drivers/char/agp/compat_ioctl.h #define AGPIOC_INFO32 _IOR (AGPIOC_BASE, 0, compat_uptr_t) AGPIOC_BASE 33 drivers/char/agp/compat_ioctl.h #define AGPIOC_ACQUIRE32 _IO (AGPIOC_BASE, 1) AGPIOC_BASE 34 drivers/char/agp/compat_ioctl.h #define AGPIOC_RELEASE32 _IO (AGPIOC_BASE, 2) AGPIOC_BASE 35 drivers/char/agp/compat_ioctl.h #define AGPIOC_SETUP32 _IOW (AGPIOC_BASE, 3, compat_uptr_t) AGPIOC_BASE 36 drivers/char/agp/compat_ioctl.h #define AGPIOC_RESERVE32 _IOW (AGPIOC_BASE, 4, compat_uptr_t) AGPIOC_BASE 37 drivers/char/agp/compat_ioctl.h #define AGPIOC_PROTECT32 _IOW (AGPIOC_BASE, 5, compat_uptr_t) AGPIOC_BASE 38 drivers/char/agp/compat_ioctl.h #define AGPIOC_ALLOCATE32 _IOWR(AGPIOC_BASE, 6, compat_uptr_t) AGPIOC_BASE 39 drivers/char/agp/compat_ioctl.h #define AGPIOC_DEALLOCATE32 _IOW (AGPIOC_BASE, 7, compat_int_t) AGPIOC_BASE 40 drivers/char/agp/compat_ioctl.h #define AGPIOC_BIND32 _IOW (AGPIOC_BASE, 8, compat_uptr_t) AGPIOC_BASE 41 drivers/char/agp/compat_ioctl.h #define AGPIOC_UNBIND32 _IOW (AGPIOC_BASE, 9, compat_uptr_t) AGPIOC_BASE 42 drivers/char/agp/compat_ioctl.h #define AGPIOC_CHIPSET_FLUSH32 _IO (AGPIOC_BASE, 10) AGPIOC_BASE 31 include/uapi/linux/agpgart.h #define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, struct agp_info*) AGPIOC_BASE 32 include/uapi/linux/agpgart.h #define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1) AGPIOC_BASE 33 include/uapi/linux/agpgart.h #define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2) AGPIOC_BASE 34 include/uapi/linux/agpgart.h #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*) AGPIOC_BASE 35 include/uapi/linux/agpgart.h #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, struct agp_region*) AGPIOC_BASE 36 include/uapi/linux/agpgart.h #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, struct agp_region*) AGPIOC_BASE 37 include/uapi/linux/agpgart.h #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*) AGPIOC_BASE 38 include/uapi/linux/agpgart.h #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int) AGPIOC_BASE 39 include/uapi/linux/agpgart.h #define AGPIOC_BIND _IOW (AGPIOC_BASE, 8, struct agp_bind*) AGPIOC_BASE 40 include/uapi/linux/agpgart.h #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, struct agp_unbind*) AGPIOC_BASE 41 include/uapi/linux/agpgart.h #define AGPIOC_CHIPSET_FLUSH _IO (AGPIOC_BASE, 10)