Lines Matching refs:sba_device
241 struct sba_device { struct
242 struct sba_device *next; /* list of SBA's in system */ argument
256 static struct sba_device *sba_list; argument
270 #define SBA_DEV(d) ((struct sba_device *) (d))
1420 sba_get_pat_resources(struct sba_device *sba_dev) in sba_get_pat_resources()
1675 sba_hw_init(struct sba_device *sba_dev) in sba_hw_init()
1727 sba_common_init(struct sba_device *sba_dev) in sba_common_init()
1827 struct sba_device *sba_dev = sba_list; in sba_proc_info()
1886 struct sba_device *sba_dev = sba_list;
1934 struct sba_device *sba_dev; in sba_driver_callback()
1984 sba_dev = kmalloc(sizeof(struct sba_device), GFP_KERNEL); in sba_driver_callback()
1991 memset(sba_dev, 0, sizeof(struct sba_device)); in sba_driver_callback()
2043 struct sba_device *sba = (struct sba_device *) pci_hba->parent->sysdata; in sba_get_iommu()