Home
last modified time | relevance | path

Searched refs:flush_iso_completions (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/firewire/
H A Dcore.h111 int (*flush_iso_completions)(struct fw_iso_context *ctx); member
H A Dcore-iso.c242 err = ctx->card->driver->flush_iso_completions(ctx); in fw_iso_context_flush_completions()
H A Dohci.c2861 static void flush_iso_completions(struct iso_context *ctx, enum fw_iso_context_completions_cause ca… in flush_iso_completions() function
2881 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()
3606 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_FLUSH); in ohci_flush_iso_completions()
3640 .flush_iso_completions = ohci_flush_iso_completions,
H A Dcore-card.c718 .flush_iso_completions = dummy_flush_iso_completions,