Searched refs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_gsm.c | 127 struct gsm_mux *gsm; 201 struct gsm_mux { struct 227 void (*receive)(struct gsm_mux *gsm, u8 ch); argument 271 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ argument 369 static int gsmld_output(struct gsm_mux *gsm, u8 *data, int len); 580 static void gsm_send(struct gsm_mux *gsm, int addr, int cr, int control) in gsm_send() 627 static inline void gsm_response(struct gsm_mux *gsm, int addr, int control) in gsm_response() 641 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() 662 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() 720 static void gsm_data_kick(struct gsm_mux *gsm, struct gsm_dlci *dlci) in gsm_data_kick() [all …]
|