Searched defs:pvr2_context (Results 1 – 4 of 4) sorted by relevance
26 struct pvr2_context { struct29 struct pvr2_context *exist_next; argument30 struct pvr2_context *exist_prev; argument31 struct pvr2_context *notify_next; argument32 struct pvr2_context *notify_prev; argument34 struct pvr2_context_stream video_stream; argument40 /* Called after pvr2_context initialization is complete */ argument41 void (*setup_func)(struct pvr2_context *); argument
204 void (*setup_func)(struct pvr2_context *)) in pvr2_context_create()
35 struct pvr2_context { struct38 struct pvr2_context *exist_next; argument39 struct pvr2_context *exist_prev; argument40 struct pvr2_context *notify_next; argument41 struct pvr2_context *notify_prev; argument43 struct pvr2_context_stream video_stream; argument49 /* Called after pvr2_context initialization is complete */ argument50 void (*setup_func)(struct pvr2_context *); argument
213 void (*setup_func)(struct pvr2_context *)) in pvr2_context_create()