Home
last modified time | relevance | path

Searched refs:__devm_drm_dev_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/drm/
Ddrm_drv.h466 void *__devm_drm_dev_alloc(struct device *parent,
497 ((type *) __devm_drm_dev_alloc(parent, driver, sizeof(type), \
/linux-6.6.21/drivers/gpu/drm/tests/
Ddrm_kunit_helpers.c135 container = __devm_drm_dev_alloc(dev, driver, size, offset); in __drm_kunit_helper_alloc_drm_device_with_driver()
/linux-6.6.21/drivers/gpu/drm/
Ddrm_drv.c727 void *__devm_drm_dev_alloc(struct device *parent, in __devm_drm_dev_alloc() function
749 EXPORT_SYMBOL(__devm_drm_dev_alloc);