Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dagp_backend.h101 extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32);
/linux-4.19.296/drivers/char/agp/
Dgeneric.c218 struct agp_memory *agp_allocate_memory(struct agp_bridge_data *bridge, in agp_allocate_memory() function
278 EXPORT_SYMBOL(agp_allocate_memory);
Dfrontend.c280 memory = agp_allocate_memory(agp_bridge, pg_count, type); in agp_allocate_memory_wrap()