Home
last modified time | relevance | path

Searched refs:sba_device (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
Dbcm-sba-raid.c96 container_of(dchan, struct sba_device, dma_chan)
113 struct sba_device *sba;
131 struct sba_device { struct
203 static struct sba_request *sba_alloc_request(struct sba_device *sba) in sba_alloc_request()
242 static void _sba_pending_request(struct sba_device *sba, in _sba_pending_request()
254 static bool _sba_active_request(struct sba_device *sba, in _sba_active_request()
271 static void _sba_abort_request(struct sba_device *sba, in _sba_abort_request()
283 static void _sba_free_request(struct sba_device *sba, in _sba_free_request()
298 struct sba_device *sba = req->sba; in sba_free_chained_requests()
313 struct sba_device *sba = req->sba; in sba_chain_request()
[all …]
/kernel/linux/linux-5.10/drivers/parisc/
Dsba_iommu.c96 struct sba_device *sba_list;
108 #define SBA_DEV(d) ((struct sba_device *) (d))
1095 sba_get_pat_resources(struct sba_device *sba_dev) in sba_get_pat_resources()
1516 static void __iomem *ioc_remap(struct sba_device *sba_dev, unsigned int offset) in ioc_remap()
1521 static void sba_hw_init(struct sba_device *sba_dev) in sba_hw_init()
1677 sba_common_init(struct sba_device *sba_dev) in sba_common_init()
1778 struct sba_device *sba_dev = sba_list; in sba_proc_info()
1849 struct sba_device *sba_dev = sba_list; in sba_proc_bitmap_info()
1884 struct sba_device *sba_dev; in sba_driver_callback()
1935 sba_dev = kzalloc(sizeof(struct sba_device), GFP_KERNEL); in sba_driver_callback()
[all …]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dropes.h73 struct sba_device { struct
74 struct sba_device *next; /* list of SBA's in system */ argument
/kernel/linux/linux-5.10/drivers/char/agp/
Dparisc-agp.c384 extern struct sba_device *sba_list; in parisc_agp_init()