Lines Matching +full:write +full:- +full:enable
15 ----------------
24 PWM_LOOKUP("tegra-pwm", 0, "pwm-backlight", NULL,
36 ----------
47 enable/disable state.
71 pwm_{enable,disable}() calls in the same function, this probably means you
82 PWM arguments are usually platform-specific and allows the PWM user to only
93 -----------------------------------
102 The number of PWM channels this chip supports (read-only).
105 Exports a PWM channel for use with sysfs (write-only).
108 Unexports a PWM channel from sysfs (write-only).
110 The PWM channels are numbered using a per-chip index from 0 to npwm-1.
117 The total period of the PWM signal (read/write).
122 The active time of the PWM signal (read/write).
126 Changes the polarity of the PWM signal (read/write).
131 enable
132 Enable/disable the PWM signal (read/write).
134 - 0 - disabled
135 - 1 - enabled
138 -------------------------
150 of PWM devices provided by the chip and the chip-specific implementation of the
160 Drivers are encouraged to implement ->apply() instead of the legacy
161 ->enable(), ->disable() and ->config() methods. Doing that should provide
165 The implementation of ->get_state() (a method used to retrieve initial PWM
173 -------
182 -------