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
356 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ variable
2527 struct gsm_mux *gsm; in gsm_dlci_config()
3211 gsm_mux[i] = NULL; in gsm_free_mux()
3229 struct gsm_mux *gsm = container_of(ref, struct gsm_mux, ref); in gsm_free_muxr()
3270 struct gsm_mux *gsm = kzalloc(sizeof(struct gsm_mux), GFP_KERNEL); in gsm_alloc_mux()
3316 if (!gsm_mux[i]) { in gsm_alloc_mux()
3317 gsm_mux[i] = gsm; in gsm_alloc_mux()
3539 struct gsm_mux *gsm = container_of(work, struct gsm_mux, tx_work); in gsmld_write_task()
[all …]