We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f66e2 commit a96d365Copy full SHA for a96d365
include/linux/pwm.h
@@ -252,9 +252,7 @@ struct pwm_capture {
252
* @free: optional hook for freeing a PWM
253
* @capture: capture and report PWM signal
254
* @apply: atomically apply a new PWM config
255
- * @get_state: get the current PWM state. This function is only
256
- * called once per PWM device when the PWM chip is
257
- * registered.
+ * @get_state: get the current PWM state.
258
*/
259
struct pwm_ops {
260
int (*request)(struct pwm_chip *chip, struct pwm_device *pwm);
0 commit comments