Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dvcc.c723 static int vcc_open(struct tty_struct *tty, struct file *vcc_file) in vcc_open() argument
755 return tty_port_open(tty->port, tty, vcc_file); in vcc_open()
758 static void vcc_close(struct tty_struct *tty, struct file *vcc_file) in vcc_close() argument
768 tty_port_close(tty->port, tty, vcc_file); in vcc_close()