Searched refs:throttle (Results 1 – 25 of 66) sorted by relevance
123
/drivers/usb/serial/ |
D | io_tables.h | 117 .throttle = edge_throttle, 145 .throttle = edge_throttle, 173 .throttle = edge_throttle, 200 .throttle = edge_throttle,
|
D | visor.c | 201 .throttle = visor_throttle, 226 .throttle = visor_throttle, 251 .throttle = visor_throttle,
|
D | usb-serial.c | 357 if (port->serial->type->throttle) in serial_throttle() 358 port->serial->type->throttle(tty); in serial_throttle() 1100 .throttle = serial_throttle,
|
D | opticon.c | 330 .throttle = opticon_throttle,
|
D | cypress_m8.c | 228 .throttle = cypress_throttle, 254 .throttle = cypress_throttle, 280 .throttle = cypress_throttle,
|
D | generic.c | 67 .throttle = usb_serial_generic_throttle,
|
D | empeg.c | 125 .throttle = empeg_throttle,
|
D | aircable.c | 609 .throttle = aircable_throttle,
|
D | keyspan_pda.c | 849 .throttle = keyspan_pda_rx_throttle,
|
D | digi_acceleport.c | 518 .throttle = digi_rx_throttle, 544 .throttle = digi_rx_throttle,
|
D | mct_u232.c | 143 .throttle = mct_u232_throttle,
|
D | ti_usb_3410_5052.c | 242 .throttle = ti_throttle, 270 .throttle = ti_throttle,
|
/drivers/usb/class/ |
D | cdc-acm.h | 125 unsigned char throttle; /* throttled by tty layer */ member
|
D | cdc-acm.c | 388 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/ |
D | i82593.h | 162 u_char throttle : 6, member
|
/drivers/staging/wlan-ng/ |
D | prism2usb.c | 213 del_singleshot_timer_sync(&hw->throttle); in prism2sta_disconnect_usb()
|
D | hfa384x_usb.c | 649 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/ |
D | tty3270.c | 90 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/ |
D | tty_ioctl.c | 106 tty->ops->throttle) in tty_throttle() 107 tty->ops->throttle(tty); in tty_throttle()
|
D | ser_a2232.c | 674 .throttle = a2232_throttle,
|
D | cyclades.c | 1820 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/ |
D | interface.c | 144 .throttle = if_throttle,
|
/drivers/net/ |
D | znet.c | 261 cfblk->throttle = 8; /* Continuous w/interrupts, 128-clock DMA. */ in znet_set_multicast_list()
|
/drivers/acpi/ |
D | processor_core.c | 193 errata.piix4.throttle = 1; in acpi_processor_errata_piix4()
|
/drivers/char/rio/ |
D | rio_linux.c | 737 .throttle = rio_throttle,
|
123