Lines Matching +full:look +full:- +full:up
1 .. SPDX-License-Identifier: GPL-2.0
10 :Copyright: |copy| ST-Ericsson AB 2010
32 set up to talk to the modem.
38 The benefit is that we can hook up to any TTY.
40 The use of Start-of-frame-extension (STX) must also be set as
49 $ ifconfig caif_ttyS0 up
59 /sys/kernel/debug/caif_serial/<tty-name>/
61 * ser_state: Prints the bit-mask status where
63 - 0x02 means SENDING, this is a transient state.
64 - 0x10 means FLOW_OFF_SENT, i.e. the previous frame has not been sent
68 * tty_status: Prints the bit-mask tty status information
70 - 0x01 - tty->warned is on.
71 - 0x04 - tty->packed is on.
72 - 0x08 - tty->flow.tco_stopped is on.
73 - 0x10 - tty->hw_stopped is on.
74 - 0x20 - tty->flow.stopped is on.
80 $od --format=x1 /sys/kernel/debug/caif_serial/<tty>/last_rx_msg.
82 The first two tx messages sent look like this. Note: The initial
83 byte 02 is start of frame extension (STX) used for re-syncing
86 - Enumeration::
94 Link-ID(1)
97 - Channel Setup::
106 Priority and Link-ID(1)
112 The RX messages for LinkSetup look almost identical but they have the
123 - last_tx_msg contains channel setup message and last_rx_msg is empty ->
127 - last_tx_msg contains enumeration message and last_rx_msg is empty ->
131 - if /sys/kernel/debug/caif_serial/<tty>/tty_status is non-zero there