Searched refs:__drm_dev_alloc (Results 1 – 1 of 1) sorted by relevance
858 void *__drm_dev_alloc(struct device *parent, in __drm_dev_alloc() function880 EXPORT_SYMBOL(__drm_dev_alloc);897 return __drm_dev_alloc(parent, driver, sizeof(struct drm_device), 0); in drm_dev_alloc()