Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
A Dpvrusb2-context.c38 mp->notify_next = NULL; in pvr2_context_set_notify()
41 mp->notify_prev->notify_next = mp; in pvr2_context_set_notify()
50 if (mp->notify_next) { in pvr2_context_set_notify()
51 mp->notify_next->notify_prev = mp->notify_prev; in pvr2_context_set_notify()
56 mp->notify_prev->notify_next = mp->notify_next; in pvr2_context_set_notify()
58 pvr2_context_notify_first = mp->notify_next; in pvr2_context_set_notify()
A Dpvrusb2-context.h31 struct pvr2_context *notify_next; member

Completed in 5 milliseconds