Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/agp/
Dfrontend.c351 clear_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_remove_all_clients()
417 set_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_controller_make_current()
588 if (test_bit(AGP_FF_IS_CLIENT, &priv->access_flags)) { in agp_mmap()
664 if (test_bit(AGP_FF_IS_CLIENT, &priv->access_flags)) in agp_release()
701 set_bit(AGP_FF_IS_CLIENT, &priv->access_flags); in agp_open()
819 set_bit(AGP_FF_IS_CLIENT, &client_priv->access_flags); in agpioc_reserve_wrap()
857 set_bit(AGP_FF_IS_CLIENT, &client_priv->access_flags); in agpioc_reserve_wrap()
Dcompat_ioctl.c85 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()
/Linux-v6.6/include/linux/
Dagpgart.h108 #define AGP_FF_IS_CLIENT 2 macro