Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore.h97 void (*free_iso_context)(struct fw_iso_context *ctx); member
H A Dcore-card.c743 dummy_driver.free_iso_context = card->driver->free_iso_context; in fw_core_remove_card()
H A Dcore-iso.c167 ctx->card->driver->free_iso_context(ctx); in fw_iso_context_destroy()
H A Dohci.c3634 .free_iso_context = ohci_free_iso_context,