Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dkeyspan_usa28msg.h134 u8 _txOn, // enable transmitting (and continue if there's data) member
H A Dkeyspan_usa26msg.h177 u8 _txOn, // BOTH: enable transmitting (and continue if there's data) member
H A Dkeyspan_usa67msg.h173 u8 _txOn, // enable transmitting (and continue if there's data) member
H A Dkeyspan_usa49msg.h178 u8 _txOn, // enable transmitting (and continue if there's data) member
H A Dkeyspan.c2117 msg._txOn = 1; in keyspan_usa26_send_setup()
2131 msg._txOn = 0; in keyspan_usa26_send_setup()
2145 msg._txOn = (!p_priv->break_on); in keyspan_usa26_send_setup()
2241 msg._txOn = 1; in keyspan_usa28_send_setup()
2255 msg._txOn = 0; in keyspan_usa28_send_setup()
2269 msg._txOn = (!p_priv->break_on); in keyspan_usa28_send_setup()
2388 msg._txOn = 1; in keyspan_usa49_send_setup()
2403 msg._txOn = 0; in keyspan_usa49_send_setup()
2418 msg._txOn = (!p_priv->break_on); in keyspan_usa49_send_setup()
2689 msg._txOn = 1; in keyspan_usa67_send_setup()
[all …]