Searched defs:pvr2_context (Results 1 – 2 of 2) sorted by relevance
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()