Lines Matching refs:ccp_device
222 struct ccp_device;
235 struct ccp_device *ccp;
246 struct ccp_device *ccp;
261 struct ccp_device *ccp;
339 struct ccp_device { struct
630 void ccp_add_device(struct ccp_device *ccp);
631 void ccp_del_device(struct ccp_device *ccp);
633 extern void ccp_log_error(struct ccp_device *, unsigned int);
635 struct ccp_device *ccp_alloc_struct(struct sp_device *sp);
636 bool ccp_queues_suspended(struct ccp_device *ccp);
642 int ccp_register_rng(struct ccp_device *ccp);
643 void ccp_unregister_rng(struct ccp_device *ccp);
644 int ccp_dmaengine_register(struct ccp_device *ccp);
645 void ccp_dmaengine_unregister(struct ccp_device *ccp);
647 void ccp5_debugfs_setup(struct ccp_device *ccp);
662 int (*init)(struct ccp_device *);
663 void (*destroy)(struct ccp_device *);