Searched defs:intel_context_ops (Results 1 – 2 of 2) sorted by relevance
76247 struct intel_context_ops { struct76248 int (*alloc)(struct intel_context *);76249 int (*pin)(struct intel_context *);76250 void (*unpin)(struct intel_context *);76251 void (*enter)(struct intel_context *);76252 void (*exit)(struct intel_context *);76253 void (*reset)(struct intel_context *);76254 void (*destroy)(struct kref *);