Home
last modified time | relevance | path

Searched defs:pwm_ops (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h91713 struct pwm_ops { struct
91714 int (*request)(struct pwm_chip *, struct pwm_device *);
91715 void (*free)(struct pwm_chip *, struct pwm_device *);
91716 int (*capture)(struct pwm_chip *, struct pwm_device *, struct pwm_capture *, long unsigned int);
91717 int (*apply)(struct pwm_chip *, struct pwm_device *, const struct pwm_state *);
91718 void (*get_state)(struct pwm_chip *, struct pwm_device *, struct pwm_state *);
91719 struct module *owner;
91720 int (*config)(struct pwm_chip *, struct pwm_device *, int, int);
91721 int (*set_polarity)(struct pwm_chip *, struct pwm_device *, enum pwm_polarity);
91722 int (*enable)(struct pwm_chip *, struct pwm_device *);
[all …]