Home
last modified time | relevance | path

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

/linux-3.3/drivers/tty/
Dn_gsm.c195 struct gsm_mux { struct
196 struct tty_struct *tty; /* The tty our ldisc is bound to */
197 spinlock_t lock;
198 unsigned int num;
199 struct kref ref;
202 wait_queue_head_t event;
207 unsigned char *buf;
231 void (*receive)(struct gsm_mux *gsm, u8 ch); argument
232 void (*error)(struct gsm_mux *gsm, u8 ch, u8 flag); argument
234 int (*output)(struct gsm_mux *mux, u8 *data, int len); argument
[all …]