Home
last modified time | relevance | path

Searched defs:pwm_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dpwm.h158 struct pwm_ops { struct
159 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm);
160 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm);
161 int (*config)(struct pwm_chip *chip, struct pwm_device *pwm,
163 int (*set_polarity)(struct pwm_chip *chip, struct pwm_device *pwm,
165 int (*enable)(struct pwm_chip *chip, struct pwm_device *pwm);
189 const struct pwm_ops *ops; argument