Searched refs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/tty/ |
| D | n_gsm.c | 125 struct gsm_mux *gsm; 199 struct gsm_mux { struct 225 void (*receive)(struct gsm_mux *gsm, u8 ch); argument 268 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ argument 365 static int gsmld_output(struct gsm_mux *gsm, u8 *data, int len); 554 static void gsm_send(struct gsm_mux *gsm, int addr, int cr, int control) in gsm_send() 601 static inline void gsm_response(struct gsm_mux *gsm, int addr, int control) in gsm_response() 615 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() 636 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() 663 static void gsm_data_kick(struct gsm_mux *gsm, struct gsm_dlci *dlci) in gsm_data_kick() [all …]
|