Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/ioat/
Ddma.c116 tasklet_init(&chan->cleanup_task, device->cleanup_fn, data); in ioat_init_channel()
394 device->cleanup_fn((unsigned long) &chan->common); in ioat_stop()
758 device->cleanup_fn((unsigned long) c); in ioat_dma_tx_status()
1210 device->cleanup_fn = ioat1_cleanup_event; in ioat1_dma_probe()
Ddma.h91 void (*cleanup_fn)(unsigned long data); member
Ddma_v2.c886 device->cleanup_fn = ioat2_cleanup_event; in ioat2_dma_probe()
Ddma_v3.c1676 device->cleanup_fn = ioat3_cleanup_event; in ioat3_dma_probe()