Lines Matching refs:discipline
13 discipline number and the ldisc structure. At the point of registration the
14 discipline must be ready to use and it is possible it will get used before
20 discipline even with the same data or your computer again will be eaten by
23 In order to remove a line discipline call tty_unregister_ldisc().
30 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
48 the line discipline is willing to accept from the
54 discipline is being unplugged. At the point of
59 The line discipline should cease I/O to the tty.
75 open and close, and instructs the line discipline
135 Line discipline methods can call the following methods of the underlying
174 line discipline are close to full, and it should
207 Line discipline methods have access to tty->flags field containing the
233 Callers to the line discipline functions from the tty layer are required to
234 take line discipline locks. The same is true of calls from the driver side
241 takes a handle to the line discipline in the tty and returns it. If no ldisc
298 set_ldisc() Notifier for discipline change. At the point this
299 is done the discipline is not yet usable. Can now