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