Lines Matching refs:driver
44 dev->driver->driver_features = in sis_configure()
47 dev->driver->buf_priv_size = 1; /* No dev_priv */ in sis_configure()
48 dev->driver->context_ctor = sis_init_context; in sis_configure()
49 dev->driver->context_dtor = sis_final_context; in sis_configure()
51 dev->driver->ioctls = sis_ioctls; in sis_configure()
52 dev->driver->max_ioctl = sis_max_ioctl; in sis_configure()
54 dev->driver->name = DRIVER_NAME; in sis_configure()
55 dev->driver->desc = DRIVER_DESC; in sis_configure()
56 dev->driver->date = DRIVER_DATE; in sis_configure()
57 dev->driver->major = DRIVER_MAJOR; in sis_configure()
58 dev->driver->minor = DRIVER_MINOR; in sis_configure()
59 dev->driver->patchlevel = DRIVER_PATCHLEVEL; in sis_configure()
73 dev->driver = malloc(sizeof(struct drm_driver_info), DRM_MEM_DRIVER, in sis_attach()
89 free(dev->driver, DRM_MEM_DRIVER); in sis_detach()