Lines Matching full:polarity
12 * enum pwm_polarity - polarity of a PWM signal
28 * @polarity: reference polarity
40 enum pwm_polarity polarity; member
52 * @polarity: PWM polarity
62 enum pwm_polarity polarity; member
153 return state.polarity; in pwm_get_polarity()
170 * and polarity fields with the reference values defined in pwm->args.
191 state->polarity = args.polarity; in pwm_init_state()
523 * where the polarity and period are set according to pwm_args info. in pwm_apply_args()
524 * The problem is, polarity can only be changed when the PWM is in pwm_apply_args()
528 * as enabled, and prevent polarity setting, which changes from the in pwm_apply_args()
531 * polarity setting. in pwm_apply_args()
534 * the PWM device and set the reference period and polarity config. in pwm_apply_args()
543 state.polarity = pwm->args.polarity; in pwm_apply_args()
557 enum pwm_polarity polarity; member
569 .polarity = _polarity, \