Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dcypress_m8.c134 static void cypress_throttle(struct tty_struct *tty);
161 .throttle = cypress_throttle,
187 .throttle = cypress_throttle,
213 .throttle = cypress_throttle,
976 static void cypress_throttle(struct tty_struct *tty) in cypress_throttle() function