Linux Kernel
3.7.1
|
Data Fields | |
struct atmel_pwm_bl_platform_data * | pdata |
struct backlight_device * | bldev |
struct platform_device * | pdev |
struct pwm_channel | pwmc |
int | gpio_on |
Definition at line 22 of file atmel-pwm-bl.c.
struct backlight_device* bldev |
Definition at line 24 of file atmel-pwm-bl.c.
int gpio_on |
Definition at line 27 of file atmel-pwm-bl.c.
struct atmel_pwm_bl_platform_data* pdata |
Definition at line 23 of file atmel-pwm-bl.c.
struct platform_device* pdev |
Definition at line 25 of file atmel-pwm-bl.c.
struct pwm_channel pwmc |
Definition at line 26 of file atmel-pwm-bl.c.