Home
last modified time | relevance | path

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

/include/linux/
Dpwm.h12 struct pwm_chip;
93 struct pwm_chip *chip;
283 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm);
284 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm);
285 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm,
287 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm,
289 void (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm,
291 int (*get_output_type_supported)(struct pwm_chip *chip,
296 int (*config)(struct pwm_chip *chip, struct pwm_device *pwm,
298 int (*set_polarity)(struct pwm_chip *chip, struct pwm_device *pwm,
[all …]