Home
last modified time | relevance | path

Searched refs:fwdma_free_multiseg (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/private/firewire/
H A Dfirewire_module.h63 void (*fwdma_free_multiseg)(struct fwdma_alloc_multi *); member
H A Dfwdma.h123 void fwdma_free_multiseg(struct fwdma_alloc_multi *);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp221 fwdma_free_multiseg(struct fwdma_alloc_multi *am) in fwdma_free_multiseg() function
H A Dfirewire_module.cpp302 fwdma_free_multiseg
H A Dfwohci.cpp1246 fwdma_free_multiseg(dbch->am);
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c143 gFirewire->fwdma_free_multiseg(q->buf); in fwdev_freebuf()