Lines Matching defs:context
78 struct fw_iso_context *context;
94 return fw_iso_context_queue(ctx->context, &p, &ctx->buffer,
98 static void handle_iso(struct fw_iso_context *context, u32 cycle,
128 fw_iso_context_queue_flush(ctx->context);
142 ctx->context = fw_iso_context_create(device->card,
145 if (IS_ERR(ctx->context)) {
146 err = PTR_ERR(ctx->context);
167 err = fw_iso_context_start(ctx->context, -1, 0,
178 fw_iso_context_destroy(ctx->context);
189 fw_iso_context_stop(ctx->context);
191 fw_iso_context_destroy(ctx->context);