Lines Matching refs:discipline
15 discipline number and the ldisc structure. At the point of registration the
16 discipline must be ready to use and it is possible it will get used before
22 discipline even with the same data or your computer again will be eaten by
25 In order to remove a line discipline call tty_unregister_ldisc().
32 discipline. The reference count of the tty_ldisc structure within a tty
42 open() - Called when the line discipline is attached to
44 discipline for this tty will occur until it
49 discipline is being unplugged. At the point of
54 The line discipline should cease I/O to the tty.
59 discipline. Multiple write calls are serialized
63 open and close, and instructs the line discipline
75 read() - Move data from the line discipline to the user.
115 Line discipline methods can call the following methods of the underlying
153 line discipline are close to full, and it should
184 Line discipline methods have access to tty->flags field containing the
207 Callers to the line discipline functions from the tty layer are required to
208 take line discipline locks. The same is true of calls from the driver side
215 takes a handle to the line discipline in the tty and returns it. If no ldisc
271 set_ldisc() - Notifier for discipline change. At the point this
272 is done the discipline is not yet usable. Can now