Lines Matching refs:sp_device
33 static struct sp_device *sp_dev_master;
35 static int sp_get_msix_irqs(struct sp_device *sp) in sp_get_msix_irqs()
58 static int sp_get_msi_irq(struct sp_device *sp) in sp_get_msi_irq()
74 static int sp_get_irqs(struct sp_device *sp) in sp_get_irqs()
95 static void sp_free_irqs(struct sp_device *sp) in sp_free_irqs()
110 static bool sp_pci_is_master(struct sp_device *sp) in sp_pci_is_master()
133 static void psp_set_master(struct sp_device *sp) in psp_set_master()
144 static struct sp_device *psp_get_master(void) in psp_get_master()
149 static void psp_clear_master(struct sp_device *sp) in psp_clear_master()
159 struct sp_device *sp; in sp_pci_probe()
247 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_shutdown()
258 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_remove()
270 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_suspend()
277 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_resume()