Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | agp_version |
struct | _agp_info |
struct | _agp_setup |
struct | _agp_segment |
struct | _agp_region |
struct | _agp_allocate |
struct | _agp_bind |
struct | _agp_unbind |
Macros | |
#define | AGPIOC_BASE 'A' |
#define | AGPIOC_INFO _IOR (AGPIOC_BASE, 0, struct agp_info*) |
#define | AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1) |
#define | AGPIOC_RELEASE _IO (AGPIOC_BASE, 2) |
#define | AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*) |
#define | AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, struct agp_region*) |
#define | AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, struct agp_region*) |
#define | AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*) |
#define | AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int) |
#define | AGPIOC_BIND _IOW (AGPIOC_BASE, 8, struct agp_bind*) |
#define | AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, struct agp_unbind*) |
#define | AGPIOC_CHIPSET_FLUSH _IO (AGPIOC_BASE, 10) |
#define | AGP_DEVICE "/dev/agpgart" |
#define | TRUE 1 |
#define | FALSE 0 |
Typedefs | |
typedef struct _agp_info | agp_info |
typedef struct _agp_setup | agp_setup |
typedef struct _agp_segment | agp_segment |
typedef struct _agp_region | agp_region |
typedef struct _agp_allocate | agp_allocate |
typedef struct _agp_bind | agp_bind |
typedef struct _agp_unbind | agp_unbind |
#define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1) |
#define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*) |
#define AGPIOC_BIND _IOW (AGPIOC_BASE, 8, struct agp_bind*) |
#define AGPIOC_CHIPSET_FLUSH _IO (AGPIOC_BASE, 10) |
#define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int) |
#define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, struct agp_info*) |
#define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, struct agp_region*) |
#define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2) |
#define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, struct agp_region*) |
#define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, struct agp_setup*) |
#define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, struct agp_unbind*) |
typedef struct _agp_allocate agp_allocate |
typedef struct _agp_region agp_region |
typedef struct _agp_segment agp_segment |
typedef struct _agp_setup agp_setup |
typedef struct _agp_unbind agp_unbind |