• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/

Lines Matching refs:pMsg

1429 	} *pMsg;
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->msgData[2] = GroupNum;
1467 pMsg->msgData[3] = ElectricChar;
1468 pMsg->msgData[4] = pGpioConfig->Direction;
1469 pMsg->msgData[5] = groupCfg;
1471 pMsg->xMsgHeader.msgType = MSG_SMS_GPIO_CONFIG_EX_REQ;
1472 pMsg->msgData[1] = pGpioConfig->PullUpDown;
1473 pMsg->msgData[2] = pGpioConfig->OutputSlewRate;
1474 pMsg->msgData[3] = pGpioConfig->OutputDriving;
1475 pMsg->msgData[4] = pGpioConfig->Direction;
1476 pMsg->msgData[5] = 0;
1479 smsendian_handle_tx_message((struct SmsMsgHdr_ST *)pMsg);
1480 rc = smscore_sendrequest_and_wait(coredev, pMsg, totalLen,
1505 } *pMsg;
1519 pMsg = (struct SetGpioMsg *) SMS_ALIGN_ADDRESS(buffer);
1521 pMsg->xMsgHeader.msgSrcId = DVBT_BDA_CONTROL_MSG_ID;
1522 pMsg->xMsgHeader.msgDstId = HIF_TASK;
1523 pMsg->xMsgHeader.msgFlags = 0;
1524 pMsg->xMsgHeader.msgType = MSG_SMS_GPIO_SET_LEVEL_REQ;
1525 pMsg->xMsgHeader.msgLength = (u16) totalLen;
1526 pMsg->msgData[0] = PinNum;
1527 pMsg->msgData[1] = NewLevel;
1530 smsendian_handle_tx_message((struct SmsMsgHdr_ST *)pMsg);
1531 rc = smscore_sendrequest_and_wait(coredev, pMsg, totalLen,
1555 } *pMsg;
1568 pMsg = (struct SetGpioMsg *) SMS_ALIGN_ADDRESS(buffer);
1570 pMsg->xMsgHeader.msgSrcId = DVBT_BDA_CONTROL_MSG_ID;
1571 pMsg->xMsgHeader.msgDstId = HIF_TASK;
1572 pMsg->xMsgHeader.msgFlags = 0;
1573 pMsg->xMsgHeader.msgType = MSG_SMS_GPIO_GET_LEVEL_REQ;
1574 pMsg->xMsgHeader.msgLength = (u16) totalLen;
1575 pMsg->msgData[0] = PinNum;
1576 pMsg->msgData[1] = 0;
1579 smsendian_handle_tx_message((struct SmsMsgHdr_ST *)pMsg);
1580 rc = smscore_sendrequest_and_wait(coredev, pMsg, totalLen,