hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/linux/pwm.h
....@@ -74,6 +74,8 @@
7474 enum pwm_output_type output_type;
7575 #ifdef CONFIG_PWM_ROCKCHIP_ONESHOT
7676 u64 oneshot_count;
77
+ u32 oneshot_repeat;
78
+ u64 duty_offset;
7779 #endif /* CONFIG_PWM_ROCKCHIP_ONESHOT */
7880 bool enabled;
7981 };