Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dsymbolserial.c32 bool actually_throttled; member
89 priv->actually_throttled = true; in symbol_int_callback()
101 priv->actually_throttled = false; in symbol_open()
137 was_throttled = priv->actually_throttled; in symbol_unthrottle()
138 priv->actually_throttled = false; in symbol_unthrottle()
Dcypress_m8.c1042 int actually_throttled, result; in cypress_unthrottle() local
1045 actually_throttled = priv->rx_flags & ACTUALLY_THROTTLED; in cypress_unthrottle()
1052 if (actually_throttled) { in cypress_unthrottle()