Searched refs:throttled (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dline.h44 int throttled; member in struct:line
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dgeneric.c133 port->throttled = 0;
314 is_throttled = port->throttled = port->throttle_req;
368 was_throttled = port->throttled;
369 port->throttled = port->throttle_req = 0;
H A Dvisor.c276 int throttled; member in struct:visor_private
305 priv->throttled = 0;
513 int throttled; local
533 throttled = priv->throttled;
537 if (!throttled) {
597 priv->throttled = 1;
610 priv->throttled = 0;
H A Ddigi_acceleport.c68 * the port is not currently throttled.
1808 * throttled, and -1 if the sanity checks failed.
1821 int flag,throttled; local
1839 throttled = priv->dp_throttled;
1840 if( throttled )
1867 if( throttled ) {
1903 return( throttled ? 1 : 0 );
H A Dairprime.c40 int throttled; member in struct:airprime_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2lib.h92 int throttled; // Set if upper layer can take no data member in struct:_i2ChanStr
H A Dip2main.c1258 if (!pCh->throttled && (pCh->Ibuf_stuff != pCh->Ibuf_strip)) {
1914 pCh->throttled = 1;
1937 pCh->throttled = 0;
H A Di2lib.c251 pCh->throttled = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dline.c38 if(!line->throttled)
340 line->throttled = 1;
347 line->throttled = 0;
352 * throttles us again. In this case, line->throttled will be 1
355 if(!line->throttled)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dcdc-acm.c362 unsigned char throttled; local
369 throttled = acm->throttle;
371 if (throttled)
389 throttled = acm->throttle;
391 if (!throttled)
395 if (throttled) {
/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
93 char throttled; member in struct:usb_serial_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_console.c589 /* Now check if we can get data (are we throttled ?) */
591 goto throttled;
593 /* If we aren't interrupt driven and aren't throttled, we always
645 throttled:

Completed in 151 milliseconds