Searched refs:usb_serial_generic_unthrottle (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | empeg.c | 53 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | visor.c | 174 .unthrottle = usb_serial_generic_unthrottle, 194 .unthrottle = usb_serial_generic_unthrottle, 213 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | aircable.c | 150 .unthrottle = usb_serial_generic_unthrottle,
|
H A 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); variable
|
H A D | kl5kusb105.c | 91 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | opticon.c | 414 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | whiteheat.c | 129 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | cp210x.c | 309 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | ftdi_sio.c | 1130 .unthrottle = usb_serial_generic_unthrottle,
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | empeg.c | 53 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | visor.c | 174 .unthrottle = usb_serial_generic_unthrottle, 194 .unthrottle = usb_serial_generic_unthrottle, 213 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | aircable.c | 150 .unthrottle = usb_serial_generic_unthrottle,
|
H A 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); variable
|
H A D | opticon.c | 393 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | kl5kusb105.c | 92 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | whiteheat.c | 126 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | cp210x.c | 315 .unthrottle = usb_serial_generic_unthrottle,
|
H A D | ftdi_sio.c | 2889 .unthrottle = usb_serial_generic_unthrottle,
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | serial.h | 352 void usb_serial_generic_unthrottle(struct tty_struct *tty);
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | serial.h | 351 void usb_serial_generic_unthrottle(struct tty_struct *tty);
|
Completed in 28 milliseconds