/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | serport.c | 174 snprintf(serio->phys, sizeof(serio->phys), "%s/serio0", tty_name(tty)); in serport_ldisc_read() 184 printk(KERN_INFO "serio: Serial port %s\n", tty_name(tty)); in serport_ldisc_read()
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | serport.c | 175 snprintf(serio->phys, sizeof(serio->phys), "%s/serio0", tty_name(tty)); in serport_ldisc_read() 185 printk(KERN_INFO "serio: Serial port %s\n", tty_name(tty)); in serport_ldisc_read()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty.h | 10 fn("%s %s: " f, tty_driver_name(tty), tty_name(tty), ##__VA_ARGS__)
|
H A D | tty_ldisc.c | 530 const char *name = tty_name(tty); in tty_ldisc_restore()
|
H A D | amiserial.c | 896 printk("throttle %s ....\n", tty_name(tty)); in rs_throttle() 915 printk("unthrottle %s ....\n", tty_name(tty)); in rs_unthrottle()
|
H A D | tty_io.c | 236 * tty_name - return tty naming 245 const char *tty_name(const struct tty_struct *tty) in tty_name() function 252 EXPORT_SYMBOL(tty_name); variable
|
H A D | cyclades.c | 2832 printk(KERN_DEBUG "cyc:throttle %s ...ttyC%d\n", tty_name(tty), in cy_throttle() 2872 tty_name(tty), info->line); in cy_unthrottle()
|
H A D | n_gsm.c | 2602 tty_name(tty), flags); in gsmld_receive_buf()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty.h | 10 fn("%s %s: " f, tty_driver_name(tty), tty_name(tty), ##__VA_ARGS__)
|
H A D | tty_ldisc.c | 495 const char *name = tty_name(tty); in tty_ldisc_restore()
|
H A D | amiserial.c | 853 printk("throttle %s ....\n", tty_name(tty)); in rs_throttle() 872 printk("unthrottle %s ....\n", tty_name(tty)); in rs_unthrottle()
|
H A D | tty_io.c | 236 * tty_name - return tty naming 244 const char *tty_name(const struct tty_struct *tty) in tty_name() function 250 EXPORT_SYMBOL(tty_name); variable
|
H A D | n_gsm.c | 3564 tty_name(tty), flags); in gsmld_receive_buf()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty.h | 353 const char *tty_name(const struct tty_struct *tty); 376 static inline const char *tty_name(const struct tty_struct *tty) in tty_name() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty.h | 379 extern const char *tty_name(const struct tty_struct *tty); 401 static inline const char *tty_name(const struct tty_struct *tty) in tty_name() function
|
/kernel/linux/linux-5.10/kernel/ |
H A D | audit.c | 1621 tty ? tty_name(tty) : "(none)", in audit_log_multicast() 2271 tty ? tty_name(tty) : "(none)", in audit_log_task_info() 2347 oldloginuid, loginuid, tty ? tty_name(tty) : "(none)", in audit_log_set_loginuid()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | audit.c | 1618 tty ? tty_name(tty) : "(none)", in audit_log_multicast() 2271 tty ? tty_name(tty) : "(none)", in audit_log_task_info() 2347 oldloginuid, loginuid, tty ? tty_name(tty) : "(none)", in audit_log_set_loginuid()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial_core.c | 1018 tty_name(port->tty)); in uart_set_info()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | serial_core.c | 1010 tty_name(port->tty)); in uart_set_info()
|