Home
last modified time | relevance | path

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

123

/drivers/usb/serial/
Dio_tables.h117 .throttle = edge_throttle,
145 .throttle = edge_throttle,
173 .throttle = edge_throttle,
200 .throttle = edge_throttle,
Dvisor.c201 .throttle = visor_throttle,
226 .throttle = visor_throttle,
251 .throttle = visor_throttle,
Dusb-serial.c357 if (port->serial->type->throttle) in serial_throttle()
358 port->serial->type->throttle(tty); in serial_throttle()
1100 .throttle = serial_throttle,
Dopticon.c330 .throttle = opticon_throttle,
Dcypress_m8.c228 .throttle = cypress_throttle,
254 .throttle = cypress_throttle,
280 .throttle = cypress_throttle,
Dgeneric.c67 .throttle = usb_serial_generic_throttle,
Dempeg.c125 .throttle = empeg_throttle,
Daircable.c609 .throttle = aircable_throttle,
Dkeyspan_pda.c849 .throttle = keyspan_pda_rx_throttle,
Ddigi_acceleport.c518 .throttle = digi_rx_throttle,
544 .throttle = digi_rx_throttle,
Dmct_u232.c143 .throttle = mct_u232_throttle,
Dti_usb_3410_5052.c242 .throttle = ti_throttle,
270 .throttle = ti_throttle,
/drivers/usb/class/
Dcdc-acm.h125 unsigned char throttle; /* throttled by tty layer */ member
Dcdc-acm.c388 throttled = acm->throttle; in acm_rx_tasklet()
411 throttled = acm->throttle; in acm_rx_tasklet()
586 acm->throttle = 0; in acm_tty_open()
722 acm->throttle = 1; in acm_tty_throttle()
732 acm->throttle = 0; in acm_tty_unthrottle()
1433 .throttle = acm_tty_throttle,
/drivers/net/wireless/
Di82593.h162 u_char throttle : 6, member
/drivers/staging/wlan-ng/
Dprism2usb.c213 del_singleshot_timer_sync(&hw->throttle); in prism2sta_disconnect_usb()
Dhfa384x_usb.c649 init_timer(&hw->throttle); in hfa384x_create()
650 hw->throttle.function = hfa384x_usb_throttlefn; in hfa384x_create()
651 hw->throttle.data = (unsigned long)hw; in hfa384x_create()
3646 !timer_pending(&hw->throttle) ) { in hfa384x_usbin_callback()
3647 mod_timer(&hw->throttle, jiffies + THROTTLE_JIFFIES); in hfa384x_usbin_callback()
4218 && !timer_pending(&hw->throttle) ) { in hfa384x_usbout_callback()
4219 mod_timer(&hw->throttle, in hfa384x_usbout_callback()
/drivers/s390/char/
Dtty3270.c90 int throttle, attn; /* tty throttle/unthrottle. */ member
667 if (!tp->throttle) in tty3270_irq()
1693 tp->throttle = 1; in tty3270_throttle()
1707 tp->throttle = 0; in tty3270_unthrottle()
1749 .throttle = tty3270_throttle,
/drivers/char/
Dtty_ioctl.c106 tty->ops->throttle) in tty_throttle()
107 tty->ops->throttle(tty); in tty_throttle()
Dser_a2232.c674 .throttle = a2232_throttle,
Dcyclades.c1820 if (!info->throttle) in cyz_poll()
2498 info->throttle = 0; in cy_open()
4160 info->throttle = 1; in cy_throttle()
4184 info->throttle = 1; in cy_throttle()
4241 info->throttle = 0; in cy_unthrottle()
5306 .throttle = cy_throttle,
/drivers/isdn/gigaset/
Dinterface.c144 .throttle = if_throttle,
/drivers/net/
Dznet.c261 cfblk->throttle = 8; /* Continuous w/interrupts, 128-clock DMA. */ in znet_set_multicast_list()
/drivers/acpi/
Dprocessor_core.c193 errata.piix4.throttle = 1; in acpi_processor_errata_piix4()
/drivers/char/rio/
Drio_linux.c737 .throttle = rio_throttle,

123