Searched defs:gsm (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/tty/ |
| H A D | n_gsm.c | 156 struct gsm_mux *gsm; member 596 const struct gsm_mux *gsm = dlci->gsm; in gsm_encode_params() local 812 static int gsm_send(struct gsm_mux *gsm, int addr, int cr, int control) in gsm_send() 855 static void gsm_dlci_clear_queues(struct gsm_mux *gsm, struct gsm_dlci *dlci) in gsm_dlci_clear_queues() 887 static inline void gsm_response(struct gsm_mux *gsm, int addr, int control) in gsm_response() 901 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() 922 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() 945 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg) in gsm_send_packet() 1017 static int gsm_data_kick(struct gsm_mux *gsm) in gsm_data_kick() 1097 struct gsm_mux *gsm = dlci->gsm; in __gsm_data_queue() local [all …]
|