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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 284 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper);
438 static inline int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 279 drm_fb_helper_hotplug_event(fb_helper);
1927 * drm_fb_helper_hotplug_event - respond to a hotplug notification by
1947 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) function in typeref:typename:int
1983 EXPORT_SYMBOL(drm_fb_helper_hotplug_event);
2005 * need to call drm_fb_helper_hotplug_event().
2009 drm_fb_helper_hotplug_event(dev->fb_helper);
2220 return drm_fb_helper_hotplug_event(dev->fb_helper);

Completed in 12 milliseconds