Home
last modified time | relevance | path

Searched refs:agp_unbind_memory (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dagp_backend.h104 extern int agp_unbind_memory(struct agp_memory *);
/linux-4.19.296/drivers/char/agp/
Dcompat_ioctl.c207 return agp_unbind_memory(memory); in compat_agpioc_unbind_wrap()
Dgeneric.c171 agp_unbind_memory(curr); in agp_free_memory()
447 int agp_unbind_memory(struct agp_memory *curr) in agp_unbind_memory() function
471 EXPORT_SYMBOL(agp_unbind_memory);
Dfrontend.c946 return agp_unbind_memory(memory); in agpioc_unbind_wrap()