Home
last modified time | relevance | path

Searched refs:oneshot_count (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/pwm/
H A Dsysfs.c108 return sprintf(buf, "%llu\n", state.oneshot_count); in oneshot_count_show()
126 state.oneshot_count = val; in oneshot_count_store()
242 static DEVICE_ATTR_RW(oneshot_count);
H A Dpwm-rockchip.c142 if (state->oneshot_count > PWM_ONESHOT_COUNT_MAX) { in rockchip_pwm_config()
145 } else if (state->oneshot_count > 0) { in rockchip_pwm_config()
147 ctrl |= (state->oneshot_count - 1) << PWM_ONESHOT_COUNT_SHIFT; in rockchip_pwm_config()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpwm.h63 u64 oneshot_count; member

Completed in 4 milliseconds