Searched refs:portCallbackTable (Results 1 – 4 of 4) sorted by relevance
211 wm9buf->portCallbackTable[i] = NULL; in WmInitCore()593 if (w9b->portCallbackTable[cb_Port->port] != NULL) in WmReceiveFifo()598 (w9b->portCallbackTable[cb_Port->port]) ((void *)cb_Port); in WmReceiveFifo()794 if (w9b->portCallbackTable[iPort] != NULL) in WmReceiveFifo()797 (w9b->portCallbackTable[iPort]) ((void *)&cb_Port); in WmReceiveFifo()
446 if ((p->portCallbackTable[cb_Port->port] != WmDataSharingReceiveCallback_Parent in WmDataSharingSetDataCallback()447 && p->portCallbackTable[cb_Port->port] != WmDataSharingReceiveCallback_Child) in WmDataSharingSetDataCallback()
115 p->portCallbackTable[port] = callback; in WM_SetPortCallback()
1115 WMCallbackFunc portCallbackTable[WM_NUM_OF_PORT]; // 16*4 = 64 bytes member