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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_panel.h 67 * drm_panel_of_backlight(). Then the driver does not need to implement the
147 * backlight is set by drm_panel_of_backlight() and drivers
209 int drm_panel_of_backlight(struct drm_panel *panel);
211 static inline int drm_panel_of_backlight(struct drm_panel *panel) function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/
drm_panel.c 328 * drm_panel_of_backlight - use backlight device node for backlight
343 * drm_panel_of_backlight() must be called after the call to drm_panel_init().
347 int drm_panel_of_backlight(struct drm_panel *panel) function in typeref:typename:int
362 EXPORT_SYMBOL(drm_panel_of_backlight);

Completed in 12 milliseconds