hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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 };