Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.c2201 sNotifyList ** ppThisNotifyList; local
2221 ppThisNotifyList = &pClientMem->mpReadNotifyList;
2222 while (*ppThisNotifyList != NULL)
2224 ppThisNotifyList = &(*ppThisNotifyList)->mpNext;
2227 *ppThisNotifyList = kmalloc( sizeof( sNotifyList ), GFP_ATOMIC );
2228 if (*ppThisNotifyList == NULL)
2234 (*ppThisNotifyList)->mpNext = NULL;
2235 (*ppThisNotifyList)->mpNotifyFunct = pNotifyFunct;
2236 (*ppThisNotifyList)->mpData = pData;
2237 (*ppThisNotifyList)->mTransactionID = transactionID;