Searched refs:gs_open (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Du_serial.c72 * isn't opened; managed by gs_open()/gs_close()
718 * gs_open sets up the link between a gs_port and its associated TTY.
722 static int gs_open(struct tty_struct *tty, struct file *file) function
782 pr_debug("gs_open: ttyGS%d (%p,%p) no buffer\n",
805 pr_debug("gs_open: start ttyGS%d\n", port->port_num);
812 pr_debug("gs_open: ttyGS%d (%p,%p)\n", port->port_num, tty, file);
1013 .open = gs_open,

Completed in 54 milliseconds