Searched refs:workinit (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-context.h54 struct work_struct workinit; member in struct:pvr2_context
H A Dpvrusb2-context.c61 container_of(work, struct pvr2_context, workinit);
99 INIT_WORK(&mp->workinit, pvr2_context_setup);
101 queue_work(mp->workqueue,&mp->workinit);

Completed in 95 milliseconds