Searched defs:pwm_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/ |
| D | pwm.h | 260 struct pwm_ops { struct 261 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm); 262 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm); 263 int (*config)(struct pwm_chip *chip, struct pwm_device *pwm, 265 int (*set_polarity)(struct pwm_chip *chip, struct pwm_device *pwm, 267 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm, 269 int (*enable)(struct pwm_chip *chip, struct pwm_device *pwm); 270 void (*disable)(struct pwm_chip *chip, struct pwm_device *pwm); 271 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm, 295 const struct pwm_ops *ops; argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pwm.h | 258 struct pwm_ops { struct 259 int (*request)(struct pwm_chip *chip, struct pwm_device *pwm); 260 void (*free)(struct pwm_chip *chip, struct pwm_device *pwm); 261 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm, 263 int (*apply)(struct pwm_chip *chip, struct pwm_device *pwm, 265 void (*get_state)(struct pwm_chip *chip, struct pwm_device *pwm, 267 struct module *owner; 291 const struct pwm_ops *ops; argument
|