Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan.c191 int resend_cont; /* need to resend control packet */ member
505 if (p_priv->resend_cont) { in usa26_outcont_callback()
507 keyspan_usa26_send_setup(port->serial, port, p_priv->resend_cont - 1); in usa26_outcont_callback()
642 if (p_priv->resend_cont) { in usa28_outcont_callback()
644 keyspan_usa28_send_setup(port->serial, port, p_priv->resend_cont - 1); in usa28_outcont_callback()
730 if (p_priv->resend_cont) { in usa49_glocont_callback()
732 keyspan_usa49_send_setup(serial, port, p_priv->resend_cont - 1); in usa49_glocont_callback()
1001 if (p_priv->resend_cont) { in usa90_outcont_callback()
1003 keyspan_usa90_send_setup(port->serial, port, p_priv->resend_cont - 1); in usa90_outcont_callback()
1662 if ((reset_port + 1) > p_priv->resend_cont) in keyspan_usa26_send_setup()
[all …]