/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_null.c | 13 static int n_null_open(struct tty_struct *tty) in n_null_open() argument 18 static void n_null_close(struct tty_struct *tty) in n_null_close() argument 22 static ssize_t n_null_read(struct tty_struct *tty, struct file *file, in n_null_read() argument 29 static ssize_t n_null_write(struct tty_struct *tty, struct file *file, in n_null_write() argument 35 static void n_null_receivebuf(struct tty_struct *tty, in n_null_receivebuf() argument
|
H A D | n_tracesink.c | 64 static int n_tracesink_open(struct tty_struct *tty) in n_tracesink_open() argument 90 n_tracesink_close(struct tty_struct *tty) n_tracesink_close() argument 117 n_tracesink_read(struct tty_struct *tty, struct file *file, unsigned char *buf, size_t nr, void **cookie, unsigned long offset) n_tracesink_read() argument 143 n_tracesink_write(struct tty_struct *tty, struct file *file, const unsigned char *buf, size_t nr) n_tracesink_write() argument [all...] |
H A D | ttynull.c | 17 static int ttynull_open(struct tty_struct *tty, struct file *filp) in ttynull_open() argument 22 static void ttynull_close(struct tty_struct *tty, struct file *filp) in ttynull_close() argument 27 static void ttynull_hangup(struct tty_struct *tty) in ttynull_hangup() argument 32 static int ttynull_write(struct tty_struct *tty, const unsigned char *buf, in ttynull_write() argument 38 static int ttynull_write_room(struct tty_struct *tty) in ttynull_write_room() argument
|
H A D | tty_baudrate.c | 234 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate() argument
|
H A D | n_tracerouter.c | 61 static int n_tracerouter_open(struct tty_struct *tty) in n_tracerouter_open() argument 89 n_tracerouter_close(struct tty_struct *tty) n_tracerouter_close() argument 120 n_tracerouter_read(struct tty_struct *tty, struct file *file, unsigned char *buf, size_t nr, void **cookie, unsigned long offset) n_tracerouter_read() argument 146 n_tracerouter_write(struct tty_struct *tty, struct file *file, const unsigned char *buf, size_t nr) n_tracerouter_write() argument 163 n_tracerouter_receivebuf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) n_tracerouter_receivebuf() argument [all...] |
H A D | tty.h | 48 __tty_set_flow_change(struct tty_struct *tty, int val) __tty_set_flow_change() argument 53 tty_set_flow_change(struct tty_struct *tty, int val) tty_set_flow_change() argument 106 tty_audit_add_data(struct tty_struct *tty, const void *data, size_t size) tty_audit_add_data() argument 110 tty_audit_tiocsti(struct tty_struct *tty, char ch) tty_audit_tiocsti() argument [all...] |
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | main.h | 60 struct ipw_tty *tty; member
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ipaq.c | 515 static int ipaq_open(struct tty_struct *tty, in ipaq_open() argument
|
H A D | symbolserial.c | 91 static int symbol_open(struct tty_struct *tty, struct usb_serial_port *port) in symbol_open() argument 116 static void symbol_throttle(struct tty_struct *tty) in symbol_throttle() argument 126 static void symbol_unthrottle(struct tty_struct *tty) in symbol_unthrottle() argument
|
/kernel/linux/linux-5.10/drivers/pps/clients/ |
H A D | pps-ldisc.c | 18 static void pps_tty_dcd_change(struct tty_struct *tty, unsigned int status) in pps_tty_dcd_change() argument 43 static int pps_tty_open(struct tty_struct *tty) in pps_tty_open() argument 85 pps_tty_close(struct tty_struct *tty) pps_tty_close() argument [all...] |
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | selection.c | 22 struct tty_struct *tty; member 30 struct tty_struct *tty; in __speakup_set_selection() local 62 int speakup_set_selection(struct tty_struct *tty) in speakup_set_selection() argument 94 struct tty_struct *tty; speakup_cancel_selection() local 110 struct tty_struct *tty = xchg(&ssw->tty, NULL); __speakup_paste_selection() local 121 speakup_paste_selection(struct tty_struct *tty) speakup_paste_selection() argument 135 struct tty_struct *tty; speakup_cancel_paste() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | ttynull.c | 17 static int ttynull_open(struct tty_struct *tty, struct file *filp) in ttynull_open() argument 22 static void ttynull_close(struct tty_struct *tty, struct file *filp) in ttynull_close() argument 27 static void ttynull_hangup(struct tty_struct *tty) in ttynull_hangup() argument 32 static ssize_t ttynull_write(struct tty_struct *tty, const u8 *buf, in ttynull_write() argument 38 static unsigned int ttynull_write_room(struct tty_struct *tty) in ttynull_write_room() argument
|
H A D | tty_baudrate.c | 211 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate() argument
|
H A D | tty.h | 47 __tty_set_flow_change(struct tty_struct *tty, int val) __tty_set_flow_change() argument 52 tty_set_flow_change(struct tty_struct *tty, int val) tty_set_flow_change() argument 106 tty_audit_add_data(const struct tty_struct *tty, const void *data, size_t size) tty_audit_add_data() argument 110 tty_audit_tiocsti(const struct tty_struct *tty, u8 ch) tty_audit_tiocsti() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/ipwireless/ |
H A D | main.h | 60 struct ipw_tty *tty; member
|
/kernel/linux/linux-6.6/drivers/pps/clients/ |
H A D | pps-ldisc.c | 16 static void pps_tty_dcd_change(struct tty_struct *tty, bool active) in pps_tty_dcd_change() argument 41 static int pps_tty_open(struct tty_struct *tty) in pps_tty_open() argument 83 pps_tty_close(struct tty_struct *tty) pps_tty_close() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | ipaq.c | 515 static int ipaq_open(struct tty_struct *tty, in ipaq_open() argument
|
H A D | symbolserial.c | 91 static int symbol_open(struct tty_struct *tty, struct usb_serial_port *port) in symbol_open() argument 116 static void symbol_throttle(struct tty_struct *tty) in symbol_throttle() argument 126 static void symbol_unthrottle(struct tty_struct *tty) in symbol_unthrottle() argument
|
/third_party/libuv/test/ |
H A D | test-osx-select.c | 55 uv_tty_t tty; in TEST_IMPL() local 94 uv_tty_t tty; in TEST_IMPL() local [all...] |
H A D | test-tty.c | 348 uv_tty_t tty; TEST_IMPL() local [all...] |
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty03.c | 83 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc() argument
|
/third_party/python/Lib/test/ |
H A D | test_ioctl.py | 11 tty = open("/dev/tty", "rb") variable [all...] |
/kernel/linux/linux-5.10/arch/m68k/emu/ |
H A D | nfcon.c | 64 static int nfcon_tty_open(struct tty_struct *tty, struct file *filp) in nfcon_tty_open() argument 69 static void nfcon_tty_close(struct tty_struct *tty, struct file *filp) in nfcon_tty_close() argument 73 static int nfcon_tty_write(struct tty_struct *tty, const unsigned char *buf, in nfcon_tty_write() argument 80 static int nfcon_tty_put_char(struct tty_struct *tty, unsigned char ch) in nfcon_tty_put_char() argument 88 static int nfcon_tty_write_room(struct tty_struct *tty) in nfcon_tty_write_room() argument
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | x25_asy.h | 23 struct tty_struct *tty; /* ptr to TTY structure */ member
|
/third_party/python/Lib/ |
H A D | pty.py | 12 import tty namespace
|