|
Linux Kernel
3.7.1
|
#include <linux/backlight.h>#include "shmob_drm_backlight.h"#include "shmob_drm_crtc.h"#include "shmob_drm_drv.h"Go to the source code of this file.
Functions | |
| void | shmob_drm_backlight_dpms (struct shmob_drm_connector *scon, int mode) |
| int | shmob_drm_backlight_init (struct shmob_drm_connector *scon) |
| void | shmob_drm_backlight_exit (struct shmob_drm_connector *scon) |
| void shmob_drm_backlight_dpms | ( | struct shmob_drm_connector * | scon, |
| int | mode | ||
| ) |
Definition at line 49 of file shmob_drm_backlight.c.
| void shmob_drm_backlight_exit | ( | struct shmob_drm_connector * | scon | ) |
Definition at line 87 of file shmob_drm_backlight.c.
| int shmob_drm_backlight_init | ( | struct shmob_drm_connector * | scon | ) |
Definition at line 59 of file shmob_drm_backlight.c.
1.8.2