Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dagpgart.h109 #define AGP_FF_IS_CONTROLLER 3 macro
/linux-5.19.10/drivers/char/agp/
Dfrontend.c613 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()
775 set_bit(AGP_FF_IS_CONTROLLER, &priv->access_flags); in agpioc_acquire_wrap()
969 if (!(test_bit(AGP_FF_IS_CONTROLLER, &curr_priv->access_flags))) { in agp_ioctl()
Dcompat_ioctl.c228 if (!(test_bit(AGP_FF_IS_CONTROLLER, &curr_priv->access_flags))) { in compat_agp_ioctl()