Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dn_r3964.c1063 struct r3964_client_message theMsg; in r3964_read() local
1092 theMsg.msg_id = pMsg->msg_id; in r3964_read()
1093 theMsg.arg = pMsg->arg; in r3964_read()
1094 theMsg.error_code = pMsg->error_code; in r3964_read()
1100 if (copy_to_user(buf, &theMsg, ret)) { in r3964_read()