Searched refs:sp_device (Results 1 – 9 of 9) sorted by relevance
93 struct sp_device { struct139 int sp_init(struct sp_device *sp);140 void sp_destroy(struct sp_device *sp);142 int sp_suspend(struct sp_device *sp);143 int sp_resume(struct sp_device *sp);154 int ccp_dev_init(struct sp_device *sp);155 void ccp_dev_destroy(struct sp_device *sp);157 void ccp_dev_suspend(struct sp_device *sp);158 void ccp_dev_resume(struct sp_device *sp);173 int psp_dev_init(struct sp_device *sp);[all …]
42 static void sp_add_device(struct sp_device *sp) in sp_add_device()53 static void sp_del_device(struct sp_device *sp) in sp_del_device()66 struct sp_device *sp = data; in sp_irq_handler()176 struct sp_device *sp_alloc_struct(struct device *dev) in sp_alloc_struct()178 struct sp_device *sp; in sp_alloc_struct()191 int sp_init(struct sp_device *sp) in sp_init()203 void sp_destroy(struct sp_device *sp) in sp_destroy()214 int sp_suspend(struct sp_device *sp) in sp_suspend()223 int sp_resume(struct sp_device *sp) in sp_resume()232 struct sp_device *sp_get_psp_master_device(void) in sp_get_psp_master_device()[all …]
41 static struct sp_device *sp_dev_master;47 struct sp_device *sp = dev_get_drvdata(d); \71 struct sp_device *sp = dev_get_drvdata(dev); in psp_firmware_is_visible()145 static int sp_get_irqs(struct sp_device *sp) in sp_get_irqs()166 static void sp_free_irqs(struct sp_device *sp) in sp_free_irqs()215 static struct sp_device *psp_get_master(void) in psp_get_master()230 struct sp_device *sp; in sp_pci_probe()318 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_shutdown()329 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_remove()341 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_suspend()[all …]
77 static int sp_get_irqs(struct sp_device *sp) in sp_get_irqs()110 struct sp_device *sp; in sp_platform_probe()180 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_remove()192 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_suspend()200 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_resume()
106 static struct psp_device *psp_alloc_struct(struct sp_device *sp) in psp_alloc_struct()223 int psp_dev_init(struct sp_device *sp) in psp_dev_init()294 void psp_dev_destroy(struct sp_device *sp) in psp_dev_destroy()329 struct sp_device *sp = sp_get_psp_master_device(); in psp_get_master_device()
475 struct ccp_device *ccp_alloc_struct(struct sp_device *sp) in ccp_alloc_struct()551 void ccp_dev_suspend(struct sp_device *sp) in ccp_dev_suspend()577 void ccp_dev_resume(struct sp_device *sp) in ccp_dev_resume()600 int ccp_dev_init(struct sp_device *sp) in ccp_dev_init()662 void ccp_dev_destroy(struct sp_device *sp) in ccp_dev_destroy()
26 struct sp_device *sp = dev_get_drvdata(d); \63 struct sp_device *sp = dev_get_drvdata(dev); in psp_security_is_visible()
59 struct sp_device *sp;
348 struct sp_device *sp;636 struct ccp_device *ccp_alloc_struct(struct sp_device *sp);
Completed in 19 milliseconds