Lines Matching refs:ccp_device
225 struct ccp_device;
238 struct ccp_device *ccp;
249 struct ccp_device *ccp;
264 struct ccp_device *ccp;
342 struct ccp_device { struct
632 void ccp_add_device(struct ccp_device *ccp);
633 void ccp_del_device(struct ccp_device *ccp);
635 extern void ccp_log_error(struct ccp_device *, int);
637 struct ccp_device *ccp_alloc_struct(struct sp_device *sp);
638 bool ccp_queues_suspended(struct ccp_device *ccp);
644 int ccp_register_rng(struct ccp_device *ccp);
645 void ccp_unregister_rng(struct ccp_device *ccp);
646 int ccp_dmaengine_register(struct ccp_device *ccp);
647 void ccp_dmaengine_unregister(struct ccp_device *ccp);
649 void ccp5_debugfs_setup(struct ccp_device *ccp);
664 int (*init)(struct ccp_device *);
665 void (*destroy)(struct ccp_device *);