Searched defs:pwm_state (Results 1 – 1 of 1) sorted by relevance
69 struct pwm_state { struct70 u64 period;71 u64 duty_cycle;72 enum pwm_polarity polarity;73 enum pwm_output_type output_type;97 struct pwm_state state; argument