Searched refs:usb_serial_generic_unthrottle (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/usb/serial/ |
D | empeg.c | 53 .unthrottle = usb_serial_generic_unthrottle,
|
D | visor.c | 174 .unthrottle = usb_serial_generic_unthrottle, 194 .unthrottle = usb_serial_generic_unthrottle, 213 .unthrottle = usb_serial_generic_unthrottle,
|
D | aircable.c | 150 .unthrottle = usb_serial_generic_unthrottle,
|
D | generic.c | 73 .unthrottle = usb_serial_generic_unthrottle, 482 void usb_serial_generic_unthrottle(struct tty_struct *tty) in usb_serial_generic_unthrottle() function 496 EXPORT_SYMBOL_GPL(usb_serial_generic_unthrottle);
|
D | opticon.c | 395 .unthrottle = usb_serial_generic_unthrottle,
|
D | kl5kusb105.c | 91 .unthrottle = usb_serial_generic_unthrottle,
|
D | whiteheat.c | 125 .unthrottle = usb_serial_generic_unthrottle,
|
D | cp210x.c | 306 .unthrottle = usb_serial_generic_unthrottle,
|
D | ftdi_sio.c | 1129 .unthrottle = usb_serial_generic_unthrottle,
|
/linux-5.19.10/include/linux/usb/ |
D | serial.h | 356 void usb_serial_generic_unthrottle(struct tty_struct *tty);
|