Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpwm.h259 struct pwm_ops { struct
260 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm);
261 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm);
262 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm,
264 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm,
266 void (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm,
268 struct module *owner;
292 const struct pwm_ops *ops; argument