Searched refs:sba_device (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/dma/
H A Dbcm-sba-raid.c88 container_of(dchan, struct sba_device, dma_chan)
105 struct sba_device *sba;
123 struct sba_device { struct
195 static struct sba_request *sba_alloc_request(struct sba_device *sba)
234 static void _sba_pending_request(struct sba_device *sba,
246 static bool _sba_active_request(struct sba_device *sba,
263 static void _sba_abort_request(struct sba_device *sba,
275 static void _sba_free_request(struct sba_device *sba,
290 struct sba_device *sba = req->sba;
305 struct sba_device *sb
[all...]
/linux-master/arch/parisc/include/asm/
H A Dropes.h73 struct sba_device { struct
74 struct sba_device *next; /* list of SBA's in system */
90 extern struct sba_device *sba_list;
/linux-master/drivers/parisc/
H A Dsba_iommu.c98 struct sba_device *sba_list;
110 #define SBA_DEV(d) ((struct sba_device *) (d))
1108 sba_get_pat_resources(struct sba_device *sba_dev)
1527 static void __iomem *ioc_remap(struct sba_device *sba_dev, unsigned int offset)
1532 static void sba_hw_init(struct sba_device *sba_dev)
1688 sba_common_init(struct sba_device *sba_dev)
1789 struct sba_device *sba_dev = sba_list;
1860 struct sba_device *sba_dev = sba_list;
1895 struct sba_device *sba_dev;
1944 sba_dev = kzalloc(sizeof(struct sba_device), GFP_KERNE
[all...]

Completed in 119 milliseconds