hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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 };