Lines Matching refs:_dev
27 * @_dev: The parent device object
32 * This function creates a struct &drm_device from @_dev and @_drv.
34 * @_dev should be allocated using drm_kunit_helper_alloc_device().
44 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \
45 ((_type *)__drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, \
71 * @_dev: The parent device object
77 * &drm_device from @_dev and that driver.
79 * @_dev should be allocated using drm_kunit_helper_alloc_device().
89 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \
90 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \