Searched refs:_txOn (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | keyspan_usa28msg.h | 131 (so that, e.g., if both _txOn and _txOff flags are set, the 134 u8 _txOn, // enable transmitting (and continue if there's data) member
|
H A D | keyspan_usa49msg.h | 175 (so that, e.g., if both _txOn and _txOff flags are set, the 178 u8 _txOn, // enable transmitting (and continue if there's data) member 181 txBreak, // turn on break (cleared by _txOn)
|
H A D | keyspan_usa67msg.h | 170 (so that, e.g., if both _txOn and _txOff flags are set, the 173 u8 _txOn, // enable transmitting (and continue if there's data) member 176 txBreak, // turn on break (cleared by _txOn)
|
H A D | keyspan_usa26msg.h | 174 (so that, e.g., if both _txOn and _txOff flags are set, the 177 u8 _txOn, // BOTH: enable transmitting (and continue if there's data) member 180 txBreak, // BOTH: turn on break (cleared by _txOn)
|
H A D | keyspan.c | 2133 msg._txOn = 1; in keyspan_usa26_send_setup() 2147 msg._txOn = 0; in keyspan_usa26_send_setup() 2161 msg._txOn = (!p_priv->break_on); in keyspan_usa26_send_setup() 2257 msg._txOn = 1; in keyspan_usa28_send_setup() 2271 msg._txOn = 0; in keyspan_usa28_send_setup() 2285 msg._txOn = (!p_priv->break_on); in keyspan_usa28_send_setup() 2404 msg._txOn = 1; in keyspan_usa49_send_setup() 2419 msg._txOn = 0; in keyspan_usa49_send_setup() 2434 msg._txOn = (!p_priv->break_on); in keyspan_usa49_send_setup() 2705 msg._txOn in keyspan_usa67_send_setup() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | keyspan_usa28msg.h | 131 (so that, e.g., if both _txOn and _txOff flags are set, the 134 u8 _txOn, // enable transmitting (and continue if there's data) member
|
H A D | keyspan_usa49msg.h | 175 (so that, e.g., if both _txOn and _txOff flags are set, the 178 u8 _txOn, // enable transmitting (and continue if there's data) member 181 txBreak, // turn on break (cleared by _txOn)
|
H A D | keyspan_usa67msg.h | 170 (so that, e.g., if both _txOn and _txOff flags are set, the 173 u8 _txOn, // enable transmitting (and continue if there's data) member 176 txBreak, // turn on break (cleared by _txOn)
|
H A D | keyspan_usa26msg.h | 174 (so that, e.g., if both _txOn and _txOff flags are set, the 177 u8 _txOn, // BOTH: enable transmitting (and continue if there's data) member 180 txBreak, // BOTH: turn on break (cleared by _txOn)
|
H A D | keyspan.c | 2117 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 in keyspan_usa67_send_setup() [all...] |
Completed in 11 milliseconds