Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dcypress_m8.c134 static void cypress_throttle(struct tty_struct *tty);
160 .throttle = cypress_throttle,
185 .throttle = cypress_throttle,
210 .throttle = cypress_throttle,
973 static void cypress_throttle(struct tty_struct *tty) in cypress_throttle() function