Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dcypress_m8.c135 static void cypress_unthrottle(struct tty_struct *tty);
162 .unthrottle = cypress_unthrottle,
188 .unthrottle = cypress_unthrottle,
214 .unthrottle = cypress_unthrottle,
987 static void cypress_unthrottle(struct tty_struct *tty) in cypress_unthrottle() function