Lines Matching defs:common
146 common)
202 * @common: DMA common channel
226 struct dma_chan common;
245 * @common: DMA device structure
252 struct dma_device common;
487 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common);
866 list_del(&chan->common.device_node);
919 dma_cookie_init(&chan->common);
920 chan->common.device = &zdev->common;
921 list_add_tail(&chan->common.device_node, &zdev->common.channels);
949 return dma_get_slave_channel(&zdev->chan->common);
1050 INIT_LIST_HEAD(&zdev->common.channels);
1053 dma_cap_set(DMA_MEMCPY, zdev->common.cap_mask);
1055 p = &zdev->common;
1097 dma_async_device_register(&zdev->common);
1103 dma_async_device_unregister(&zdev->common);
1134 dma_async_device_unregister(&zdev->common);