Searched refs:throttled (Results 1 – 11 of 11) sorted by relevance
40 int throttled; member99 int throttled = 0; in metrousb_read_int_callback() local136 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()
31 bool throttled; member82 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()
86 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()
1407 int flag, throttled; in digi_read_inb_callback() local1433 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()
119 unsigned int throttled:1; /* actually throttled */ member
448 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()
169 unsigned throttled; member
1184 ++port->stats.throttled; in fwtty_throttle()1453 seq_printf(m, " pkts:%d thr:%d", stats.sent, stats.throttled); in fwtty_debugfs_show_port()
635 goto throttled; in hvc_poll()693 throttled: in hvc_poll()
153 int throttled; /* Private copy of throttle state */ member435 if (dlci->throttled) in gsm_encode_modem()3140 dlci->throttled = 1; in gsmtty_throttle()3152 dlci->throttled = 0; in gsmtty_unthrottle()
270 int throttled; in n_tty_check_throttle() local274 throttled = tty_throttle_safe(tty); in n_tty_check_throttle()275 if (!throttled) in n_tty_check_throttle()