Lines Matching full:polarity
16 * enum pwm_polarity - polarity of a PWM signal
32 * @polarity: reference polarity
44 enum pwm_polarity polarity; member
67 * @polarity: PWM polarity
73 enum pwm_polarity polarity; member
164 return state.polarity; in pwm_get_polarity()
191 * and polarity fields with the reference values defined in pwm->args.
212 state->polarity = args.polarity; in pwm_init_state()
283 * @set_polarity: configure the polarity of this PWM
304 enum pwm_polarity polarity);
449 enum pwm_polarity polarity);
599 * where the polarity and period are set according to pwm_args info. in pwm_apply_args()
600 * The problem is, polarity can only be changed when the PWM is in pwm_apply_args()
604 * as enabled, and prevent polarity setting, which changes from the in pwm_apply_args()
607 * polarity setting. in pwm_apply_args()
610 * the PWM device and set the reference period and polarity config. in pwm_apply_args()
619 state.polarity = pwm->args.polarity; in pwm_apply_args()
632 enum pwm_polarity polarity; member
644 .polarity = _polarity, \