Searched refs:mpThread (Results 1 – 2 of 2) sorted by relevance
333 struct task_struct * mpThread; member
2412 pAutoPM->mpThread = NULL; in GobiUSBNetAutoPMThread()2665 pGobiDev->mAutoPM.mpThread = kthread_run( GobiUSBNetAutoPMThread, in GobiUSBNetOpen()2668 if (IS_ERR( pGobiDev->mAutoPM.mpThread )) in GobiUSBNetOpen()2671 return PTR_ERR( pGobiDev->mAutoPM.mpThread ); in GobiUSBNetOpen()2746 while( pGobiDev->mAutoPM.mpThread != NULL ) in GobiUSBNetStop()