Searched refs:drm_panel_of_backlight (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_panel.h67 * 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
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_panel.c328 * 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
362 EXPORT_SYMBOL(drm_panel_of_backlight); variable

Completed in 214 milliseconds