Searched refs:AGPIOC_BASE (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dagpgart.h30 #define AGPIOC_BASE 'A' macro
31 #define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, agp_info*)
32 #define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1)
33 #define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2)
34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, agp_setup*)
35 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, agp_region*)
36 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, agp_region*)
37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, agp_allocate*)
38 #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int)
39 #define AGPIOC_BIND _IOW (AGPIOC_BASE,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dagpgart.h30 #define AGPIOC_BASE 'A' macro
31 #define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, agp_info*)
32 #define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1)
33 #define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2)
34 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, agp_setup*)
35 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, agp_region*)
36 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, agp_region*)
37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, agp_allocate*)
38 #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int)
39 #define AGPIOC_BIND _IOW (AGPIOC_BASE,
[all...]

Completed in 33 milliseconds