Searched refs:gsm_data_alloc (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/ |
H A D | n_gsm.c | 458 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, 818 msg = gsm_data_alloc(gsm, addr, 0, control); in gsm_send() 910 * gsm_data_alloc - allocate data frame 921 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len, in gsm_data_alloc() function 1197 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output() 1273 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_data_output_framed() 1330 msg = gsm_data_alloc(gsm, dlci->addr, size, dlci->ftype); in gsm_dlci_modem_output() 1332 pr_err("%s: gsm_data_alloc error", __func__); in gsm_dlci_modem_output() 1459 msg = gsm_data_alloc(gsm, 0, dlen + 2, dlci->ftype); in gsm_control_command() 1487 msg = gsm_data_alloc(gs in gsm_control_reply() [all...] |