Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
alpha-agp.c File Reference
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/agp_backend.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <asm/machvec.h>
#include <asm/agp_backend.h>
#include "../../../arch/alpha/kernel/pci_impl.h"
#include "agp.h"

Go to the source code of this file.

Functions

int __init alpha_core_agp_setup (void)
 
 module_init (agp_alpha_core_init)
 
 module_exit (agp_alpha_core_cleanup)
 
 MODULE_AUTHOR ("Jeff Wiedemeier <[email protected]>")
 
 MODULE_LICENSE ("GPL and additional rights")
 

Variables

struct agp_bridge_driver alpha_core_agp_driver
 
struct agp_bridge_dataalpha_bridge
 

Function Documentation

int __init alpha_core_agp_setup ( void  )

Definition at line 155 of file alpha-agp.c.

MODULE_AUTHOR ( "Jeff Wiedemeier <[email protected]>"  )
module_exit ( agp_alpha_core_cleanup  )
module_init ( agp_alpha_core_init  )
MODULE_LICENSE ( "GPL and additional rights"  )

Variable Documentation

struct agp_bridge_data* alpha_bridge

Definition at line 152 of file alpha-agp.c.

struct agp_bridge_driver alpha_core_agp_driver
Initial value:
= {
.owner = THIS_MODULE,
.aperture_sizes = alpha_core_agp_sizes,
.num_aperture_sizes = 1,
.size_type = FIXED_APER_SIZE,
.cant_use_aperture = true,
.masks = NULL,
.fetch_size = alpha_core_agp_fetch_size,
.configure = alpha_core_agp_configure,
.agp_enable = alpha_core_agp_enable,
.cleanup = alpha_core_agp_cleanup,
.tlb_flush = alpha_core_agp_tlbflush,
.mask_memory = agp_generic_mask_memory,
.cache_flush = global_cache_flush,
.create_gatt_table = alpha_core_agp_create_free_gatt_table,
.free_gatt_table = alpha_core_agp_create_free_gatt_table,
.insert_memory = alpha_core_agp_insert_memory,
.remove_memory = alpha_core_agp_remove_memory,
.alloc_by_type = agp_generic_alloc_by_type,
.free_by_type = agp_generic_free_by_type,
.agp_alloc_page = agp_generic_alloc_page,
.agp_alloc_pages = agp_generic_alloc_pages,
.agp_destroy_page = agp_generic_destroy_page,
.agp_destroy_pages = agp_generic_destroy_pages,
.agp_type_to_mask_type = agp_generic_type_to_mask_type,
}

Definition at line 124 of file alpha-agp.c.