Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Dcypress_m8.c133 static void cypress_throttle(struct tty_struct *tty);
160 .throttle = cypress_throttle,
186 .throttle = cypress_throttle,
212 .throttle = cypress_throttle,
974 static void cypress_throttle(struct tty_struct *tty) in cypress_throttle() function