Searched refs:pMsg (Results 1 - 4 of 4) sorted by relevance

/drivers/tty/
H A Dn_r3964.c754 struct r3964_message *pMsg; local
767 pMsg = remove_msg(pInfo, pClient);
768 if (pMsg) {
769 kfree(pMsg);
771 "kfree %p", pMsg);
842 struct r3964_message *pMsg; local
848 pMsg = kmalloc(sizeof(struct r3964_message),
850 TRACE_M("add_msg - kmalloc %p", pMsg);
851 if (pMsg == NULL) {
857 pMsg
899 struct r3964_message *pMsg = NULL; local
1007 struct r3964_message *pMsg; local
1062 struct r3964_message *pMsg; local
1222 struct r3964_message *pMsg = NULL; local
[all...]
/drivers/media/dvb/siano/
H A Dsmscoreapi.c1429 } *pMsg; local
1445 pMsg = (struct SetGpioMsg *) SMS_ALIGN_ADDRESS(buffer);
1447 pMsg->xMsgHeader.msgSrcId = DVBT_BDA_CONTROL_MSG_ID;
1448 pMsg->xMsgHeader.msgDstId = HIF_TASK;
1449 pMsg->xMsgHeader.msgFlags = 0;
1450 pMsg->xMsgHeader.msgLength = (u16) totalLen;
1451 pMsg->msgData[0] = PinNum;
1454 pMsg->xMsgHeader.msgType = MSG_SMS_GPIO_CONFIG_REQ;
1461 pMsg->msgData[1] = TranslatedPinNum;
1462 pMsg
1505 } *pMsg; local
1554 } *pMsg; local
[all...]
/drivers/staging/wlags49_h2/
H A Dwl_util.c378 char buffer[64], *pMsg; local
387 pMsg = "Expected adapter event did not occur in expected time";
393 pMsg = "Card not found (ejected unexpectedly)";
399 pMsg = "Command buffer size insufficient";
405 pMsg = "Primary functions are not compatible";
411 pMsg = "Primary functions are compatible, "
418 pMsg = "Inquire cmd while another Inquire in progress";
424 // pMsg = "Unexpected command completed";
430 pMsg = "Timeout on ack for enable/disable of AUX registers";
435 pMsg
[all...]
/drivers/scsi/pm8001/
H A Dpm8001_hwi.c1304 static u32 mpi_msg_free_set(struct pm8001_hba_info *pm8001_ha, void *pMsg, argument
1311 msgHeader = (struct mpi_msg_hdr *)(pMsg - sizeof(struct mpi_msg_hdr));

Completed in 433 milliseconds