Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dkeyspan.h63 static int keyspan_tiocmget (struct tty_struct *tty);
567 .tiocmget = keyspan_tiocmget,
591 .tiocmget = keyspan_tiocmget,
615 .tiocmget = keyspan_tiocmget,
Dkeyspan.c183 static int keyspan_tiocmget(struct tty_struct *tty) in keyspan_tiocmget() function