Searched refs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/ |
D | n_gsm.c | 114 struct gsm_mux *gsm; 181 struct gsm_mux { struct 218 void (*receive)(struct gsm_mux *gsm, u8 ch); argument 219 void (*error)(struct gsm_mux *gsm, u8 ch, u8 flag); argument 221 int (*output)(struct gsm_mux *mux, u8 *data, int len); argument 264 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ argument 559 static void gsm_send(struct gsm_mux *gsm, int addr, int cr, int control) in gsm_send() 606 static inline void gsm_response(struct gsm_mux *gsm, int addr, int control) in gsm_response() 620 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() 641 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() [all …]
|