notify_prev        37 drivers/media/usb/pvrusb2/pvrusb2-context.c 			mp->notify_prev = pvr2_context_notify_last;
notify_prev        40 drivers/media/usb/pvrusb2/pvrusb2-context.c 			if (mp->notify_prev) {
notify_prev        41 drivers/media/usb/pvrusb2/pvrusb2-context.c 				mp->notify_prev->notify_next = mp;
notify_prev        51 drivers/media/usb/pvrusb2/pvrusb2-context.c 				mp->notify_next->notify_prev = mp->notify_prev;
notify_prev        53 drivers/media/usb/pvrusb2/pvrusb2-context.c 				pvr2_context_notify_last = mp->notify_prev;
notify_prev        55 drivers/media/usb/pvrusb2/pvrusb2-context.c 			if (mp->notify_prev) {
notify_prev        56 drivers/media/usb/pvrusb2/pvrusb2-context.c 				mp->notify_prev->notify_next = mp->notify_next;
notify_prev        32 drivers/media/usb/pvrusb2/pvrusb2-context.h 	struct pvr2_context *notify_prev;