Lines Matching full:called
16 called. Do not re-use ldisc numbers as they are part of the userspace ABI
42 open() Called when the line discipline is attached to
53 close() This is called on a terminal when the line
58 hangup() Called when the tty line is hung up.
74 flush_buffer() (optional) May be called at any point between
78 set_termios() (optional) Called on termios structure changes.
80 current data is in the tty. Called under the
88 ioctl() (optional) Called when an ioctl is handed to the
92 compat_ioctl() (optional) Called when a 32 bit ioctl is handed
102 receive_buf() (optional) Called by the low-level driver to hand
108 receive_buf2() (optional) Called by the low-level driver to hand
115 write_wakeup() May be called at any point between open and close.
149 flush_chars() (Optional) If defined, must be called after
262 functions are called with the ldisc unavailable. Thus tty_ldisc_ref will
271 open() Called when a device is opened. May sleep
273 close() Called when a device is closed. At the point of
277 write() Called to write bytes to the device. May not
293 ioctl() Called when an ioctl may be for the driver
295 set_termios() Called on termios change, serialized against
302 throttle() Called by the ldisc to ask the driver to do flow
306 unthrottle() Called by the ldisc to ask the driver to stop flow
318 break_ctl() Send RS232 break. Can sleep. Can get called in