Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dfrontend.c349 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()
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dagpgart.h108 #define AGP_FF_IS_CLIENT 2 macro