Searched refs:gsm_data_alloc (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/ |
D | n_gsm.c | 455 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, 815 msg = gsm_data_alloc(gsm, addr, 0, control); in gsm_send() 918 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() function 1194 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output() 1270 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output_framed() 1327 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_modem_output() 1456 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_command() 1484 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_reply()
|