Lines Matching defs:pPtr
493 Pnl_PanelParams *pPtr;
496 pPtr = &sPanelParam;
498 pPtr = pParam;
500 if (!pPtr->PanelPresent) {
504 if ((pPtr->PanelChip < 0) || (pPtr->Platform < 0))
509 if ((pPtr->Platform == DRACO_PLATFORM)
510 && (pPtr->PanelChip == PNL_9210)) {
511 Draco9210Init(&(pPtr->PanelStat));
517 if (pPtr->Platform == CENTAURUS_PLATFORM) {
518 Centaurus_9211init(&(pPtr->PanelStat));
524 if ((pPtr->Platform == DORADO_PLATFORM) &&
525 (pPtr->PanelChip == PNL_9211_C)) {
526 Dorado9211Init(&(pPtr->PanelStat));
530 if (pPtr->Platform == REDCLOUD_PLATFORM) {
531 Redcloud_9211init(&(pPtr->PanelStat));