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.c2867 static void flush_iso_completions(struct iso_context *ctx, enum fw_iso_context_completions_cause ca… in flush_iso_completions() function
2887 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_HEADER_OVERFLOW); in copy_iso_headers()
2936 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_INTERRUPT); in handle_ir_packet_per_buffer()
3057 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_HEADER_OVERFLOW); in handle_it_packet()
3068 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_INTERRUPT); in handle_it_packet()
3610 flush_iso_completions(ctx, FW_ISO_CONTEXT_COMPLETIONS_CAUSE_FLUSH); in ohci_flush_iso_completions()
3644 .flush_iso_completions = ohci_flush_iso_completions,
H A Dcore-card.c735 .flush_iso_completions = dummy_flush_iso_completions,