Searched refs:AGPIOC_BASE (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | agpgart.h | 21 #define AGPIOC_BASE 'A' macro 22 #define AGPIOC_INFO _IOR(AGPIOC_BASE, 0, struct agp_info *) 23 #define AGPIOC_ACQUIRE _IO(AGPIOC_BASE, 1) 24 #define AGPIOC_RELEASE _IO(AGPIOC_BASE, 2) 25 #define AGPIOC_SETUP _IOW(AGPIOC_BASE, 3, struct agp_setup *) 26 #define AGPIOC_RESERVE _IOW(AGPIOC_BASE, 4, struct agp_region *) 27 #define AGPIOC_PROTECT _IOW(AGPIOC_BASE, 5, struct agp_region *) 28 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate *) 29 #define AGPIOC_DEALLOCATE _IOW(AGPIOC_BASE, 7, int) 30 #define AGPIOC_BIND _IOW(AGPIOC_BASE, 8, struct agp_bind *) [all …]
|