Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-rockchip.c179 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()
H A Dsysfs.c116 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);
H A Dcore.c589 state->oneshot_count == pwm->state.oneshot_count && in pwm_apply_state()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpwm.h76 u64 oneshot_count; member