Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/ccp/
A Dsp-dev.h72 struct sp_device { struct
118 int sp_init(struct sp_device *sp);
119 void sp_destroy(struct sp_device *sp);
120 struct sp_device *sp_get_master(void);
122 int sp_suspend(struct sp_device *sp);
123 int sp_resume(struct sp_device *sp);
134 int ccp_dev_init(struct sp_device *sp);
135 void ccp_dev_destroy(struct sp_device *sp);
137 void ccp_dev_suspend(struct sp_device *sp);
138 void ccp_dev_resume(struct sp_device *sp);
[all …]
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 …]
A Dsp-pci.c33 static struct sp_device *sp_dev_master;
39 struct sp_device *sp = dev_get_drvdata(d); \
77 struct sp_device *sp = dev_get_drvdata(dev); in psp_security_is_visible()
135 static int sp_get_irqs(struct sp_device *sp) in sp_get_irqs()
156 static void sp_free_irqs(struct sp_device *sp) in sp_free_irqs()
205 static struct sp_device *psp_get_master(void) in psp_get_master()
220 struct sp_device *sp; in sp_pci_probe()
308 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_shutdown()
319 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_remove()
331 struct sp_device *sp = dev_get_drvdata(dev); in sp_pci_suspend()
[all …]
A Dsp-platform.c83 static int sp_get_irqs(struct sp_device *sp) in sp_get_irqs()
116 struct sp_device *sp; in sp_platform_probe()
186 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_remove()
200 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_suspend()
208 struct sp_device *sp = dev_get_drvdata(dev); in sp_platform_resume()
A Dpsp-dev.c20 static struct psp_device *psp_alloc_struct(struct sp_device *sp) in psp_alloc_struct()
127 int psp_dev_init(struct sp_device *sp) in psp_dev_init()
193 void psp_dev_destroy(struct sp_device *sp) in psp_dev_destroy()
236 struct sp_device *sp = sp_get_psp_master_device(); in psp_get_master_device()
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()
A Dpsp-dev.h36 struct sp_device *sp;
A Dccp-dev.h348 struct sp_device *sp;
636 struct ccp_device *ccp_alloc_struct(struct sp_device *sp);

Completed in 12 milliseconds