Home
last modified time | relevance | path

Searched refs:gsm_command (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c697 * gsm_command - send a control command
705 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() function
1619 gsm_command(dlci->gsm, dlci->addr, SABM|PF); in gsm_dlci_t1()
1635 gsm_command(dlci->gsm, dlci->addr, DISC|PF); in gsm_dlci_t1()
1663 gsm_command(dlci->gsm, dlci->addr, SABM|PF); in gsm_dlci_begin_open()
1704 gsm_command(dlci->gsm, dlci->addr, DISC|PF); in gsm_dlci_begin_close()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c889 * gsm_command - send a control command
897 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command() function
1777 gsm_command(gsm, dlci->addr, SABM|PF); in gsm_control_negotiation()
2204 * gsm_command() and gsm_control_wait() at this point. in gsm_dlci_negotiate()
2245 gsm_command(dlci->gsm, dlci->addr, SABM|PF); in gsm_dlci_t1()
2262 gsm_command(dlci->gsm, dlci->addr, DISC|PF); in gsm_dlci_t1()
2308 gsm_command(gsm, dlci->addr, SABM|PF); in gsm_dlci_begin_open()
2380 gsm_command(dlci->gsm, dlci->addr, DISC|PF); in gsm_dlci_begin_close()

Completed in 10 milliseconds