Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dagpgart.h109 #define AGP_FF_IS_CONTROLLER 3 macro
/openbmc/linux/drivers/char/agp/
H A 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()
H A Dcompat_ioctl.c228 if (!(test_bit(AGP_FF_IS_CONTROLLER, &curr_priv->access_flags))) { in compat_agp_ioctl()