Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
Dpvrusb2-context.c51 mp->notify_next = NULL; in pvr2_context_set_notify()
54 mp->notify_prev->notify_next = mp; in pvr2_context_set_notify()
63 if (mp->notify_next) { in pvr2_context_set_notify()
64 mp->notify_next->notify_prev = mp->notify_prev; in pvr2_context_set_notify()
69 mp->notify_prev->notify_next = mp->notify_next; in pvr2_context_set_notify()
71 pvr2_context_notify_first = mp->notify_next; in pvr2_context_set_notify()
Dpvrusb2-context.h44 struct pvr2_context *notify_next; member