Lines Matching refs:dma_device

18  * The subsystem keeps a global list of dma_device structs it is protected by a
69 static void dmaengine_debug_register(struct dma_device *dma_dev)
77 static void dmaengine_debug_unregister(struct dma_device *dma_dev)
84 struct dma_device *dma_dev)
104 struct dma_device *dma_dev = NULL;
136 static inline int dmaengine_debug_register(struct dma_device *dma_dev)
141 static inline void dmaengine_debug_unregister(struct dma_device *dma_dev) { }
322 struct dma_device *device;
364 struct dma_device *device;
392 static int dma_device_satisfies_mask(struct dma_device *device,
425 struct dma_device *device = container_of(ref, struct dma_device, ref);
434 static void dma_device_put(struct dma_device *device)
556 struct dma_device *device;
573 struct dma_device *device;
620 struct dma_device *dev,
656 static struct dma_chan *find_candidate(struct dma_device *device,
705 struct dma_device *device = chan->device;
728 struct dma_chan *dma_get_any_slave_channel(struct dma_device *device)
760 struct dma_device *device, *_d;
787 static const struct dma_slave_map *dma_filter_match(struct dma_device *device,
816 struct dma_device *d, *_d;
935 struct dma_device *device, *_d;
974 struct dma_device *device, *_d;
991 static bool device_has_all_tx_types(struct dma_device *device)
1030 static int get_dma_id(struct dma_device *device)
1040 static int __dma_async_device_channel_register(struct dma_device *device,
1094 int dma_async_device_channel_register(struct dma_device *device,
1108 static void __dma_async_device_channel_unregister(struct dma_device *device,
1128 void dma_async_device_channel_unregister(struct dma_device *device,
1138 * @device: pointer to &struct dma_device
1144 int dma_async_device_register(struct dma_device *device)
1310 * @device: pointer to &struct dma_device
1315 void dma_async_device_unregister(struct dma_device *device)
1339 struct dma_device *device;
1341 device = *(struct dma_device **)res;
1347 * @device: pointer to &struct dma_device
1351 int dmaenginem_async_device_register(struct dma_device *device)
1362 *(struct dma_device **)p = device;