Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dmetro-usb.c40 int throttled; member
99 int throttled = 0; in metrousb_read_int_callback() local
136 throttled = metro_priv->throttled; in metrousb_read_int_callback()
140 if (!throttled) { in metrousb_read_int_callback()
202 metro_priv->throttled = 0; in metrousb_open()
298 metro_priv->throttled = 1; in metrousb_throttle()
358 metro_priv->throttled = 0; in metrousb_unthrottle()
Dsymbolserial.c31 bool throttled; member
82 if (!priv->throttled) { in symbol_int_callback()
100 priv->throttled = false; in symbol_open()
124 priv->throttled = true; in symbol_throttle()
136 priv->throttled = false; in symbol_unthrottle()
Dgeneric.c86 port->throttled = 0; in usb_serial_generic_open()
388 port->throttled = port->throttle_req; in usb_serial_generic_read_bulk_callback()
389 if (!port->throttled) { in usb_serial_generic_read_bulk_callback()
455 was_throttled = port->throttled; in usb_serial_generic_unthrottle()
456 port->throttled = port->throttle_req = 0; in usb_serial_generic_unthrottle()
Ddigi_acceleport.c1407 int flag, throttled; in digi_read_inb_callback() local
1433 throttled = priv->dp_throttled; in digi_read_inb_callback()
1434 if (throttled) in digi_read_inb_callback()
1473 return throttled ? 1 : 0; in digi_read_inb_callback()
/drivers/usb/class/
Dcdc-acm.h119 unsigned int throttled:1; /* actually throttled */ member
Dcdc-acm.c448 acm->throttled = acm->throttle_req; in acm_read_bulk_callback()
449 if (!acm->throttled) { in acm_read_bulk_callback()
579 acm->throttled = 0; in acm_port_activate()
769 was_throttled = acm->throttled; in acm_tty_unthrottle()
770 acm->throttled = 0; in acm_tty_unthrottle()
/drivers/staging/fwserial/
Dfwserial.h169 unsigned throttled; member
Dfwserial.c1184 ++port->stats.throttled; in fwtty_throttle()
1453 seq_printf(m, " pkts:%d thr:%d", stats.sent, stats.throttled); in fwtty_debugfs_show_port()
/drivers/tty/hvc/
Dhvc_console.c635 goto throttled; in hvc_poll()
693 throttled: in hvc_poll()
/drivers/tty/
Dn_gsm.c153 int throttled; /* Private copy of throttle state */ member
435 if (dlci->throttled) in gsm_encode_modem()
3140 dlci->throttled = 1; in gsmtty_throttle()
3152 dlci->throttled = 0; in gsmtty_unthrottle()
Dn_tty.c270 int throttled; in n_tty_check_throttle() local
274 throttled = tty_throttle_safe(tty); in n_tty_check_throttle()
275 if (!throttled) in n_tty_check_throttle()