Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpwm.h289 struct pwm_ops { struct
290 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm);
291 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm);
292 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm,
295 size_t sizeof_wfhw;
296 int (*round_waveform_tohw)(struct pwm_chip *chip, struct pwm_device *pwm,
298 int (*round_waveform_fromhw)(struct pwm_chip *chip, struct pwm_device *pwm,
300 int (*read_waveform)(struct pwm_chip *chip, struct pwm_device *pwm,
302 int (*write_waveform)(struct pwm_chip *chip, struct pwm_device *pwm,
328 const struct pwm_ops *ops; argument