Searched refs:gpio_on (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datmel-pwm-bl.h25 * @gpio_on: GPIO line to control the backlight on/off, set to -1 if not used.
39 int gpio_on; member in struct:atmel_pwm_bl_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Datmel-pwm-bl.c27 int gpio_on; member in struct:atmel_pwm_bl
52 if (pwmbl->gpio_on != -1) {
53 gpio_set_value(pwmbl->gpio_on,
61 if (pwmbl->gpio_on != -1) {
62 gpio_set_value(pwmbl->gpio_on,
150 pwmbl->gpio_on = pdata->gpio_on;
156 if (pwmbl->gpio_on != -1) {
157 retval = gpio_request(pwmbl->gpio_on, "gpio_atmel_pwm_bl");
159 pwmbl->gpio_on
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/favr-32/
H A Dsetup.c237 .gpio_on = GPIO_PIN_PA(28),
252 at32_select_gpio(atmel_pwm_bl_pdata.gpio_on, 0);

Completed in 50 milliseconds