Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_fops.c88 static int drm_open_helper(struct file *filp, struct drm_minor *minor);
141 retcode = drm_open_helper(filp, minor); in drm_open()
181 static int drm_open_helper(struct file *filp, struct drm_minor *minor) in drm_open_helper() function