Home
last modified time | relevance | path

Searched defs:tty (Results 26 - 50 of 368) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_null.c13 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 Dn_tracesink.c64 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 Dttynull.c17 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 Dtty_baudrate.c234 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate() argument
H A Dn_tracerouter.c61 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 Dtty.h48 __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 Dmain.h60 struct ipw_tty *tty; member
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dipaq.c515 static int ipaq_open(struct tty_struct *tty, in ipaq_open() argument
H A Dsymbolserial.c91 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 Dpps-ldisc.c18 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 Dselection.c22 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 Dttynull.c17 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 Dtty_baudrate.c211 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate() argument
H A Dtty.h47 __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 Dmain.h60 struct ipw_tty *tty; member
/kernel/linux/linux-6.6/drivers/pps/clients/
H A Dpps-ldisc.c16 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 Dipaq.c515 static int ipaq_open(struct tty_struct *tty, in ipaq_open() argument
H A Dsymbolserial.c91 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 Dtest-osx-select.c55 uv_tty_t tty; in TEST_IMPL() local
94 uv_tty_t tty; in TEST_IMPL() local
[all...]
H A Dtest-tty.c348 uv_tty_t tty; TEST_IMPL() local
[all...]
/third_party/ltp/testcases/kernel/pty/
H A Dpty03.c83 static int set_ldisc(int tty, struct ldisc_info *ldisc) in set_ldisc() argument
/third_party/python/Lib/test/
H A Dtest_ioctl.py11 tty = open("/dev/tty", "rb") variable
[all...]
/kernel/linux/linux-5.10/arch/m68k/emu/
H A Dnfcon.c64 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 Dx25_asy.h23 struct tty_struct *tty; /* ptr to TTY structure */ member
/third_party/python/Lib/
H A Dpty.py12 import tty namespace

Completed in 8 milliseconds

12345678910>>...15