Searched refs:gsm_data_alloc (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/tty/ |
| D | n_gsm.c | 402 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, 705 msg = gsm_data_alloc(gsm, addr, 0, control); in gsm_send() 808 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() function 1084 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output() 1160 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_data_output_framed() 1217 msg = gsm_data_alloc(gsm, dlci->addr, size, gsm->ftype); in gsm_dlci_modem_output() 1343 struct gsm_msg *msg = gsm_data_alloc(gsm, 0, dlen + 2, gsm->ftype); in gsm_control_command() 1370 msg = gsm_data_alloc(gsm, 0, dlen + 2, gsm->ftype); in gsm_control_reply()
|