Home
last modified time | relevance | path

Searched refs:first_msg (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/
Dn_r3964.c799 pClient->first_msg = NULL; in enable_signals()
864 pClient->first_msg = pClient->last_msg = pMsg; in add_msg()
902 if (pClient->first_msg) { in remove_msg()
905 pMsg = pClient->first_msg; in remove_msg()
906 pClient->first_msg = pMsg->next; in remove_msg()
907 if (pClient->first_msg == NULL) { in remove_msg()
1236 pMsg = pClient->first_msg; in r3964_poll()
/linux-4.4.14/include/linux/
Dn_r3964.h94 struct r3964_message *first_msg; member