actually_throttled 1004 drivers/usb/serial/cypress_m8.c 	int actually_throttled, result;
actually_throttled 1007 drivers/usb/serial/cypress_m8.c 	actually_throttled = priv->rx_flags & ACTUALLY_THROTTLED;
actually_throttled 1014 drivers/usb/serial/cypress_m8.c 	if (actually_throttled) {
actually_throttled   29 drivers/usb/serial/symbolserial.c 	bool actually_throttled;
actually_throttled   87 drivers/usb/serial/symbolserial.c 		priv->actually_throttled = true;
actually_throttled   99 drivers/usb/serial/symbolserial.c 	priv->actually_throttled = false;
actually_throttled  135 drivers/usb/serial/symbolserial.c 	was_throttled = priv->actually_throttled;
actually_throttled  136 drivers/usb/serial/symbolserial.c 	priv->actually_throttled = false;