Searched refs:usb_serial_generic_throttle (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/usb/serial/ |
D | empeg.c | 52 .throttle = usb_serial_generic_throttle,
|
D | visor.c | 173 .throttle = usb_serial_generic_throttle, 193 .throttle = usb_serial_generic_throttle, 212 .throttle = usb_serial_generic_throttle,
|
D | aircable.c | 149 .throttle = usb_serial_generic_throttle,
|
D | generic.c | 72 .throttle = usb_serial_generic_throttle, 474 void usb_serial_generic_throttle(struct tty_struct *tty) in usb_serial_generic_throttle() function 480 EXPORT_SYMBOL_GPL(usb_serial_generic_throttle);
|
D | opticon.c | 392 .throttle = usb_serial_generic_throttle,
|
D | kl5kusb105.c | 91 .throttle = usb_serial_generic_throttle,
|
D | whiteheat.c | 125 .throttle = usb_serial_generic_throttle,
|
D | cp210x.c | 305 .throttle = usb_serial_generic_throttle,
|
D | ftdi_sio.c | 2882 .throttle = usb_serial_generic_throttle,
|
/Linux-v6.1/include/linux/usb/ |
D | serial.h | 350 void usb_serial_generic_throttle(struct tty_struct *tty);
|