Searched refs:usb_serial_generic_throttle (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/usb/serial/ |
H A D | visor.c | 172 .throttle = usb_serial_generic_throttle, 191 .throttle = usb_serial_generic_throttle, 209 .throttle = usb_serial_generic_throttle,
|
H A D | empeg.c | 51 .throttle = usb_serial_generic_throttle,
|
H A D | generic.c | 71 .throttle = usb_serial_generic_throttle, 473 void usb_serial_generic_throttle(struct tty_struct *tty) in usb_serial_generic_throttle() function 479 EXPORT_SYMBOL_GPL(usb_serial_generic_throttle);
|
H A D | aircable.c | 148 .throttle = usb_serial_generic_throttle,
|
H A D | opticon.c | 391 .throttle = usb_serial_generic_throttle,
|
H A D | kl5kusb105.c | 90 .throttle = usb_serial_generic_throttle,
|
H A D | whiteheat.c | 123 .throttle = usb_serial_generic_throttle,
|
H A D | cp210x.c | 314 .throttle = usb_serial_generic_throttle,
|
H A D | ftdi_sio.c | 2903 .throttle = usb_serial_generic_throttle,
|
/linux/include/linux/usb/ |
H A D | serial.h | 353 void usb_serial_generic_throttle(struct tty_struct *tty);
|