Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_file.c103 static int drm_open_helper(struct file *filp, struct drm_minor *minor);
316 retcode = drm_open_helper(filp, minor); in drm_open()
356 static int drm_open_helper(struct file *filp, struct drm_minor *minor) in drm_open_helper() function