Lines Matching refs:acquired
57 * Verifies the AGP device has been initialized and acquired and fills in the
64 if (!dev->agp || !dev->agp->acquired)
101 * Verifies the AGP device hasn't been acquired before and calls
108 if (dev->agp->acquired)
113 dev->agp->acquired = 1;
127 * Verifies the AGP device hasn't been acquired before and calls
142 * Verifies the AGP device has been acquired and calls \c agp_backend_release.
146 if (!dev->agp || !dev->agp->acquired)
149 dev->agp->acquired = 0;
163 * \param dev DRM device that has previously acquired AGP.
167 * Verifies the AGP device has been acquired but not enabled, and calls
172 if (!dev->agp || !dev->agp->acquired)
199 * Verifies the AGP device is present and has been acquired, allocates the
209 if (!dev->agp || !dev->agp->acquired)
275 * Verifies the AGP device is present and acquired, looks-up the AGP memory
283 if (!dev->agp || !dev->agp->acquired)
313 * Verifies the AGP device is present and has been acquired and that no memory
323 if (!dev->agp || !dev->agp->acquired)
357 * Verifies the AGP device is present and has been acquired and looks up the
366 if (!dev->agp || !dev->agp->acquired)
462 if (dev->agp->acquired)
465 dev->agp->acquired = 0;