Home
last modified time | relevance | path

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

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