File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,11 @@ struct pwm_capture {
276
276
* @request: optional hook for requesting a PWM
277
277
* @free: optional hook for freeing a PWM
278
278
* @capture: capture and report PWM signal
279
+ * @sizeof_wfhw: size (in bytes) of driver specific waveform presentation
280
+ * @round_waveform_tohw: convert a struct pwm_waveform to driver specific presentation
281
+ * @round_waveform_fromhw: convert a driver specific waveform presentation to struct pwm_waveform
282
+ * @read_waveform: read driver specific waveform presentation from hardware
283
+ * @write_waveform: write driver specific waveform presentation to hardware
279
284
* @apply: atomically apply a new PWM config
280
285
* @get_state: get the current PWM state.
281
286
*/
You can’t perform that action at this time.
0 commit comments