Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dcypress_m8.c139 static void cypress_throttle(struct tty_struct *tty);
165 .throttle = cypress_throttle,
191 .throttle = cypress_throttle,
217 .throttle = cypress_throttle,
1027 static void cypress_throttle(struct tty_struct *tty) in cypress_throttle() function