Home
last modified time | relevance | path

Searched refs:vcc_file (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
Dvcc.c740 static int vcc_open(struct tty_struct *tty, struct file *vcc_file) in vcc_open() argument
777 return tty_port_open(tty->port, tty, vcc_file); in vcc_open()
780 static void vcc_close(struct tty_struct *tty, struct file *vcc_file) in vcc_close() argument
795 tty_port_close(tty->port, tty, vcc_file); in vcc_close()