Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dcypress_m8.c119 static int cypress_open(struct tty_struct *tty, struct usb_serial_port *port);
150 .open = cypress_open,
177 .open = cypress_open,
203 .open = cypress_open,
578 static int cypress_open(struct tty_struct *tty, struct usb_serial_port *port) in cypress_open() function