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
61 enum pwm_polarity polarity; member
146 return state.polarity; in pwm_get_polarity()
163 * and polarity fields with the reference values defined in pwm->args.
184 state->polarity = args.polarity; in pwm_init_state()
254 * @set_polarity: configure the polarity of this PWM
273 enum pwm_polarity polarity);
396 enum pwm_polarity polarity);
541 * where the polarity and period are set according to pwm_args info. in pwm_apply_args()
542 * The problem is, polarity can only be changed when the PWM is in pwm_apply_args()
546 * as enabled, and prevent polarity setting, which changes from the in pwm_apply_args()
549 * polarity setting. in pwm_apply_args()
552 * the PWM device and set the reference period and polarity config. in pwm_apply_args()
561 state.polarity = pwm->args.polarity; in pwm_apply_args()
574 enum pwm_polarity polarity; member
586 .polarity = _polarity, \