Lines Matching refs:ioatdma_device
34 #define to_ioatdma_device(dev) container_of(dev, struct ioatdma_device, common)
74 struct ioatdma_device { struct
88 void (*intr_quirk)(struct ioatdma_device *device); argument
89 int (*enumerate_channels)(struct ioatdma_device *device); argument
93 int (*self_test)(struct ioatdma_device *device); argument
113 struct ioatdma_device *device;
214 ioat_chan_by_index(struct ioatdma_device *device, int index) in ioat_chan_by_index()
332 int ioat_probe(struct ioatdma_device *device);
333 int ioat_register(struct ioatdma_device *device);
334 int ioat1_dma_probe(struct ioatdma_device *dev, int dca);
335 int ioat_dma_self_test(struct ioatdma_device *device);
336 void ioat_dma_remove(struct ioatdma_device *device);
339 void ioat_init_channel(struct ioatdma_device *device,
345 void ioat_kobject_add(struct ioatdma_device *device, struct kobj_type *type);
346 void ioat_kobject_del(struct ioatdma_device *device);
347 int ioat_dma_setup_interrupts(struct ioatdma_device *device);