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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Dmach-rx1950.c148 static struct pwm_device *lcd_pwm; variable in typeref:struct:pwm_device
201 pwm_config(lcd_pwm, 0, LCD_PWM_PERIOD);
202 pwm_disable(lcd_pwm);
208 pwm_config(lcd_pwm, LCD_PWM_DUTY, LCD_PWM_PERIOD);
209 pwm_enable(lcd_pwm);
258 lcd_pwm = pwm_request(1, "RX1950 LCD");
259 if (IS_ERR(lcd_pwm)) {
261 return PTR_ERR(lcd_pwm);
275 pwm_free(lcd_pwm);

Completed in 29 milliseconds