Home
last modified time | relevance | path

Searched refs:sp_device (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/crypto/ccp/
H A Dsp-dev.h89 struct sp_device { struct
135 int sp_init(struct sp_device *sp);
136 void sp_destroy(struct sp_device *sp);
137 struct sp_device *sp_get_master(void);
139 int sp_suspend(struct sp_device *sp);
140 int sp_resume(struct sp_device *sp);
151 int ccp_dev_init(struct sp_device *sp);
152 void ccp_dev_destroy(struct sp_device *sp);
154 void ccp_dev_suspend(struct sp_device *sp);
155 void ccp_dev_resume(struct sp_device *sp);
[all …]
H A Dsp-dev.c42 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 …]
H A Dsp-pci.c40 static struct sp_device *sp_dev_master;
46 struct sp_device *sp = dev_get_drvdata(d); \
84 struct sp_device *sp = dev_get_drvdata(dev); in psp_security_is_visible()
126 struct sp_device *sp = dev_get_drvdata(dev); in psp_firmware_is_visible()
199 static int sp_get_irqs(struct sp_device *sp) in sp_get_irqs()
269 static struct sp_device *psp_get_master(void) in psp_get_master()
284 struct sp_device *sp; in sp_pci_probe()
372 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_shutdown()
383 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_remove()
395 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_suspend()
[all …]
H A Dsp-platform.c77 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()
194 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_suspend()
202 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_resume()
H A Dpsp-dev.c22 static struct psp_device *psp_alloc_struct(struct sp_device *sp) in psp_alloc_struct()
146 int psp_dev_init(struct sp_device *sp) in psp_dev_init()
216 void psp_dev_destroy(struct sp_device *sp) in psp_dev_destroy()
251 struct sp_device *sp = sp_get_psp_master_device(); in psp_get_master_device()
H A Dccp-dev.c475 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()
H A Dpsp-dev.h33 struct sp_device *sp;
H A Dccp-dev.h348 struct sp_device *sp;
636 struct ccp_device *ccp_alloc_struct(struct sp_device *sp);