Lines Matching defs:hook
48 void (*hook)(struct i915_request *rq, struct dma_fence *signal);
183 cb->hook(container_of(cb->fence, struct i915_request, submit),
424 void (*hook)(struct i915_request *rq,
431 if (hook)
432 hook(rq, &signal->fence);
444 if (hook) {
445 cb->hook = hook;
1140 void (*hook)(struct i915_request *rq,
1148 err = __await_execution(to, from, hook, I915_FENCE_GFP);
1163 * the request of interest is behind an indefinite spinner). So we hook
1262 void (*hook)(struct i915_request *rq,
1295 hook);