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
137 return state.polarity; in pwm_get_polarity()
154 * and polarity fields with the reference values defined in pwm->args.
175 state->polarity = args.polarity; in pwm_init_state()
512 * where the polarity and period are set according to pwm_args info. in pwm_apply_args()
513 * The problem is, polarity can only be changed when the PWM is in pwm_apply_args()
517 * as enabled, and prevent polarity setting, which changes from the in pwm_apply_args()
520 * polarity setting. in pwm_apply_args()
523 * the PWM device and set the reference period and polarity config. in pwm_apply_args()
532 state.polarity = pwm->args.polarity; in pwm_apply_args()
553 enum pwm_polarity polarity; member
565 .polarity = _polarity, \