/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_fb_helper.h | 225 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, 294 static inline void drm_fb_helper_prepare(struct drm_device *dev, function in typeref:typename:void
|
drm_fb_helper.h | 225 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, 294 static inline void drm_fb_helper_prepare(struct drm_device *dev, function in typeref:typename:void
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_fb_helper.c | 125 * hotplug detection using the fbdev helpers. The drm_fb_helper_prepare() 451 * drm_fb_helper_prepare - setup a drm_fb_helper structure 459 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, function in typeref:typename:void 471 EXPORT_SYMBOL(drm_fb_helper_prepare); 484 * Drivers must call drm_fb_helper_prepare() before calling this function. 508 * XXX Undo what drm_fb_helper_prepare did 2227 drm_fb_helper_prepare(dev, fb_helper, &drm_fb_helper_generic_funcs);
|
drm_fb_helper.c | 125 * hotplug detection using the fbdev helpers. The drm_fb_helper_prepare() 451 * drm_fb_helper_prepare - setup a drm_fb_helper structure 459 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, function in typeref:typename:void 471 EXPORT_SYMBOL(drm_fb_helper_prepare); 484 * Drivers must call drm_fb_helper_prepare() before calling this function. 508 * XXX Undo what drm_fb_helper_prepare did 2227 drm_fb_helper_prepare(dev, fb_helper, &drm_fb_helper_generic_funcs);
|