Lines Matching refs:device
26 * design, the internal buffer size of SBA hardware device is limited
32 * except submitting request to SBA hardware device via mailbox channels.
33 * This driver implements a DMA device with one DMA channel using a single
35 * For having more SBA DMA channels, we can create more SBA device nodes
132 /* Underlying device */
133 struct device *dev;
149 struct device *mbox_dev;
150 /* DMA device and DMA channel */
1557 sba->dma_chan.device = dma_dev;
1560 /* Initialize DMA device capability mask */
1568 * Set mailbox channel device as the base device of
1600 /* Initialize DMA device channel list */
1607 dev_err(sba->dev, "async device register error %d", ret);
1694 /* Find-out underlying mailbox device */
1725 /* Register DMA device with Linux async framework */
1730 /* Print device info */