Lines Matching refs:polarity
144 pwm->args.polarity = PWM_POLARITY_NORMAL; in of_pwm_xlate_with_flags()
147 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
252 enum pwm_polarity polarity) in pwmchip_add_with_polarity() argument
284 pwm->state.polarity = polarity; in pwmchip_add_with_polarity()
466 state->polarity == pwm->state.polarity && in pwm_apply_state()
480 if (state->polarity != pwm->state.polarity) { in pwm_apply_state()
495 state->polarity); in pwm_apply_state()
499 pwm->state.polarity = state->polarity; in pwm_apply_state()
585 state.polarity = pargs.polarity; in pwm_adjust_config()
605 if (pargs.polarity != state.polarity) { in pwm_adjust_config()
606 state.polarity = pargs.polarity; in pwm_adjust_config()
812 pwm->args.polarity = PWM_POLARITY_NORMAL; in acpi_pwm_get()
815 pwm->args.polarity = PWM_POLARITY_INVERSED; in acpi_pwm_get()
974 pwm->args.polarity = chosen->polarity; in pwm_get()
1162 state.polarity ? "inverse" : "normal"); in pwm_dbg_show()