Lines Matching refs:context
77 struct fw_iso_context *context; member
93 return fw_iso_context_queue(ctx->context, &p, &ctx->buffer, in queue_iso()
97 static void handle_iso(struct fw_iso_context *context, u32 cycle, in handle_iso() argument
127 fw_iso_context_queue_flush(ctx->context); in handle_iso()
141 ctx->context = fw_iso_context_create(device->card, in fdtv_start_iso()
144 if (IS_ERR(ctx->context)) { in fdtv_start_iso()
145 err = PTR_ERR(ctx->context); in fdtv_start_iso()
166 err = fw_iso_context_start(ctx->context, -1, 0, in fdtv_start_iso()
177 fw_iso_context_destroy(ctx->context); in fdtv_start_iso()
188 fw_iso_context_stop(ctx->context); in fdtv_stop_iso()
190 fw_iso_context_destroy(ctx->context); in fdtv_stop_iso()