Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
Dpvrusb2-context.h39 struct pvr2_context { struct
42 struct pvr2_context *exist_next; argument
43 struct pvr2_context *exist_prev; argument
44 struct pvr2_context *notify_next; argument
45 struct pvr2_context *notify_prev; argument
47 struct pvr2_context_stream video_stream; argument
53 /* Called after pvr2_context initialization is complete */ argument
54 void (*setup_func)(struct pvr2_context *); argument
Dpvrusb2-context.c217 void (*setup_func)(struct pvr2_context *)) in pvr2_context_create()