Lines Matching defs:driver
104 /* driver capabilities and requirements mask */
453 * Creates a driver or general drm_ioctl_desc array entry for the given
604 /* Not used in this driver, should remove to prevent confusion */
622 * to another, the driver is called to ensure that caches are suitably
782 /* Flags and return codes for get_vblank_timestamp() driver function. */
998 void *driver_priv; /**< Private structure for driver to use */
1152 atomic_t *_vblank_count; /**< number of VBLANK interrupts (driver must alloc the right number of counters) */
1161 int *vblank_inmodeset; /* Display driver is setting mode */
1187 struct drm_driver *driver;
1240 return ((dev->driver->driver_features & feature) ? 1 : 0);
1533 struct drm_driver *driver, unsigned long driver_data);