Lines Matching refs:ccp_device
85 void ccp_log_error(struct ccp_device *d, int e) in ccp_log_error()
105 static struct ccp_device *ccp_rr;
117 void ccp_add_device(struct ccp_device *ccp) in ccp_add_device()
140 void ccp_del_device(struct ccp_device *ccp) in ccp_del_device()
151 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_del_device()
164 int ccp_register_rng(struct ccp_device *ccp) in ccp_register_rng()
179 void ccp_unregister_rng(struct ccp_device *ccp) in ccp_unregister_rng()
185 static struct ccp_device *ccp_get_device(void) in ccp_get_device()
188 struct ccp_device *dp = NULL; in ccp_get_device()
198 ccp_rr = list_first_entry(&ccp_units, struct ccp_device, in ccp_get_device()
235 struct ccp_device *dp; in ccp_version()
241 dp = list_first_entry(&ccp_units, struct ccp_device, entry); in ccp_version()
273 struct ccp_device *ccp; in ccp_enqueue_cmd()
330 struct ccp_device *ccp = cmd->ccp; in ccp_do_cmd_backlog()
358 struct ccp_device *ccp = cmd_q->ccp; in ccp_dequeue_cmd()
457 struct ccp_device *ccp_alloc_struct(struct sp_device *sp) in ccp_alloc_struct()
460 struct ccp_device *ccp; in ccp_alloc_struct()
490 struct ccp_device *ccp = container_of(rng, struct ccp_device, hwrng); in ccp_trng_read()
517 bool ccp_queues_suspended(struct ccp_device *ccp) in ccp_queues_suspended()
536 struct ccp_device *ccp = sp->ccp_data; in ccp_dev_suspend()
560 struct ccp_device *ccp = sp->ccp_data; in ccp_dev_resume()
583 struct ccp_device *ccp; in ccp_dev_init()
623 struct ccp_device *ccp = sp->ccp_data; in ccp_dev_destroy()