Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/agp/
Dagpgart_fe.c379 clear_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_remove_all_clients()
445 set_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_controller_make_current()
628 if (test_bit(AGP_FF_IS_CLIENT, &priv->access_flags)) { in agp_mmap()
699 if (test_bit(AGP_FF_IS_CLIENT, &priv->access_flags)) { in agp_release()
736 set_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_open()
860 set_bit(AGP_FF_IS_CLIENT, in agpioc_reserve_wrap()
900 set_bit(AGP_FF_IS_CLIENT, in agpioc_reserve_wrap()
/linux-2.4.37.9/include/linux/
Dagpgart.h202 #define AGP_FF_IS_CLIENT 2 macro