Searched refs:usb_serial_generic_throttle (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/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); variable
|
H A D | kl5kusb105.c | 90 .throttle = usb_serial_generic_throttle,
|
H A D | opticon.c | 413 .throttle = usb_serial_generic_throttle,
|
H A D | whiteheat.c | 128 .throttle = usb_serial_generic_throttle,
|
H A D | cp210x.c | 308 .throttle = usb_serial_generic_throttle,
|
H A D | ftdi_sio.c | 1129 .throttle = usb_serial_generic_throttle,
|
/kernel/linux/linux-6.6/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); variable
|
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 | 314 .throttle = usb_serial_generic_throttle,
|
H A D | ftdi_sio.c | 2888 .throttle = usb_serial_generic_throttle,
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | serial.h | 351 void usb_serial_generic_throttle(struct tty_struct *tty);
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | serial.h | 350 void usb_serial_generic_throttle(struct tty_struct *tty);
|
Completed in 25 milliseconds