Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/serial/
Dcypress_m8.c127 static int cypress_tiocmget(struct tty_struct *tty);
154 .tiocmget = cypress_tiocmget,
180 .tiocmget = cypress_tiocmget,
206 .tiocmget = cypress_tiocmget,
808 static int cypress_tiocmget(struct tty_struct *tty) in cypress_tiocmget() function