Searched refs:fw_iso_context (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dfirewire.h432 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,
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 *ct
[all...]

Completed in 141 milliseconds