Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
agp_bridge_data Struct Reference

#include <agp.h>

Data Fields

struct agp_versionversion
 
struct agp_bridge_driverdriver
 
struct vm_operations_struct * vm_ops
 
voidprevious_size
 
voidcurrent_size
 
voiddev_private_data
 
struct pci_devdev
 
u32 __iomemgatt_table
 
u32gatt_table_real
 
unsigned long scratch_page
 
struct pagescratch_page_page
 
dma_addr_t scratch_page_dma
 
unsigned long gart_bus_addr
 
unsigned long gatt_bus_addr
 
u32 mode
 
enum chipset_type type
 
unsigned longkey_list
 
atomic_t current_memory_agp
 
atomic_t agp_in_use
 
int max_memory_agp
 
int aperture_size_idx
 
int capndx
 
int flags
 
char major_version
 
char minor_version
 
struct list_head list
 
u32 apbase_config
 
struct list_head mapped_list
 
spinlock_t mapped_lock
 

Detailed Description

Definition at line 125 of file agp.h.

Field Documentation

atomic_t agp_in_use

Definition at line 144 of file agp.h.

u32 apbase_config

Definition at line 152 of file agp.h.

int aperture_size_idx

Definition at line 146 of file agp.h.

int capndx

Definition at line 147 of file agp.h.

atomic_t current_memory_agp

Definition at line 143 of file agp.h.

void* current_size

Definition at line 130 of file agp.h.

Definition at line 132 of file agp.h.

void* dev_private_data

Definition at line 131 of file agp.h.

Definition at line 127 of file agp.h.

int flags

Definition at line 148 of file agp.h.

unsigned long gart_bus_addr

Definition at line 138 of file agp.h.

unsigned long gatt_bus_addr

Definition at line 139 of file agp.h.

u32 __iomem* gatt_table

Definition at line 133 of file agp.h.

u32* gatt_table_real

Definition at line 134 of file agp.h.

unsigned long* key_list

Definition at line 142 of file agp.h.

Definition at line 151 of file agp.h.

char major_version

Definition at line 149 of file agp.h.

struct list_head mapped_list

Definition at line 154 of file agp.h.

spinlock_t mapped_lock

Definition at line 155 of file agp.h.

int max_memory_agp

Definition at line 145 of file agp.h.

char minor_version

Definition at line 150 of file agp.h.

u32 mode

Definition at line 140 of file agp.h.

void* previous_size

Definition at line 129 of file agp.h.

unsigned long scratch_page

Definition at line 135 of file agp.h.

dma_addr_t scratch_page_dma

Definition at line 137 of file agp.h.

struct page* scratch_page_page

Definition at line 136 of file agp.h.

Definition at line 141 of file agp.h.

struct agp_version* version

Definition at line 126 of file agp.h.

struct vm_operations_struct* vm_ops

Definition at line 128 of file agp.h.


The documentation for this struct was generated from the following file: