Searched refs:vcc_file (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | vcc.c | 750 static int vcc_open(struct tty_struct *tty, struct file *vcc_file) in vcc_open() argument 787 return tty_port_open(tty->port, tty, vcc_file); in vcc_open() 790 static void vcc_close(struct tty_struct *tty, struct file *vcc_file) in vcc_close() argument 805 tty_port_close(tty->port, tty, vcc_file); in vcc_close()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | vcc.c | 734 static int vcc_open(struct tty_struct *tty, struct file *vcc_file) in vcc_open() argument 766 return tty_port_open(tty->port, tty, vcc_file); in vcc_open() 769 static void vcc_close(struct tty_struct *tty, struct file *vcc_file) in vcc_close() argument 779 tty_port_close(tty->port, tty, vcc_file); in vcc_close()
|
Completed in 4 milliseconds