Home
last modified time | relevance | path

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

/kernel/linux/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[];
/kernel/linux/linux-4.19/drivers/tty/
Dn_gsm.c94 struct gsm_msg { struct
95 struct list_head list;
96 u8 addr; /* DLCI address + flags */
97 u8 ctrl; /* Control byte + flags */
98 unsigned int len; /* Length of data block (can be zero) */
99 unsigned char *data; /* Points into buffer but not at the start */
100 unsigned char buffer[0];