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

/linux-4.1.27/drivers/usb/serial/
H A Dsymbolserial.c32 bool actually_throttled; member in struct:symbol_private
91 priv->actually_throttled = true; symbol_int_callback()
103 priv->actually_throttled = false; symbol_open()
139 was_throttled = priv->actually_throttled; symbol_unthrottle()
140 priv->actually_throttled = false; symbol_unthrottle()
H A Dcypress_m8.c1042 int actually_throttled, result; cypress_unthrottle() local
1045 actually_throttled = priv->rx_flags & ACTUALLY_THROTTLED; cypress_unthrottle()
1052 if (actually_throttled) { cypress_unthrottle()

Completed in 88 milliseconds