Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/serial/
Dcypress_m8.c130 static int cypress_tiocmget(struct tty_struct *tty);
157 .tiocmget = cypress_tiocmget,
183 .tiocmget = cypress_tiocmget,
209 .tiocmget = cypress_tiocmget,
809 static int cypress_tiocmget(struct tty_struct *tty) in cypress_tiocmget() function