Searched refs:AGP_FF_IS_CLIENT (Results 1 – 3 of 3) sorted by relevance
349 clear_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_remove_all_clients()415 set_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_controller_make_current()586 if (test_bit(AGP_FF_IS_CLIENT, &priv->access_flags)) { in agp_mmap()662 if (test_bit(AGP_FF_IS_CLIENT, &priv->access_flags)) in agp_release()699 set_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_open()817 set_bit(AGP_FF_IS_CLIENT, &client_priv->access_flags); in agpioc_reserve_wrap()855 set_bit(AGP_FF_IS_CLIENT, &client_priv->access_flags); in agpioc_reserve_wrap()
85 set_bit(AGP_FF_IS_CLIENT, &client_priv->access_flags); in compat_agpioc_reserve_wrap()142 set_bit(AGP_FF_IS_CLIENT, &client_priv->access_flags); in compat_agpioc_reserve_wrap()
108 #define AGP_FF_IS_CLIENT 2 macro