Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dn_gsm.c181 struct gsm_mux { struct
182 struct tty_struct *tty; /* The tty our ldisc is bound to */
183 spinlock_t lock;
184 struct mutex mutex;
185 unsigned int num;
186 struct kref ref;
189 wait_queue_head_t event;
194 unsigned char *buf;
218 void (*receive)(struct gsm_mux *gsm, u8 ch); argument
219 void (*error)(struct gsm_mux *gsm, u8 ch, u8 flag); argument
[all …]