Lines Matching refs:polarity
144 pwm->args.polarity = PWM_POLARITY_NORMAL; in of_pwm_xlate_with_flags()
148 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
172 pwm->args.polarity = PWM_POLARITY_NORMAL; in of_pwm_single_xlate()
175 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_single_xlate()
468 if (s1.enabled && s1.polarity != state->polarity) { in pwm_apply_state_debug()
469 s2.polarity = state->polarity; in pwm_apply_state_debug()
477 if (s2.polarity != state->polarity && in pwm_apply_state_debug()
482 last->polarity == state->polarity && in pwm_apply_state_debug()
495 last->polarity == state->polarity && in pwm_apply_state_debug()
530 s1.polarity != last->polarity || in pwm_apply_state_debug()
535 s1.enabled, s1.polarity, s1.duty_cycle, s1.period, in pwm_apply_state_debug()
536 last->enabled, last->polarity, last->duty_cycle, in pwm_apply_state_debug()
568 state->polarity == pwm->state.polarity && in pwm_apply_state()
645 state.polarity = pargs.polarity; in pwm_adjust_config()
665 if (pargs.polarity != state.polarity) { in pwm_adjust_config()
666 state.polarity = pargs.polarity; in pwm_adjust_config()
843 pwm->args.polarity = PWM_POLARITY_NORMAL; in acpi_pwm_get()
846 pwm->args.polarity = PWM_POLARITY_INVERSED; in acpi_pwm_get()
1005 pwm->args.polarity = chosen->polarity; in pwm_get()
1128 state.polarity ? "inverse" : "normal"); in pwm_dbg_show()