Home
last modified time | relevance | path

Searched defs:gsm_mux (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/
H A Dn_gsm.c272 struct gsm_mux { struct
289 enum gsm_mux_state state; argument
300 void (*receive)(struct gsm_mux *gsm, u8 ch); argument
303 unsigned int mru;
304 unsigned int mtu;
305 int initiator; /* Did we initiate connection */
306 bool dead; /* Has the mux been shut down */
307 struct gsm_dlci *dlci[NUM_DLCI];
308 int old_c_iflag; /* termios c_iflag value before attach */
309 bool constipated; /* Asked by remote to shut up */
[all …]