Home
last modified time | relevance | path

Searched refs:pwm_chip (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dpwm.h13 struct pwm_chip;
88 struct pwm_chip *chip;
273 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm);
274 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm);
275 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm,
277 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm,
279 void (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm,
284 int (*config)(struct pwm_chip *chip, struct pwm_device *pwm,
286 int (*set_polarity)(struct pwm_chip *chip, struct pwm_device *pwm,
288 int (*enable)(struct pwm_chip *chip, struct pwm_device *pwm);
[all …]