Searched refs:firstopen (Results 1 – 8 of 8) sorted by relevance
51 dev->driver->firstopen = savage_driver_firstopen; in savage_configure()
57 dev->driver->firstopen = radeon_driver_firstopen; in radeon_configure()
324 if (dev->driver->firstopen) in drm_firstopen()325 dev->driver->firstopen(dev); in drm_firstopen()
551 int (*firstopen)(struct drm_device *); member
241 .firstopen = radeon_driver_firstopen,362 .firstopen = radeon_driver_firstopen_kms,
409 if (dev->driver->firstopen) in drm_firstopen()410 dev->driver->firstopen(dev); in drm_firstopen()
754 int (*firstopen)(struct drm_device *); member
2907 int firstopen = B_FALSE; in spa_open_common() local2931 firstopen = B_TRUE; in spa_open_common()3007 if (firstopen) in spa_open_common()