Lines Matching refs:fw_iso_context
433 struct fw_iso_context;
434 typedef void (*fw_iso_callback_t)(struct fw_iso_context *context,
437 typedef void (*fw_iso_mc_callback_t)(struct fw_iso_context *context,
439 struct fw_iso_context { struct
453 struct fw_iso_context *fw_iso_context_create(struct fw_card *card, argument
456 int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels);
457 int fw_iso_context_queue(struct fw_iso_context *ctx,
461 void fw_iso_context_queue_flush(struct fw_iso_context *ctx);
462 int fw_iso_context_flush_completions(struct fw_iso_context *ctx);
463 int fw_iso_context_start(struct fw_iso_context *ctx,
465 int fw_iso_context_stop(struct fw_iso_context *ctx);
466 void fw_iso_context_destroy(struct fw_iso_context *ctx);