Lines Matching refs:fw_iso_context
432 struct fw_iso_context;
433 typedef void (*fw_iso_callback_t)(struct fw_iso_context *context,
436 typedef void (*fw_iso_mc_callback_t)(struct fw_iso_context *context,
438 struct fw_iso_context { struct
452 struct fw_iso_context *fw_iso_context_create(struct fw_card *card, argument
455 int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels);
456 int fw_iso_context_queue(struct fw_iso_context *ctx,
460 void fw_iso_context_queue_flush(struct fw_iso_context *ctx);
461 int fw_iso_context_flush_completions(struct fw_iso_context *ctx);
462 int fw_iso_context_start(struct fw_iso_context *ctx,
464 int fw_iso_context_stop(struct fw_iso_context *ctx);
465 void fw_iso_context_destroy(struct fw_iso_context *ctx);