Lines Matching full:kunit
10 #include <kunit/test.h>
18 struct kunit;
20 struct device *drm_kunit_helper_alloc_device(struct kunit *test);
21 void drm_kunit_helper_free_device(struct kunit *test, struct device *dev);
24 __drm_kunit_helper_alloc_drm_device_with_driver(struct kunit *test,
30 * drm_kunit_helper_alloc_drm_device_with_driver - Allocates a mock DRM device for KUnit tests
56 __drm_kunit_helper_alloc_drm_device(struct kunit *test, in __drm_kunit_helper_alloc_drm_device()
74 * drm_kunit_helper_alloc_drm_device - Allocates a mock DRM device for KUnit tests
101 drm_kunit_helper_atomic_state_alloc(struct kunit *test,
106 drm_kunit_helper_create_primary_plane(struct kunit *test,
115 drm_kunit_helper_create_crtc(struct kunit *test,
122 int drm_kunit_helper_enable_crtc_connector(struct kunit *test,
129 int drm_kunit_add_mode_destroy_action(struct kunit *test,
133 drm_kunit_display_mode_from_cea_vic(struct kunit *test, struct drm_device *dev,