Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/
Dvcc.c724 static int vcc_open(struct tty_struct *tty, struct file *vcc_file) in vcc_open() argument
756 return tty_port_open(tty->port, tty, vcc_file); in vcc_open()
759 static void vcc_close(struct tty_struct *tty, struct file *vcc_file) in vcc_close() argument
769 tty_port_close(tty->port, tty, vcc_file); in vcc_close()