Lines Matching refs:access_flags

350 			clear_bit(AGP_FF_IS_VALID, &priv->access_flags);  in agp_remove_all_clients()
351 clear_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_remove_all_clients()
416 set_bit(AGP_FF_IS_VALID, &priv->access_flags); in agp_controller_make_current()
417 set_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_controller_make_current()
430 clear_bit(AGP_FF_IS_VALID, &controller_priv->access_flags); in agp_controller_release_current()
439 clear_bit(AGP_FF_IS_VALID, &priv->access_flags); in agp_controller_release_current()
578 if (!(test_bit(AGP_FF_IS_VALID, &priv->access_flags))) in agp_mmap()
588 if (test_bit(AGP_FF_IS_CLIENT, &priv->access_flags)) { in agp_mmap()
613 if (test_bit(AGP_FF_IS_CONTROLLER, &priv->access_flags)) { in agp_mmap()
651 if (test_bit(AGP_FF_IS_CONTROLLER, &priv->access_flags)) { in agp_release()
664 if (test_bit(AGP_FF_IS_CLIENT, &priv->access_flags)) in agp_release()
691 set_bit(AGP_FF_ALLOW_CLIENT, &priv->access_flags); in agp_open()
696 set_bit(AGP_FF_ALLOW_CONTROLLER, &priv->access_flags); in agp_open()
701 set_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_open()
702 set_bit(AGP_FF_IS_VALID, &priv->access_flags); in agp_open()
743 if (!(test_bit(AGP_FF_ALLOW_CONTROLLER, &priv->access_flags))) in agpioc_acquire_wrap()
775 set_bit(AGP_FF_IS_CONTROLLER, &priv->access_flags); in agpioc_acquire_wrap()
776 set_bit(AGP_FF_IS_VALID, &priv->access_flags); in agpioc_acquire_wrap()
819 set_bit(AGP_FF_IS_CLIENT, &client_priv->access_flags); in agpioc_reserve_wrap()
820 set_bit(AGP_FF_IS_VALID, &client_priv->access_flags); in agpioc_reserve_wrap()
857 set_bit(AGP_FF_IS_CLIENT, &client_priv->access_flags); in agpioc_reserve_wrap()
858 set_bit(AGP_FF_IS_VALID, &client_priv->access_flags); in agpioc_reserve_wrap()
969 if (!(test_bit(AGP_FF_IS_CONTROLLER, &curr_priv->access_flags))) { in agp_ioctl()