Searched defs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
194 struct gsm_mux { struct195 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); argument232 void (*error)(struct gsm_mux *gsm, u8 ch, u8 flag); argument[all …]