Searched refs:throttle (Results 1 – 25 of 59) sorted by relevance
123
/drivers/usb/serial/ |
D | io_tables.h | 115 .throttle = edge_throttle, 144 .throttle = edge_throttle, 173 .throttle = edge_throttle, 202 .throttle = edge_throttle,
|
D | empeg.c | 69 .throttle = usb_serial_generic_throttle,
|
D | visor.c | 191 .throttle = usb_serial_generic_throttle, 211 .throttle = usb_serial_generic_throttle, 231 .throttle = usb_serial_generic_throttle,
|
D | aircable.c | 191 .throttle = usb_serial_generic_throttle,
|
D | cypress_m8.c | 181 .throttle = cypress_throttle, 207 .throttle = cypress_throttle, 233 .throttle = cypress_throttle,
|
D | symbolserial.c | 304 .throttle = symbol_throttle,
|
D | metro-usb.c | 374 .throttle = metrousb_throttle,
|
D | usb-serial.c | 397 if (port->serial->type->throttle) in serial_throttle() 398 port->serial->type->throttle(tty); in serial_throttle() 1205 .throttle = serial_throttle,
|
D | generic.c | 69 .throttle = usb_serial_generic_throttle,
|
D | digi_acceleport.c | 300 .throttle = digi_rx_throttle, 326 .throttle = digi_rx_throttle,
|
D | keyspan_pda.c | 816 .throttle = keyspan_pda_rx_throttle,
|
D | kl5kusb105.c | 113 .throttle = usb_serial_generic_throttle,
|
D | opticon.c | 630 .throttle = opticon_throttle,
|
D | mct_u232.c | 104 .throttle = mct_u232_throttle,
|
D | ti_usb_3410_5052.c | 239 .throttle = ti_throttle, 267 .throttle = ti_throttle,
|
/drivers/s390/char/ |
D | tty3270.c | 91 int throttle, attn; /* tty throttle/unthrottle. */ member 660 if (!tp->throttle) in tty3270_irq() 1688 tp->throttle = 1; in tty3270_throttle() 1702 tp->throttle = 0; in tty3270_unthrottle() 1758 .throttle = tty3270_throttle,
|
/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 560 init_timer(&hw->throttle); in hfa384x_create() 561 hw->throttle.function = hfa384x_usb_throttlefn; in hfa384x_create() 562 hw->throttle.data = (unsigned long)hw; in hfa384x_create() 3192 !timer_pending(&hw->throttle)) { in hfa384x_usbin_callback() 3193 mod_timer(&hw->throttle, jiffies + THROTTLE_JIFFIES); in hfa384x_usbin_callback() 3739 && !timer_pending(&hw->throttle)) { in hfa384x_usbout_callback() 3740 mod_timer(&hw->throttle, in hfa384x_usbout_callback()
|
D | prism2usb.c | 230 del_singleshot_timer_sync(&hw->throttle); in prism2sta_disconnect_usb()
|
/drivers/crypto/caam/ |
D | regs.h | 478 u32 throttle; /* RTHR - Throttle */ member
|
/drivers/tty/ |
D | tty_ioctl.c | 107 tty->ops->throttle) in tty_throttle() 108 tty->ops->throttle(tty); in tty_throttle()
|
D | ehv_bytechan.c | 643 .throttle = ehv_bc_tty_throttle,
|
D | cyclades.c | 1265 if (!info->throttle) in cyz_poll() 1623 info->throttle = 0; in cy_open() 2899 info->throttle = 1; in cy_throttle() 2908 info->throttle = 1; in cy_throttle() 2948 info->throttle = 0; in cy_unthrottle() 4062 .throttle = cy_throttle,
|
/drivers/isdn/gigaset/ |
D | interface.c | 140 .throttle = if_throttle,
|
/drivers/acpi/ |
D | processor_driver.c | 163 errata.piix4.throttle = 1; in acpi_processor_errata_piix4()
|
/drivers/net/ethernet/i825xx/ |
D | znet.c | 253 cfblk->throttle = 8; /* Continuous w/interrupts, 128-clock DMA. */ in znet_set_multicast_list()
|
123