HomeSort by: relevance | last modified time | path
    Searched refs:drm_fb_helper_hotplug_event (Results 1 - 4 of 4) 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/i915/display/
intel_fbdev.c 610 drm_fb_helper_hotplug_event(&ifbdev->helper);
686 drm_fb_helper_hotplug_event(&ifbdev->helper);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fbcon.c 572 drm_fb_helper_hotplug_event(&fbcon->helper);
608 drm_fb_helper_hotplug_event(&fbcon->helper);
  /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 14 milliseconds