Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/
Dn_gsm.c144 struct gsm_mux *gsm;
227 struct gsm_mux { struct
255 void (*receive)(struct gsm_mux *gsm, u8 ch); argument
302 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ argument
400 static int gsmld_output(struct gsm_mux *gsm, u8 *data, int len);
402 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len,
404 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg);
405 static void gsmld_write_trigger(struct gsm_mux *gsm);
698 static int gsm_send(struct gsm_mux *gsm, int addr, int cr, int control) in gsm_send()
741 static void gsm_dlci_clear_queues(struct gsm_mux *gsm, struct gsm_dlci *dlci) in gsm_dlci_clear_queues()
[all …]