sys/sys/agpio.h
79
#define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, agp_info)
sys/sys/agpio.h
80
#define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1)
sys/sys/agpio.h
81
#define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2)
sys/sys/agpio.h
82
#define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, agp_setup)
sys/sys/agpio.h
84
#define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, agp_region)
sys/sys/agpio.h
85
#define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, agp_region)
sys/sys/agpio.h
87
#define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, agp_allocate)
sys/sys/agpio.h
88
#define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int)
sys/sys/agpio.h
89
#define AGPIOC_BIND _IOW (AGPIOC_BASE, 8, agp_bind)
sys/sys/agpio.h
90
#define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, agp_unbind)
sys/sys/agpio.h
91
#define AGPIOC_CHIPSET_FLUSH _IO (AGPIOC_BASE, 10)