hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 };