Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dn_r3964.c1060 struct r3964_client_message theMsg; in r3964_read() local
1098 theMsg.msg_id = pMsg->msg_id; in r3964_read()
1099 theMsg.arg = pMsg->arg; in r3964_read()
1100 theMsg.error_code = pMsg->error_code; in r3964_read()
1106 if (copy_to_user(buf, &theMsg, ret)) { in r3964_read()