Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dagpio.h80 #define AGPIOC_BASE 'A' macro
81 #define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, agp_info)
82 #define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1)
83 #define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2)
84 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, agp_setup)
86 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, agp_region)
87 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, agp_region)
90 #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int)
91 #define AGPIOC_BIND _IOW (AGPIOC_BASE, 8, agp_bind)
92 #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, agp_unbind)
[all …]