Home
last modified time | relevance | path

Searched refs:was_throttled (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/serial/
Dsymbolserial.c175 bool was_throttled; in symbol_unthrottle() local
181 was_throttled = priv->actually_throttled; in symbol_unthrottle()
185 if (was_throttled) { in symbol_unthrottle()
Dgeneric.c470 int was_throttled; in usb_serial_generic_unthrottle() local
476 was_throttled = port->throttled; in usb_serial_generic_unthrottle()
480 if (was_throttled) in usb_serial_generic_unthrottle()
Dopticon.c384 int result, was_throttled; in opticon_unthrottle() local
390 was_throttled = priv->actually_throttled; in opticon_unthrottle()
394 if (was_throttled) { in opticon_unthrottle()
/drivers/usb/class/
Dcdc-acm.c724 unsigned int was_throttled; in acm_tty_unthrottle() local
727 was_throttled = acm->throttled; in acm_tty_unthrottle()
732 if (was_throttled) in acm_tty_unthrottle()