Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_sysfs.h7 int drm_class_device_register(struct device *dev);
/dragonfly/sys/dev/drm/ttm/
H A Dttm_module.c78 ret = drm_class_device_register(&ttm_drm_class_device); in ttm_init()
/dragonfly/sys/dev/drm/
H A Ddrm_sysfs.c60 int drm_class_device_register(struct device *dev) in drm_class_device_register() function