Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/agp/
Dagpgart_fe.c610 AGP_LOCK(); in agp_mmap()
684 AGP_LOCK(); in agp_release()
716 AGP_LOCK(); in agp_open()
994 AGP_LOCK(); in agp_ioctl()
/linux-2.4.37.9/include/linux/
Dagpgart.h116 #define AGP_LOCK() down(&(agp_fe.agp_mutex)); macro