Searched refs:oneshot_count (Results 1 – 4 of 4) sorted by relevance
179 if (state->oneshot_count > 0 && state->oneshot_count <= PWM_ONESHOT_COUNT_MAX) in rockchip_pwm_config()208 if (state->oneshot_count > 0 && state->oneshot_count <= PWM_ONESHOT_COUNT_MAX) { in rockchip_pwm_config()229 ctrl |= (state->oneshot_count - 1) << PWM_ONESHOT_COUNT_SHIFT; in rockchip_pwm_config()241 if (state->oneshot_count) in rockchip_pwm_config()
116 return sprintf(buf, "%llu\n", state.oneshot_count); in oneshot_count_show()135 state.oneshot_count = val; in oneshot_count_store()281 static DEVICE_ATTR_RW(oneshot_count);
589 state->oneshot_count == pwm->state.oneshot_count && in pwm_apply_state()
76 u64 oneshot_count; member