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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 217 .fb_setcmap = drm_fb_helper_setcmap, \
278 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
362 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 1114 * drm_fb_helper_setcmap - implementation for &fb_ops.fb_setcmap
1118 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) function in typeref:typename:int
1149 EXPORT_SYMBOL(drm_fb_helper_setcmap);

Completed in 14 milliseconds