Home
last modified time | relevance | path

Searched refs:gsm_msg (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/tty/
Dn_gsm.c94 struct gsm_msg { struct
641 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc()
644 struct gsm_msg *m = kmalloc(sizeof(struct gsm_msg) + len + HDR_LEN, in gsm_data_alloc()
670 struct gsm_msg *msg, *nmsg; in gsm_data_kick()
719 static void __gsm_data_queue(struct gsm_dlci *dlci, struct gsm_msg *msg) in __gsm_data_queue()
770 static void gsm_data_queue(struct gsm_dlci *dlci, struct gsm_msg *msg) in gsm_data_queue()
792 struct gsm_msg *msg; in gsm_dlci_data_output()
846 struct gsm_msg *msg; in gsm_dlci_data_output_framed()
994 struct gsm_msg *msg; in gsm_control_reply()
1297 struct gsm_msg *msg = gsm_data_alloc(gsm, 0, ctrl->len + 1, gsm->ftype); in gsm_control_transmit()
[all …]