Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dn_gsm.c155 struct gsm_mux *gsm;
271 struct gsm_mux { struct
299 void (*receive)(struct gsm_mux *gsm, u8 ch); argument
356 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ argument
455 static int gsmld_output(struct gsm_mux *gsm, u8 *data, int len);
457 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len,
459 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg);
460 static struct gsm_dlci *gsm_dlci_alloc(struct gsm_mux *gsm, int addr);
461 static void gsmld_write_trigger(struct gsm_mux *gsm);
594 const struct gsm_mux *gsm = dlci->gsm; in gsm_encode_params()
[all …]