Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pvrusb2/
H 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()
H A Dpvrusb2-context.h31 struct pvr2_context *notify_next; member
/linux/include/linux/
H A Dkernfs.h178 struct kernfs_node *notify_next; /* for kernfs_notify() */ member