Searched defs:pvr2_context (Results 1 – 2 of 2) sorted by relevance
39 struct pvr2_context { struct42 struct pvr2_context *exist_next; argument43 struct pvr2_context *exist_prev; argument44 struct pvr2_context *notify_next; argument45 struct pvr2_context *notify_prev; argument47 struct pvr2_context_stream video_stream; argument53 /* Called after pvr2_context initialization is complete */ argument54 void (*setup_func)(struct pvr2_context *); argument
217 void (*setup_func)(struct pvr2_context *)) in pvr2_context_create()