Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
H A Dagp.h191 struct agp_memory *agp_create_memory(int scratch_pages);
H A Dgeneric.c126 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory() function
152 EXPORT_SYMBOL(agp_create_memory);
250 new = agp_create_memory(scratch_pages); in agp_allocate_memory()