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.c96 struct gsm_msg { struct
97 struct list_head list;
98 u8 addr; /* DLCI address + flags */
99 u8 ctrl; /* Control byte + flags */
100 unsigned int len; /* Length of data block (can be zero) */
101 unsigned char *data; /* Points into buffer but not at the start */
102 unsigned char buffer[];
/kernel/linux/linux-6.6/drivers/tty/
Dn_gsm.c121 struct gsm_msg { struct
122 struct list_head list;
123 u8 addr; /* DLCI address + flags */
124 u8 ctrl; /* Control byte + flags */
125 unsigned int len; /* Length of data block (can be zero) */
126 unsigned char *data; /* Points into buffer but not at the start */
127 unsigned char buffer[];