Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dn_gsm.c194 struct gsm_mux { struct
195 struct tty_struct *tty; /* The tty our ldisc is bound to */
196 spinlock_t lock;
197 struct mutex mutex;
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
[all …]