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

/linux-master/drivers/crypto/ccp/
H A Dsp-dev.h93 struct sp_device { struct
112 struct sp_device*(*get_psp_master_device)(void);
113 void (*set_psp_master_device)(struct sp_device *);
114 void (*clear_psp_master_device)(struct sp_device *);
137 struct sp_device *sp_alloc_struct(struct device *dev);
139 int sp_init(struct sp_device *sp);
140 void sp_destroy(struct sp_device *sp);
141 struct sp_device *sp_get_master(void);
143 int sp_suspend(struct sp_device *sp);
144 int sp_resume(struct sp_device *s
[all...]
H A Dsp-dev.c42 static void sp_add_device(struct sp_device *sp)
53 static void sp_del_device(struct sp_device *sp)
66 struct sp_device *sp = data;
77 int sp_request_ccp_irq(struct sp_device *sp, irq_handler_t handler,
105 int sp_request_psp_irq(struct sp_device *sp, irq_handler_t handler,
133 void sp_free_ccp_irq(struct sp_device *sp, void *data)
152 void sp_free_psp_irq(struct sp_device *sp, void *data)
172 * sp_alloc_struct - allocate and initialize the sp_device struct
176 struct sp_device *sp_alloc_struct(struct device *dev)
178 struct sp_device *s
[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);
102 struct sp_device *sp = dev_get_drvdata(d); \
126 struct sp_device *sp = dev_get_drvdata(dev);
160 static int sp_get_msix_irqs(struct sp_device *sp)
183 static int sp_get_msi_irq(struct sp_device *sp)
199 static int sp_get_irqs(struct sp_device *sp)
220 static void sp_free_irqs(struct sp_device *sp)
235 static bool sp_pci_is_master(struct sp_device *s
[all...]
H A Dsp-platform.c83 static int sp_get_irqs(struct sp_device *sp)
116 struct sp_device *sp;
186 struct sp_device *sp = dev_get_drvdata(dev);
198 struct sp_device *sp = dev_get_drvdata(dev);
206 struct sp_device *sp = dev_get_drvdata(dev);
H A Dpsp-dev.c105 static struct psp_device *psp_alloc_struct(struct sp_device *sp)
226 int psp_dev_init(struct sp_device *sp)
297 void psp_dev_destroy(struct sp_device *sp)
332 struct sp_device *sp = sp_get_psp_master_device();
H A Dpsp-dev.h36 struct sp_device *sp;
H A Dccp-dev.c473 * @sp: sp_device struct of the CCP
475 struct ccp_device *ccp_alloc_struct(struct sp_device *sp)
551 void ccp_dev_suspend(struct sp_device *sp)
577 void ccp_dev_resume(struct sp_device *sp)
600 int ccp_dev_init(struct sp_device *sp)
662 void ccp_dev_destroy(struct sp_device *sp)
H A Dccp-dev.h348 struct sp_device *sp;
636 struct ccp_device *ccp_alloc_struct(struct sp_device *sp);

Completed in 129 milliseconds