Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
Dcypress_m8.c134 static void cypress_unthrottle(struct tty_struct *tty);
161 .unthrottle = cypress_unthrottle,
187 .unthrottle = cypress_unthrottle,
213 .unthrottle = cypress_unthrottle,
1002 static void cypress_unthrottle(struct tty_struct *tty) in cypress_unthrottle() function