Lines Matching refs:acquired
56 * Verifies the AGP device has been initialized and acquired and fills in the
63 if (!dev->agp || !dev->agp->acquired)
100 * Verifies the AGP device hasn't been acquired before and calls
109 if (dev->agp->acquired)
114 dev->agp->acquired = 1;
124 * Verifies the AGP device hasn't been acquired before and calls
139 * Verifies the AGP device has been acquired and calls \c agp_backend_release.
143 if (!dev->agp || !dev->agp->acquired)
146 dev->agp->acquired = 0;
160 * \param dev DRM device that has previously acquired AGP.
164 * Verifies the AGP device has been acquired but not enabled, and calls
169 if (!dev->agp || !dev->agp->acquired)
192 * Verifies the AGP device is present and has been acquired, allocates the
202 if (!dev->agp || !dev->agp->acquired)
264 * Verifies the AGP device is present and acquired, looks-up the AGP memory
272 if (!dev->agp || !dev->agp->acquired)
298 * Verifies the AGP device is present and has been acquired and that no memory
308 if (!dev->agp || !dev->agp->acquired)
338 * Verifies the AGP device is present and has been acquired and looks up the
347 if (!dev->agp || !dev->agp->acquired)
444 if (dev->agp->acquired)
447 dev->agp->acquired = 0;