Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dsymbolserial.c29 bool actually_throttled; member
87 priv->actually_throttled = true; in symbol_int_callback()
99 priv->actually_throttled = false; in symbol_open()
135 was_throttled = priv->actually_throttled; in symbol_unthrottle()
136 priv->actually_throttled = false; in symbol_unthrottle()
H A Dcypress_m8.c1006 int actually_throttled, result; in cypress_unthrottle() local
1009 actually_throttled = priv->rx_flags & ACTUALLY_THROTTLED; in cypress_unthrottle()
1016 if (actually_throttled) { in cypress_unthrottle()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dsymbolserial.c29 bool actually_throttled; member
87 priv->actually_throttled = true; in symbol_int_callback()
99 priv->actually_throttled = false; in symbol_open()
135 was_throttled = priv->actually_throttled; in symbol_unthrottle()
136 priv->actually_throttled = false; in symbol_unthrottle()
H A Dcypress_m8.c991 int actually_throttled, result; in cypress_unthrottle() local
994 actually_throttled = priv->rx_flags & ACTUALLY_THROTTLED; in cypress_unthrottle()
1001 if (actually_throttled) { in cypress_unthrottle()

Completed in 4 milliseconds