Lines Matching refs:fw_iso_context
498 struct fw_iso_context;
499 typedef void (*fw_iso_callback_t)(struct fw_iso_context *context,
502 typedef void (*fw_iso_mc_callback_t)(struct fw_iso_context *context,
510 struct fw_iso_context { struct
521 struct fw_iso_context *fw_iso_context_create(struct fw_card *card, argument
524 int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels);
525 int fw_iso_context_queue(struct fw_iso_context *ctx,
529 void fw_iso_context_queue_flush(struct fw_iso_context *ctx);
530 int fw_iso_context_flush_completions(struct fw_iso_context *ctx);
531 int fw_iso_context_start(struct fw_iso_context *ctx,
533 int fw_iso_context_stop(struct fw_iso_context *ctx);
534 void fw_iso_context_destroy(struct fw_iso_context *ctx);