Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.c1249 sNotifyList ** ppNotifyList, * pDelNotifyListEntry; local
1317 ppNotifyList = &(pClientMem->mpReadNotifyList);
1321 while (*ppNotifyList != NULL)
1323 if ((*ppNotifyList)->mpData == &readSem)
1325 pDelNotifyListEntry = *ppNotifyList;
1326 *ppNotifyList = (*ppNotifyList)->mpNext;
1332 ppNotifyList = &(*ppNotifyList)->mpNext;
2266 sNotifyList * pDelNotifyList, ** ppNotifyList; local
2285 ppNotifyList = &(pClientMem->mpReadNotifyList);
2289 while (*ppNotifyList != NULL)
[all …]