Home
last modified time | relevance | path

Searched defs:gsm_msg (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/tty/
Dn_gsm.c93 struct gsm_msg { struct
94 struct list_head list;
95 u8 addr; /* DLCI address + flags */
96 u8 ctrl; /* Control byte + flags */
97 unsigned int len; /* Length of data block (can be zero) */
98 unsigned char *data; /* Points into buffer but not at the start */
99 unsigned char buffer[];