Lines Matching refs:driver
22 const struct drm_driver *driver);
30 * @_drv: Mocked DRM device driver features
36 * The driver is tied to the @_test context and will get cleaned at the
56 struct drm_driver *driver;
58 driver = devm_kzalloc(dev, sizeof(*driver), GFP_KERNEL);
59 KUNIT_ASSERT_NOT_NULL(test, driver);
61 driver->driver_features = features;
65 driver);
74 * @_features: Mocked DRM device driver features
77 * &drm_device from @_dev and that driver.
81 * The driver is tied to the @_test context and will get cleaned at the