Linux Kernel
3.7.1
|
#include <pwm.h>
Data Fields | |
struct device * | dev |
struct list_head | list |
struct pwm_ops * | ops |
int | base |
unsigned int | npwm |
struct pwm_device * | pwms |
struct pwm_device *(* | of_xlate )(struct pwm_chip *pc, const struct of_phandle_args *args) |
unsigned int | of_pwm_n_cells |
struct pwm_chip - abstract a PWM controller : device providing the PWMs : list node for internal use : callbacks for this PWM controller : number of first PWM controlled by this chip : number of PWMs controlled by this chip : array of PWM devices allocated by the framework
|
read |
struct pwm_device* pwms |