Searched refs:gsm_mux (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/tty/ |
D | n_gsm.c | 126 struct gsm_mux *gsm; 200 struct gsm_mux { struct 226 void (*receive)(struct gsm_mux *gsm, u8 ch); argument 269 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ argument 366 static int gsmld_output(struct gsm_mux *gsm, u8 *data, int len); 555 static void gsm_send(struct gsm_mux *gsm, int addr, int cr, int control) in gsm_send() 602 static inline void gsm_response(struct gsm_mux *gsm, int addr, int control) in gsm_response() 616 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() 637 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() 665 static void gsm_data_kick(struct gsm_mux *gsm, struct gsm_dlci *dlci) in gsm_data_kick() [all …]
|