diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-03-14 11:16:13 -0400 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2016-03-31 02:58:21 -0400 |
| commit | 0adc301e7b3c098744d0098008b1aa31041e220b (patch) | |
| tree | 3f4910c9f3ec22c9c603d96e7ca9bbb607e10253 /Documentation/serial | |
| parent | e27585c7970decd26113ca036a1cb5678d88ee5a (diff) | |
serial: doc: Document .set_ldisc()
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/serial')
| -rw-r--r-- | Documentation/serial/driver | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 3b2a97d5ecc7..3b08df5bcc17 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver | |||
| @@ -259,6 +259,11 @@ hardware. | |||
| 259 | Interrupts: caller dependent. | 259 | Interrupts: caller dependent. |
| 260 | This call must not sleep | 260 | This call must not sleep |
| 261 | 261 | ||
| 262 | set_ldisc(port,termios) | ||
| 263 | Notifier for discipline change. See Documentation/serial/tty.txt. | ||
| 264 | |||
| 265 | Locking: caller holds port->mutex | ||
| 266 | |||
| 262 | pm(port,state,oldstate) | 267 | pm(port,state,oldstate) |
| 263 | Perform any power management related activities on the specified | 268 | Perform any power management related activities on the specified |
| 264 | port. State indicates the new state (defined by | 269 | port. State indicates the new state (defined by |
