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

/drivers/dma/ioat/
H A Ddma.c120 tasklet_init(&chan->cleanup_task, device->cleanup_fn, data);
398 device->cleanup_fn((unsigned long) &chan->common);
762 device->cleanup_fn((unsigned long) c);
1214 device->cleanup_fn = ioat1_cleanup_event;
H A Ddma.h72 * @cleanup_fn: select between the v2 and v3 cleanup routines
95 void (*cleanup_fn)(unsigned long data); member in struct:ioatdma_device
H A Ddma_v2.c890 device->cleanup_fn = ioat2_cleanup_event;
H A Ddma_v3.c1634 device->cleanup_fn = ioat3_cleanup_event;

Completed in 59 milliseconds