Home
last modified time | relevance | path

Searched refs:has_polarity (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pwm/
H A Dpwm-meson.c115 bool has_polarity; member
177 if (state->polarity == PWM_POLARITY_INVERSED && !meson->data->has_polarity) in meson_pwm_calc()
254 if (meson->data->has_polarity) { in meson_pwm_enable()
280 if (meson->data->has_polarity) { in meson_pwm_disable()
301 if (channel->inverted && !meson->data->has_polarity) { in meson_pwm_apply()
354 if (meson->data->has_polarity && (value & channel_data->inv_en_mask)) in meson_pwm_get_state()
548 .has_polarity = true,
555 .has_polarity = true,
562 .has_polarity = true,
569 .has_polarity = true,
[all …]