sp_device         475 drivers/crypto/ccp/ccp-dev.c struct ccp_device *ccp_alloc_struct(struct sp_device *sp)
sp_device         552 drivers/crypto/ccp/ccp-dev.c int ccp_dev_suspend(struct sp_device *sp, pm_message_t state)
sp_device         580 drivers/crypto/ccp/ccp-dev.c int ccp_dev_resume(struct sp_device *sp)
sp_device         606 drivers/crypto/ccp/ccp-dev.c int ccp_dev_init(struct sp_device *sp)
sp_device         659 drivers/crypto/ccp/ccp-dev.c void ccp_dev_destroy(struct sp_device *sp)
sp_device         348 drivers/crypto/ccp/ccp-dev.h 	struct sp_device *sp;
sp_device         635 drivers/crypto/ccp/ccp-dev.h struct ccp_device *ccp_alloc_struct(struct sp_device *sp);
sp_device          55 drivers/crypto/ccp/psp-dev.c static struct psp_device *psp_alloc_struct(struct sp_device *sp)
sp_device         941 drivers/crypto/ccp/psp-dev.c int psp_dev_init(struct sp_device *sp)
sp_device        1007 drivers/crypto/ccp/psp-dev.c void psp_dev_destroy(struct sp_device *sp)
sp_device        1032 drivers/crypto/ccp/psp-dev.c 	struct sp_device *sp;
sp_device          50 drivers/crypto/ccp/psp-dev.h 	struct sp_device *sp;
sp_device          42 drivers/crypto/ccp/sp-dev.c static void sp_add_device(struct sp_device *sp)
sp_device          53 drivers/crypto/ccp/sp-dev.c static void sp_del_device(struct sp_device *sp)
sp_device          66 drivers/crypto/ccp/sp-dev.c 	struct sp_device *sp = data;
sp_device          77 drivers/crypto/ccp/sp-dev.c int sp_request_ccp_irq(struct sp_device *sp, irq_handler_t handler,
sp_device         105 drivers/crypto/ccp/sp-dev.c int sp_request_psp_irq(struct sp_device *sp, irq_handler_t handler,
sp_device         133 drivers/crypto/ccp/sp-dev.c void sp_free_ccp_irq(struct sp_device *sp, void *data)
sp_device         152 drivers/crypto/ccp/sp-dev.c void sp_free_psp_irq(struct sp_device *sp, void *data)
sp_device         176 drivers/crypto/ccp/sp-dev.c struct sp_device *sp_alloc_struct(struct device *dev)
sp_device         178 drivers/crypto/ccp/sp-dev.c 	struct sp_device *sp;
sp_device         191 drivers/crypto/ccp/sp-dev.c int sp_init(struct sp_device *sp)
sp_device         203 drivers/crypto/ccp/sp-dev.c void sp_destroy(struct sp_device *sp)
sp_device         215 drivers/crypto/ccp/sp-dev.c int sp_suspend(struct sp_device *sp, pm_message_t state)
sp_device         228 drivers/crypto/ccp/sp-dev.c int sp_resume(struct sp_device *sp)
sp_device         242 drivers/crypto/ccp/sp-dev.c struct sp_device *sp_get_psp_master_device(void)
sp_device         244 drivers/crypto/ccp/sp-dev.c 	struct sp_device *i, *ret = NULL;
sp_device          78 drivers/crypto/ccp/sp-dev.h 	struct sp_device*(*get_psp_master_device)(void);
sp_device          79 drivers/crypto/ccp/sp-dev.h 	void (*set_psp_master_device)(struct sp_device *);
sp_device         102 drivers/crypto/ccp/sp-dev.h struct sp_device *sp_alloc_struct(struct device *dev);
sp_device         104 drivers/crypto/ccp/sp-dev.h int sp_init(struct sp_device *sp);
sp_device         105 drivers/crypto/ccp/sp-dev.h void sp_destroy(struct sp_device *sp);
sp_device         106 drivers/crypto/ccp/sp-dev.h struct sp_device *sp_get_master(void);
sp_device         108 drivers/crypto/ccp/sp-dev.h int sp_suspend(struct sp_device *sp, pm_message_t state);
sp_device         109 drivers/crypto/ccp/sp-dev.h int sp_resume(struct sp_device *sp);
sp_device         110 drivers/crypto/ccp/sp-dev.h int sp_request_ccp_irq(struct sp_device *sp, irq_handler_t handler,
sp_device         112 drivers/crypto/ccp/sp-dev.h void sp_free_ccp_irq(struct sp_device *sp, void *data);
sp_device         113 drivers/crypto/ccp/sp-dev.h int sp_request_psp_irq(struct sp_device *sp, irq_handler_t handler,
sp_device         115 drivers/crypto/ccp/sp-dev.h void sp_free_psp_irq(struct sp_device *sp, void *data);
sp_device         116 drivers/crypto/ccp/sp-dev.h struct sp_device *sp_get_psp_master_device(void);
sp_device         120 drivers/crypto/ccp/sp-dev.h int ccp_dev_init(struct sp_device *sp);
sp_device         121 drivers/crypto/ccp/sp-dev.h void ccp_dev_destroy(struct sp_device *sp);
sp_device         123 drivers/crypto/ccp/sp-dev.h int ccp_dev_suspend(struct sp_device *sp, pm_message_t state);
sp_device         124 drivers/crypto/ccp/sp-dev.h int ccp_dev_resume(struct sp_device *sp);
sp_device         128 drivers/crypto/ccp/sp-dev.h static inline int ccp_dev_init(struct sp_device *sp)
sp_device         132 drivers/crypto/ccp/sp-dev.h static inline void ccp_dev_destroy(struct sp_device *sp) { }
sp_device         134 drivers/crypto/ccp/sp-dev.h static inline int ccp_dev_suspend(struct sp_device *sp, pm_message_t state)
sp_device         138 drivers/crypto/ccp/sp-dev.h static inline int ccp_dev_resume(struct sp_device *sp)
sp_device         146 drivers/crypto/ccp/sp-dev.h int psp_dev_init(struct sp_device *sp);
sp_device         148 drivers/crypto/ccp/sp-dev.h void psp_dev_destroy(struct sp_device *sp);
sp_device         153 drivers/crypto/ccp/sp-dev.h static inline int psp_dev_init(struct sp_device *sp) { return 0; }
sp_device         155 drivers/crypto/ccp/sp-dev.h static inline void psp_dev_destroy(struct sp_device *sp) { }
sp_device          33 drivers/crypto/ccp/sp-pci.c static struct sp_device *sp_dev_master;
sp_device          35 drivers/crypto/ccp/sp-pci.c static int sp_get_msix_irqs(struct sp_device *sp)
sp_device          58 drivers/crypto/ccp/sp-pci.c static int sp_get_msi_irq(struct sp_device *sp)
sp_device          74 drivers/crypto/ccp/sp-pci.c static int sp_get_irqs(struct sp_device *sp)
sp_device          95 drivers/crypto/ccp/sp-pci.c static void sp_free_irqs(struct sp_device *sp)
sp_device         110 drivers/crypto/ccp/sp-pci.c static bool sp_pci_is_master(struct sp_device *sp)
sp_device         133 drivers/crypto/ccp/sp-pci.c static void psp_set_master(struct sp_device *sp)
sp_device         144 drivers/crypto/ccp/sp-pci.c static struct sp_device *psp_get_master(void)
sp_device         151 drivers/crypto/ccp/sp-pci.c 	struct sp_device *sp;
sp_device         236 drivers/crypto/ccp/sp-pci.c 	struct sp_device *sp = dev_get_drvdata(dev);
sp_device         250 drivers/crypto/ccp/sp-pci.c 	struct sp_device *sp = dev_get_drvdata(dev);
sp_device         258 drivers/crypto/ccp/sp-pci.c 	struct sp_device *sp = dev_get_drvdata(dev);
sp_device          83 drivers/crypto/ccp/sp-platform.c static int sp_get_irqs(struct sp_device *sp)
sp_device         124 drivers/crypto/ccp/sp-platform.c 	struct sp_device *sp;
sp_device         194 drivers/crypto/ccp/sp-platform.c 	struct sp_device *sp = dev_get_drvdata(dev);
sp_device         208 drivers/crypto/ccp/sp-platform.c 	struct sp_device *sp = dev_get_drvdata(dev);
sp_device         216 drivers/crypto/ccp/sp-platform.c 	struct sp_device *sp = dev_get_drvdata(dev);