Home
last modified time | relevance | path

Searched refs:gsm_dlci (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/tty/
Dn_gsm.c112 struct gsm_dlci *dlci;
154 struct gsm_dlci { struct
186 void (*data)(struct gsm_dlci *dlci, const u8 *data, int len); argument
187 void (*prev_data)(struct gsm_dlci *dlci, const u8 *data, int len); argument
304 struct gsm_dlci *dlci[NUM_DLCI];
452 static void gsm_dlci_close(struct gsm_dlci *dlci);
454 static int gsm_modem_update(struct gsm_dlci *dlci, u8 brk);
458 static struct gsm_dlci *gsm_dlci_alloc(struct gsm_mux *gsm, int addr);
540 static u8 gsm_encode_modem(const struct gsm_dlci *dlci) in gsm_encode_modem()
589 static int gsm_encode_params(const struct gsm_dlci *dlci, in gsm_encode_params()
[all …]