Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c128 struct gsm_mux *gsm;
202 struct gsm_mux { struct
228 void (*receive)(struct gsm_mux *gsm, u8 ch);
273 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ variable
371 static int gsmld_output(struct gsm_mux *gsm, u8 *data, int len);
644 static void gsm_send(struct gsm_mux *gsm, int addr, int cr, int control) in gsm_send()
691 static inline void gsm_response(struct gsm_mux *gsm, int addr, int control) in gsm_response()
705 static inline void gsm_command(struct gsm_mux *gsm, int addr, int control) in gsm_command()
726 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gs
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c155 struct gsm_mux *gsm;
269 struct gsm_mux { struct
297 void (*receive)(struct gsm_mux *gsm, u8 ch);
354 static struct gsm_mux *gsm_mux[MAX_MUX]; /* GSM muxes */ variable
453 static int gsmld_output(struct gsm_mux *gsm, u8 *data, int len);
455 static struct gsm_msg *gsm_data_alloc(struct gsm_mux *gsm, u8 addr, int len,
457 static int gsm_send_packet(struct gsm_mux *gsm, struct gsm_msg *msg);
458 static struct gsm_dlci *gsm_dlci_alloc(struct gsm_mux *gsm, int addr);
459 static void gsmld_write_trigger(struct gsm_mux *gs
[all...]

Completed in 6 milliseconds