Searched defs:pwm_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/include/linux/ |
D | pwm.h | 287 struct pwm_ops { struct 288 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm); 289 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm); 290 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm, 293 size_t sizeof_wfhw; 294 int (*round_waveform_tohw)(struct pwm_chip *chip, struct pwm_device *pwm, 296 int (*round_waveform_fromhw)(struct pwm_chip *chip, struct pwm_device *pwm, 298 int (*read_waveform)(struct pwm_chip *chip, struct pwm_device *pwm, 300 int (*write_waveform)(struct pwm_chip *chip, struct pwm_device *pwm, 326 const struct pwm_ops *ops; argument
|