Searched refs:gsm_command (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/ |
H A D | n_gsm.c | 892 * gsm_command - send a control command 900 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() function 1780 gsm_command(gsm, dlci->addr, SABM|PF); in gsm_control_negotiation() 2207 * gsm_command() and gsm_control_wait() at this point. in gsm_dlci_negotiate() 2255 gsm_command(dlci->gsm, dlci->addr, SABM|PF); in gsm_dlci_t1() 2268 gsm_command(dlci->gsm, dlci->addr, DISC|PF); in gsm_dlci_t1() 2316 gsm_command(gsm, dlci->addr, SABM|PF); in gsm_dlci_begin_open() 2388 gsm_command(dlci->gsm, dlci->addr, DISC|PF);
|