Searched refs:AGP_FF_IS_CLIENT (Results 1 – 2 of 2) sorted by relevance
379 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()
202 #define AGP_FF_IS_CLIENT 2 macro