Home
last modified time | relevance | path

Searched refs:throttled (Results 1 – 10 of 10) sorted by relevance

/drivers/usb/serial/
Dmetro-usb.c44 int throttled; member
65 int throttled = 0; in metrousb_read_int_callback() local
110 throttled = metro_priv->throttled; in metrousb_read_int_callback()
114 if (!throttled) { in metrousb_read_int_callback()
171 metro_priv->throttled = 0; in metrousb_open()
282 metro_priv->throttled = 1; in metrousb_throttle()
342 metro_priv->throttled = 0; in metrousb_unthrottle()
Dsymbolserial.c42 bool throttled; member
106 if (!priv->throttled) { in symbol_int_callback()
131 priv->throttled = false; in symbol_open()
166 priv->throttled = true; in symbol_throttle()
180 priv->throttled = false; in symbol_unthrottle()
Dgeneric.c124 port->throttled = 0; in usb_serial_generic_open()
411 port->throttled = port->throttle_req; in usb_serial_generic_read_bulk_callback()
412 if (!port->throttled) { in usb_serial_generic_read_bulk_callback()
476 was_throttled = port->throttled; in usb_serial_generic_unthrottle()
477 port->throttled = port->throttle_req = 0; in usb_serial_generic_unthrottle()
Dopticon.c53 bool throttled; member
142 if (!priv->throttled) { in opticon_read_bulk_callback()
190 priv->throttled = false; in opticon_open()
374 priv->throttled = true; in opticon_throttle()
389 priv->throttled = false; in opticon_unthrottle()
Ddigi_acceleport.c1424 int flag, throttled; in digi_read_inb_callback() local
1447 throttled = priv->dp_throttled; in digi_read_inb_callback()
1448 if (throttled) in digi_read_inb_callback()
1485 return throttled ? 1 : 0; in digi_read_inb_callback()
/drivers/usb/class/
Dcdc-acm.h117 unsigned int throttled:1; /* actually throttled */ member
Dcdc-acm.c454 acm->throttled = acm->throttle_req; in acm_read_bulk_callback()
455 if (!acm->throttled && !acm->susp_count) { in acm_read_bulk_callback()
574 acm->throttled = 0; in acm_port_activate()
727 was_throttled = acm->throttled; in acm_tty_unthrottle()
728 acm->throttled = 0; in acm_tty_unthrottle()
/drivers/tty/hvc/
Dhvc_console.c610 goto throttled; in hvc_poll()
668 throttled: in hvc_poll()
/drivers/staging/quatech_usb2/
Dquatech_usb2.c1234 port->throttled = 1; in qt2_throttle()
1269 if (port->throttled != 0) { in qt2_unthrottle()
1272 port->throttled = 0; in qt2_unthrottle()
/drivers/tty/
Dn_gsm.c154 int throttled; /* Private copy of throttle state */ member
436 if (dlci->throttled) in gsm_encode_modem()
3104 dlci->throttled = 1; in gsmtty_throttle()
3116 dlci->throttled = 0; in gsmtty_unthrottle()