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 …]
43 static void sp_add_device(struct sp_device *sp) in sp_add_device()54 static void sp_del_device(struct sp_device *sp) in sp_del_device()67 struct sp_device *sp = data; in sp_irq_handler()177 struct sp_device *sp_alloc_struct(struct device *dev) in sp_alloc_struct()179 struct sp_device *sp; in sp_alloc_struct()192 int sp_init(struct sp_device *sp) in sp_init()204 void sp_destroy(struct sp_device *sp) in sp_destroy()215 int sp_suspend(struct sp_device *sp) in sp_suspend()224 int sp_resume(struct sp_device *sp) in sp_resume()233 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()218 static struct sp_device *psp_get_master(void) in psp_get_master()233 struct sp_device *sp; in sp_pci_probe()321 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_shutdown()332 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_remove()344 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