Searched refs:throttle (Results 26 - 50 of 83) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_ioctl.c99 * Takes the termios mutex to protect against parallel throttle/unthrottle
109 tty->ops->throttle)
110 tty->ops->throttle(tty);
120 * Takes the termios mutex to protect against parallel throttle/unthrottle
124 * Drivers should however remember that the stack can issue a throttle,
H A Dser_a2232.c372 by hand in throttle()/unthrottle().
458 /* Unthrottle: dual to "throttle()" above. */
663 .throttle = a2232_throttle,
H A Dcyclades.c1268 if (!info->throttle)
1631 info->throttle = 0;
2890 printk(KERN_DEBUG "cyc:throttle %s: %ld...ttyC%d\n", tty_name(tty, buf),
2903 info->throttle = 1;
2912 info->throttle = 1;
2952 info->throttle = 0;
4065 .throttle = cy_throttle,
H A Dhvcs.c1443 .throttle = hvcs_throttle,
H A Dhvsi.c419 * buffer, which will give the tty buffer a chance to throttle us. Should the
1065 * I have never seen throttle or unthrottle called, so this little throttle
1138 .throttle = hvsi_throttle,
H A Dvme_scc.c121 .throttle = scc_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c3919 * IRQ throttle logging
3959 int throttle, struct perf_sample_data *data,
3966 throttle = (throttle && event->pmu->unthrottle != NULL);
3968 if (!throttle) {
4066 int throttle = 0; local
4076 if (__perf_event_overflow(event, nmi, throttle,
4084 throttle = 1;
3958 __perf_event_overflow(struct perf_event *event, int nmi, int throttle, struct perf_sample_data *data, struct pt_regs *regs) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkeyspan_pda.c877 .throttle = keyspan_pda_rx_throttle,
H A Dkl5kusb105.c115 .throttle = usb_serial_generic_throttle,
H A Dmct_u232.c144 .throttle = mct_u232_throttle,
H A Dopticon.c535 .throttle = opticon_throttle,
H A Ddigi_acceleport.c518 .throttle = digi_rx_throttle,
545 .throttle = digi_rx_throttle,
907 /* turn throttle off */
1669 /* check for throttle; if set, do not resubmit read urb */
H A Dti_usb_3410_5052.c234 .throttle = ti_throttle,
262 .throttle = ti_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcyclades.h11 *added throttle field on struct cyclades_port to indicate whether the
581 int throttle; member in struct:cyclades_port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dinterface.c139 .throttle = if_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_driver.c165 errata.piix4.throttle = 1;
398 request_region(pr->throttling.address, 6, "ACPI CPU throttle");
H A Dprocessor_throttling.c1176 if (errata.piix4.throttle) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dcon3215.c1104 .throttle = tty3215_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c1058 .throttle = sdio_uart_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dznet.c254 cfblk->throttle = 8; /* Continuous w/interrupts, 128-clock DMA. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c1261 .throttle = rs_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drio_linux.c643 /* The throttle/unthrottle scheme for the Specialix card is different
647 * do when signalled by the upper tty layer to throttle/unthrottle is
665 * control then throttle the port.
737 .throttle = rio_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_tty.c93 .throttle = ircomm_tty_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dtty.c1146 .throttle = rfcomm_tty_throttle,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/
H A Dsimserial.c899 .throttle = rs_throttle,

Completed in 231 milliseconds

1234