Home
last modified time | relevance | path

Searched refs:throttle (Results 1 – 25 of 59) sorted by relevance

123

/drivers/usb/serial/
Dio_tables.h115 .throttle = edge_throttle,
144 .throttle = edge_throttle,
173 .throttle = edge_throttle,
202 .throttle = edge_throttle,
Dempeg.c69 .throttle = usb_serial_generic_throttle,
Dvisor.c191 .throttle = usb_serial_generic_throttle,
211 .throttle = usb_serial_generic_throttle,
231 .throttle = usb_serial_generic_throttle,
Daircable.c191 .throttle = usb_serial_generic_throttle,
Dcypress_m8.c181 .throttle = cypress_throttle,
207 .throttle = cypress_throttle,
233 .throttle = cypress_throttle,
Dsymbolserial.c304 .throttle = symbol_throttle,
Dmetro-usb.c374 .throttle = metrousb_throttle,
Dusb-serial.c397 if (port->serial->type->throttle) in serial_throttle()
398 port->serial->type->throttle(tty); in serial_throttle()
1205 .throttle = serial_throttle,
Dgeneric.c69 .throttle = usb_serial_generic_throttle,
Ddigi_acceleport.c300 .throttle = digi_rx_throttle,
326 .throttle = digi_rx_throttle,
Dkeyspan_pda.c816 .throttle = keyspan_pda_rx_throttle,
Dkl5kusb105.c113 .throttle = usb_serial_generic_throttle,
Dopticon.c630 .throttle = opticon_throttle,
Dmct_u232.c104 .throttle = mct_u232_throttle,
Dti_usb_3410_5052.c239 .throttle = ti_throttle,
267 .throttle = ti_throttle,
/drivers/s390/char/
Dtty3270.c91 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/
Dhfa384x_usb.c560 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()
Dprism2usb.c230 del_singleshot_timer_sync(&hw->throttle); in prism2sta_disconnect_usb()
/drivers/crypto/caam/
Dregs.h478 u32 throttle; /* RTHR - Throttle */ member
/drivers/tty/
Dtty_ioctl.c107 tty->ops->throttle) in tty_throttle()
108 tty->ops->throttle(tty); in tty_throttle()
Dehv_bytechan.c643 .throttle = ehv_bc_tty_throttle,
Dcyclades.c1265 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/
Dinterface.c140 .throttle = if_throttle,
/drivers/acpi/
Dprocessor_driver.c163 errata.piix4.throttle = 1; in acpi_processor_errata_piix4()
/drivers/net/ethernet/i825xx/
Dznet.c253 cfblk->throttle = 8; /* Continuous w/interrupts, 128-clock DMA. */ in znet_set_multicast_list()

123