Searched refs:actually_throttled (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dsymbolserial.c43 bool actually_throttled; member in struct:symbol_private
118 priv->actually_throttled = true;
132 priv->actually_throttled = false;
181 was_throttled = priv->actually_throttled;
182 priv->actually_throttled = false;
H A Dopticon.c43 bool actually_throttled; member in struct:opticon_private
139 priv->actually_throttled = true;
153 priv->actually_throttled = false;
319 was_throttled = priv->actually_throttled;
320 priv->actually_throttled = false;
H A Dcypress_m8.c1152 int actually_throttled, result; local
1157 actually_throttled = priv->rx_flags & ACTUALLY_THROTTLED;
1164 if (actually_throttled) {
H A Dwhiteheat.c966 int actually_throttled; local
971 actually_throttled = info->flags & ACTUALLY_THROTTLED;
975 if (actually_throttled)

Completed in 174 milliseconds