Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * shmob_drm_backlight.h  --  SH Mobile DRM Backlight
0004  *
0005  * Copyright (C) 2012 Renesas Electronics Corporation
0006  *
0007  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
0008  */
0009 
0010 #ifndef __SHMOB_DRM_BACKLIGHT_H__
0011 #define __SHMOB_DRM_BACKLIGHT_H__
0012 
0013 struct shmob_drm_connector;
0014 
0015 void shmob_drm_backlight_dpms(struct shmob_drm_connector *scon, int mode);
0016 int shmob_drm_backlight_init(struct shmob_drm_connector *scon);
0017 void shmob_drm_backlight_exit(struct shmob_drm_connector *scon);
0018 
0019 #endif /* __SHMOB_DRM_BACKLIGHT_H__ */