Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dvcc.c734 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()