Searched refs:fw_iso_context (Results 1 – 1 of 1) sorted by relevance
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 { struct453 struct fw_iso_context *fw_iso_context_create(struct fw_card *card, argument456 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,[all …]