Searched defs:pwm_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/linux/ |
D | pwm.h | 260 struct pwm_ops { struct 261 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm); 262 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm); 263 int (*config)(struct pwm_chip *chip, struct pwm_device *pwm, 265 int (*set_polarity)(struct pwm_chip *chip, struct pwm_device *pwm, 267 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm, 269 int (*enable)(struct pwm_chip *chip, struct pwm_device *pwm); 270 void (*disable)(struct pwm_chip *chip, struct pwm_device *pwm); 271 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm, 295 const struct pwm_ops *ops; argument
|