Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dcypress_m8.c135 static int cypress_tiocmget(struct tty_struct *tty);
161 .tiocmget = cypress_tiocmget,
187 .tiocmget = cypress_tiocmget,
213 .tiocmget = cypress_tiocmget,
816 static int cypress_tiocmget(struct tty_struct *tty) in cypress_tiocmget() function