Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpwm.h269 struct pwm_ops { struct
270 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm);
271 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm);
272 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm,
274 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm,
276 void (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm,
278 struct module *owner;
302 const struct pwm_ops *ops; argument

Completed in 5 milliseconds