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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-context.c51 mp->notify_next = NULL;
54 mp->notify_prev->notify_next = mp;
63 if (mp->notify_next) {
64 mp->notify_next->notify_prev = mp->notify_prev;
69 mp->notify_prev->notify_next = mp->notify_next;
71 pvr2_context_notify_first = mp->notify_next;
H A Dpvrusb2-context.h44 struct pvr2_context *notify_next; member in struct:pvr2_context

Completed in 79 milliseconds