Searched refs:throttle (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep053.tcl33 set throttle { "throttle" "" }
35 foreach t $throttle {
54 proc rep053_sub { method niter tnum logset recargs throttle largs } {
106 if { $throttle == "throttle" } {
108 throttle [$clientenv rep_limit 0 [expr 8 * 1024]] 0
153 # the simple case, and more than 3 in the "throttle" case.
163 if { $throttle == "throttle" } {
[all...]
H A Drep046.tcl31 set throttle { "throttle" "" }
40 foreach t $throttle {
53 proc rep046_sub { method niter tnum logset recargs throttle largs } {
116 if { $throttle == "throttle" } {
191 if { $throttle == "throttle" } {
271 if { $throttle == "throttle" } {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dcdc-acm.h120 unsigned char throttle; /* throttled by tty layer */ member in struct:acm
H A Dcdc-acm.c369 throttled = acm->throttle;
389 throttled = acm->throttle;
521 acm->throttle = 0;
640 acm->throttle = 1;
650 acm->throttle = 0;
1211 .throttle = acm_tty_throttle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_tables.h120 .throttle = edge_throttle,
151 .throttle = edge_throttle,
182 .throttle = edge_throttle,
212 .throttle = edge_throttle,
H A Dkeyspan.h602 .throttle = keyspan_rx_throttle,
630 .throttle = keyspan_rx_throttle,
658 .throttle = keyspan_rx_throttle,
H A Dsierra.c643 .throttle = sierra_rx_throttle,
672 .throttle = sierra_rx_throttle,
H A Dgeneric.c70 .throttle = usb_serial_generic_throttle,
131 /* clear the throttle flags */
352 /* Set the throttle request flag. It will be picked up
366 /* Clear the throttle flags */
H A Dvisor.c197 .throttle = visor_throttle,
228 .throttle = visor_throttle,
259 .throttle = visor_throttle,
H A Dcypress_m8.c214 .throttle = cypress_throttle,
244 .throttle = cypress_throttle,
274 .throttle = cypress_throttle,
H A Dusb-serial.c365 if (port->serial->type->throttle)
366 port->serial->type->throttle(port);
1079 .throttle = serial_throttle,
H A Daircable.c545 /* Based on ftdi_sio.c throttle */
599 .throttle = aircable_throttle,
H A Dempeg.c127 .throttle = empeg_throttle,
H A Dkeyspan_pda.c838 .throttle = keyspan_pda_rx_throttle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty_driver.h73 * void (*throttle)(struct tty_struct * tty);
143 void (*throttle)(struct tty_struct * tty); member in struct:tty_operations
206 void (*throttle)(struct tty_struct * tty); member in struct:tty_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Di82593.h162 u_char throttle : 6, member in struct:i82593_conf_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dssl.c117 .throttle = line_throttle,
H A Dstdio_console.c121 .throttle = line_throttle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_throttling.c204 if (errata.piix4.throttle) {
H A Dprocessor_core.c161 errata.piix4.throttle = 1;
605 request_region(pr->throttling.address, 6, "ACPI CPU throttle");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dprocessor.h146 int tx; /* throttle level */
185 u8 throttle:1; member in struct:acpi_processor_errata::__anon7769
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Dserial.h57 * @throttled: nonzero if the read urb is inactive to throttle the device
58 * @throttle_req: nonzero if the tty wants to throttle us
233 void (*throttle) (struct usb_serial_port *port); member in struct:usb_serial_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtty3270.c83 int throttle, attn; /* tty throttle/unthrottle. */ member in struct:tty3270
660 if (!tp->throttle)
1665 tp->throttle = 1;
1679 tp->throttle = 0;
1720 .throttle = tty3270_throttle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dinterface.c145 .throttle = if_throttle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dser_a2232.c371 by hand in throttle()/unthrottle().
457 /* Unthrottle: dual to "throttle()" above. */
661 .throttle = a2232_throttle,

Completed in 176 milliseconds

1234