Home
last modified time | relevance | path

Searched defs:pvr2_context (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-context.h35 struct pvr2_context { struct
38 struct pvr2_context *exist_next; argument
39 struct pvr2_context *exist_prev; argument
40 struct pvr2_context *notify_next; argument
41 struct pvr2_context *notify_prev; argument
43 struct pvr2_context_stream video_stream; argument
49 /* Called after pvr2_context initialization is complete */ argument
50 void (*setup_func)(struct pvr2_context *); argument
Dpvrusb2-context.c213 void (*setup_func)(struct pvr2_context *)) in pvr2_context_create()