serial: doc: Document .set_ldisc()
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
e27585c797
commit
0adc301e7b
|
@ -259,6 +259,11 @@ hardware.
|
||||||
Interrupts: caller dependent.
|
Interrupts: caller dependent.
|
||||||
This call must not sleep
|
This call must not sleep
|
||||||
|
|
||||||
|
set_ldisc(port,termios)
|
||||||
|
Notifier for discipline change. See Documentation/serial/tty.txt.
|
||||||
|
|
||||||
|
Locking: caller holds port->mutex
|
||||||
|
|
||||||
pm(port,state,oldstate)
|
pm(port,state,oldstate)
|
||||||
Perform any power management related activities on the specified
|
Perform any power management related activities on the specified
|
||||||
port. State indicates the new state (defined by
|
port. State indicates the new state (defined by
|
||||||
|
|
Loading…
Reference in New Issue