hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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 };