Lines Matching defs:state
89 struct pwm_state state; member
98 static inline void pwm_get_state(const struct pwm_device *pwm, struct pwm_state *state) in pwm_get_state()
105 struct pwm_state state; in pwm_is_enabled() local
121 struct pwm_state state; in pwm_get_period() local
137 struct pwm_state state; in pwm_get_duty_cycle() local
146 struct pwm_state state; in pwm_get_polarity() local
175 static inline void pwm_init_state(const struct pwm_device *pwm, struct pwm_state *state) in pwm_init_state()
203 static inline unsigned int pwm_get_relative_duty_cycle(const struct pwm_state *state, unsigned int … in pwm_get_relative_duty_cycle()
230 static inline int pwm_set_relative_duty_cycle(struct pwm_state *state, unsigned int duty_cycle, uns… in pwm_set_relative_duty_cycle()
323 struct pwm_state state; in pwm_config() local
351 struct pwm_state state; in pwm_enable() local
372 struct pwm_state state; in pwm_disable() local
417 static inline int pwm_apply_state(struct pwm_device *pwm, const struct pwm_state *state) in pwm_apply_state()
513 struct pwm_state state = {}; in pwm_apply_args() local