Linux Kernel
3.7.1
|
Data Fields | |
spinlock_t | lock |
struct platform_device * | pdev |
u32 | mask |
int | irq |
void __iomem * | base |
struct clk * | clk |
struct pwm_channel * | channel [PWM_NCHAN] |
void(* | handler [PWM_NCHAN])(struct pwm_channel *) |
Definition at line 22 of file atmel_pwm.c.
Definition at line 27 of file atmel_pwm.c.
Definition at line 29 of file atmel_pwm.c.
Definition at line 28 of file atmel_pwm.c.
void(* handler[PWM_NCHAN])(struct pwm_channel *) |
Definition at line 30 of file atmel_pwm.c.
int irq |
Definition at line 26 of file atmel_pwm.c.
spinlock_t lock |
Definition at line 23 of file atmel_pwm.c.
u32 mask |
Definition at line 25 of file atmel_pwm.c.
struct platform_device* pdev |
Definition at line 24 of file atmel_pwm.c.