Searched defs:pwm_ops (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | pwm.h | 292 struct pwm_ops { struct 293 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm); 294 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm); 295 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm, 298 size_t sizeof_wfhw; 299 int (*round_waveform_tohw)(struct pwm_chip *chip, struct pwm_device *pwm, 301 int (*round_waveform_fromhw)(struct pwm_chip *chip, struct pwm_device *pwm, 303 int (*read_waveform)(struct pwm_chip *chip, struct pwm_device *pwm, 305 int (*write_waveform)(struct pwm_chip *chip, struct pwm_device *pwm, 308 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm, [all …]
|