Searched refs:flush_iso_completions (Results 1 – 4 of 4) sorted by relevance
111 int (*flush_iso_completions)(struct fw_iso_context *ctx); member
242 err = ctx->card->driver->flush_iso_completions(ctx); in fw_iso_context_flush_completions()
2861 static void flush_iso_completions(struct iso_context *ctx, enum fw_iso_context_completions_cause ca… in flush_iso_completions() function2881 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_HEADER_OVERFLOW); in copy_iso_headers()2930 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_INTERRUPT); in handle_ir_packet_per_buffer()3051 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_HEADER_OVERFLOW); in handle_it_packet()3062 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_INTERRUPT); in handle_it_packet()3604 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_FLUSH); in ohci_flush_iso_completions()3638 .flush_iso_completions = ohci_flush_iso_completions,
718 .flush_iso_completions = dummy_flush_iso_completions,