HomeSort by: relevance | last modified time | path
    Searched defs:drm_fb_helper_alloc_fbi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 242 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper);
346 drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper) function in typeref:struct:fb_info *
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 525 * drm_fb_helper_alloc_fbi - allocate fb_info and some of its members
538 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper) function in typeref:struct:fb_info *
569 EXPORT_SYMBOL(drm_fb_helper_alloc_fbi);
2148 fbi = drm_fb_helper_alloc_fbi(fb_helper);

Completed in 15 milliseconds