Searched refs:pwm_channel_alloc (Results 1 - 4 of 4) 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.h10 * Drivers initialize a pwm_channel structure using pwm_channel_alloc().
31 extern int pwm_channel_alloc(int index, struct pwm_channel *ch);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-atmel-pwm.c64 status = pwm_channel_alloc(dat->gpio, &led->pwmc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Datmel_pwm.c81 * pwm_channel_alloc - allocate an unused PWM channel
88 int pwm_channel_alloc(int index, struct pwm_channel *ch) function
123 EXPORT_SYMBOL(pwm_channel_alloc); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Datmel-pwm-bl.c152 retval = pwm_channel_alloc(pdata->pwm_channel, &pwmbl->pwmc);

Completed in 36 milliseconds