Searched refs:usb_serial_generic_throttle (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | empeg.c | 52 .throttle = usb_serial_generic_throttle,
|
H A D | visor.c | 173 .throttle = usb_serial_generic_throttle, 193 .throttle = usb_serial_generic_throttle, 212 .throttle = usb_serial_generic_throttle,
|
H A D | aircable.c | 149 .throttle = usb_serial_generic_throttle,
|
H A 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);
|
H A D | opticon.c | 392 .throttle = usb_serial_generic_throttle,
|
H A D | kl5kusb105.c | 91 .throttle = usb_serial_generic_throttle,
|
H A D | whiteheat.c | 125 .throttle = usb_serial_generic_throttle,
|
H A D | cp210x.c | 315 .throttle = usb_serial_generic_throttle,
|
H A D | ftdi_sio.c | 2888 .throttle = usb_serial_generic_throttle,
|
/openbmc/linux/include/linux/usb/ |
H A D | serial.h | 350 void usb_serial_generic_throttle(struct tty_struct *tty);
|