Searched defs:actually_throttled (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/serial/
H A Dsymbolserial.c32 bool actually_throttled; member in struct:symbol_private
91 priv->actually_throttled = true;
103 priv->actually_throttled = false;
139 was_throttled = priv->actually_throttled;
140 priv->actually_throttled = false;
H A Dcypress_m8.c1043 int actually_throttled, result; local
1046 actually_throttled = priv->rx_flags & ACTUALLY_THROTTLED;
1053 if (actually_throttled) {

Completed in 73 milliseconds