Lines Matching refs:AGPIOC_BASE
32 #define AGPIOC_INFO32 _IOR (AGPIOC_BASE, 0, compat_uptr_t)
33 #define AGPIOC_ACQUIRE32 _IO (AGPIOC_BASE, 1)
34 #define AGPIOC_RELEASE32 _IO (AGPIOC_BASE, 2)
35 #define AGPIOC_SETUP32 _IOW (AGPIOC_BASE, 3, compat_uptr_t)
36 #define AGPIOC_RESERVE32 _IOW (AGPIOC_BASE, 4, compat_uptr_t)
37 #define AGPIOC_PROTECT32 _IOW (AGPIOC_BASE, 5, compat_uptr_t)
38 #define AGPIOC_ALLOCATE32 _IOWR(AGPIOC_BASE, 6, compat_uptr_t)
39 #define AGPIOC_DEALLOCATE32 _IOW (AGPIOC_BASE, 7, compat_int_t)
40 #define AGPIOC_BIND32 _IOW (AGPIOC_BASE, 8, compat_uptr_t)
41 #define AGPIOC_UNBIND32 _IOW (AGPIOC_BASE, 9, compat_uptr_t)
42 #define AGPIOC_CHIPSET_FLUSH32 _IO (AGPIOC_BASE, 10)