Lines Matching full:polarity
15 * enum pwm_polarity - polarity of a PWM signal
31 * @polarity: reference polarity
43 enum pwm_polarity polarity; member
55 * @polarity: PWM polarity
65 enum pwm_polarity polarity; member
156 return state.polarity; in pwm_get_polarity()
173 * and polarity fields with the reference values defined in pwm->args.
194 state->polarity = args.polarity; in pwm_init_state()
265 * @set_polarity: configure the polarity of this PWM
284 enum pwm_polarity polarity);
543 * where the polarity and period are set according to pwm_args info. in pwm_apply_args()
544 * The problem is, polarity can only be changed when the PWM is in pwm_apply_args()
548 * as enabled, and prevent polarity setting, which changes from the in pwm_apply_args()
551 * polarity setting. in pwm_apply_args()
554 * the PWM device and set the reference period and polarity config. in pwm_apply_args()
563 state.polarity = pwm->args.polarity; in pwm_apply_args()
577 enum pwm_polarity polarity; member
589 .polarity = _polarity, \