Lines Matching refs:ccp_device

97 void ccp_log_error(struct ccp_device *d, unsigned int e)  in ccp_log_error()
123 static struct ccp_device *ccp_rr;
135 void ccp_add_device(struct ccp_device *ccp) in ccp_add_device()
158 void ccp_del_device(struct ccp_device *ccp) in ccp_del_device()
169 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_del_device()
182 int ccp_register_rng(struct ccp_device *ccp) in ccp_register_rng()
197 void ccp_unregister_rng(struct ccp_device *ccp) in ccp_unregister_rng()
203 static struct ccp_device *ccp_get_device(void) in ccp_get_device()
206 struct ccp_device *dp = NULL; in ccp_get_device()
216 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_get_device()
253 struct ccp_device *dp; in ccp_version()
259 dp = list_first_entry(&ccp_units, struct ccp_device, entry); in ccp_version()
291 struct ccp_device *ccp; in ccp_enqueue_cmd()
348 struct ccp_device *ccp = cmd->ccp; in ccp_do_cmd_backlog()
376 struct ccp_device *ccp = cmd_q->ccp; in ccp_dequeue_cmd()
475 struct ccp_device *ccp_alloc_struct(struct sp_device *sp) in ccp_alloc_struct()
478 struct ccp_device *ccp; in ccp_alloc_struct()
508 struct ccp_device *ccp = container_of(rng, struct ccp_device, hwrng); in ccp_trng_read()
534 bool ccp_queues_suspended(struct ccp_device *ccp) in ccp_queues_suspended()
553 struct ccp_device *ccp = sp->ccp_data; in ccp_dev_suspend()
579 struct ccp_device *ccp = sp->ccp_data; in ccp_dev_resume()
603 struct ccp_device *ccp; in ccp_dev_init()
664 struct ccp_device *ccp = sp->ccp_data; in ccp_dev_destroy()