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
631 void ccp_add_device(struct ccp_device *ccp);
632 void ccp_del_device(struct ccp_device *ccp);
634 extern void ccp_log_error(struct ccp_device *, unsigned int);
636 struct ccp_device *ccp_alloc_struct(struct sp_device *sp);
637 bool ccp_queues_suspended(struct ccp_device *ccp);
643 int ccp_register_rng(struct ccp_device *ccp);
644 void ccp_unregister_rng(struct ccp_device *ccp);
645 int ccp_dmaengine_register(struct ccp_device *ccp);
646 void ccp_dmaengine_unregister(struct ccp_device *ccp);
648 void ccp5_debugfs_setup(struct ccp_device *ccp);
663 int (*init)(struct ccp_device *);
664 void (*destroy)(struct ccp_device *);