Searched defs:throttled (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/serial/
H A Dsymbolserial.c31 bool throttled; member in struct:symbol_private
84 if (!priv->throttled) {
102 priv->throttled = false;
126 priv->throttled = true;
138 priv->throttled = false;
H A Dmetro-usb.c40 int throttled; member in struct:metrousb_private
98 int throttled = 0; local
135 throttled = metro_priv->throttled;
139 if (!throttled) {
201 metro_priv->throttled = 0;
297 metro_priv->throttled = 1;
357 metro_priv->throttled = 0;
H A Ddigi_acceleport.c1376 * throttled, and -1 if the sanity checks failed.
1387 int flag, throttled; local
1409 throttled = priv->dp_throttled;
1410 if (throttled)
1446 return throttled ? 1 : 0;
/drivers/usb/class/
H A Dcdc-acm.h120 unsigned int throttled:1; /* actually throttled */ member in struct:acm
/drivers/staging/fwserial/
H A Dfwserial.h169 unsigned throttled; member in struct:stats
/drivers/tty/
H A Dn_tty.c258 int throttled; local
262 throttled = tty_throttle_safe(tty);
263 if (!throttled)
287 * Otherwise, if the driver is throttled and the line is
H A Dn_gsm.c153 int throttled; /* Private copy of throttle state */ member in struct:gsm_dlci
435 if (dlci->throttled)
3138 dlci->throttled = 1;
3150 dlci->throttled = 0;

Completed in 201 milliseconds