Searched refs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | n_gsm.c | 130 struct gsm_mux *gsm; 194 struct gsm_mux { struct 231 void (*receive)(struct gsm_mux *gsm, u8 ch); argument 232 void (*error)(struct gsm_mux *gsm, u8 ch, u8 flag); argument 234 int (*output)(struct gsm_mux *mux, u8 *data, int len); argument 277 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ argument 572 static void gsm_send(struct gsm_mux *gsm, int addr, int cr, int control) in gsm_send() 619 static inline void gsm_response(struct gsm_mux *gsm, int addr, int control) in gsm_response() 633 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() 654 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() [all …]
|