Searched refs:ccp_device (Results 1 – 9 of 9) sorted by relevance
| /Linux-v4.19/drivers/crypto/ccp/ |
| D | ccp-dev.c | 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() [all …]
|
| D | ccp-dev.h | 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); [all …]
|
| D | ccp-dev-v3.c | 26 struct ccp_device *ccp = cmd_q->ccp; in ccp_alloc_ksb() 57 struct ccp_device *ccp = cmd_q->ccp; in ccp_free_ksb() 81 struct ccp_device *ccp = cmd_q->ccp; in ccp_do_cmd() 318 static void ccp_disable_queue_interrupts(struct ccp_device *ccp) in ccp_disable_queue_interrupts() 323 static void ccp_enable_queue_interrupts(struct ccp_device *ccp) in ccp_enable_queue_interrupts() 330 struct ccp_device *ccp = (struct ccp_device *)data; in ccp_irq_bh() 362 struct ccp_device *ccp = (struct ccp_device *)data; in ccp_irq_handler() 373 static int ccp_init(struct ccp_device *ccp) in ccp_init() 522 static void ccp_destroy(struct ccp_device *ccp) in ccp_destroy()
|
| D | ccp-dev-v5.c | 33 struct ccp_device *ccp; in ccp_lsb_alloc() 87 struct ccp_device *ccp = cmd_q->ccp; in ccp_lsb_free() 614 static int ccp_find_and_assign_lsb_to_q(struct ccp_device *ccp, in ccp_find_and_assign_lsb_to_q() 671 static int ccp_assign_lsbs(struct ccp_device *ccp) in ccp_assign_lsbs() 726 static void ccp5_disable_queue_interrupts(struct ccp_device *ccp) in ccp5_disable_queue_interrupts() 734 static void ccp5_enable_queue_interrupts(struct ccp_device *ccp) in ccp5_enable_queue_interrupts() 744 struct ccp_device *ccp = (struct ccp_device *)data; in ccp5_irq_bh() 774 struct ccp_device *ccp = (struct ccp_device *)data; in ccp5_irq_handler() 785 static int ccp5_init(struct ccp_device *ccp) in ccp5_init() 999 static void ccp5_destroy(struct ccp_device *ccp) in ccp5_destroy() [all …]
|
| D | sp-dev.h | 36 struct ccp_device; 40 void (*setup)(struct ccp_device *);
|
| D | ccp-debugfs.c | 48 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_info_read() 103 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_stats_read() 181 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_stats_write() 285 void ccp5_debugfs_setup(struct ccp_device *ccp) in ccp5_debugfs_setup()
|
| D | ccp-dmaengine.c | 41 static unsigned int ccp_get_dma_chan_attr(struct ccp_device *ccp) in ccp_get_dma_chan_attr() 60 static void ccp_free_cmd_resources(struct ccp_device *ccp, in ccp_free_cmd_resources() 71 static void ccp_free_desc_resources(struct ccp_device *ccp, in ccp_free_desc_resources() 103 static void ccp_cleanup_desc_resources(struct ccp_device *ccp, in ccp_cleanup_desc_resources() 359 struct ccp_device *ccp = chan->ccp; in ccp_create_desc() 633 int ccp_dmaengine_register(struct ccp_device *ccp) in ccp_dmaengine_register() 742 void ccp_dmaengine_unregister(struct ccp_device *ccp) in ccp_dmaengine_unregister()
|
| D | ccp-ops.c | 62 static u32 ccp_gen_jobid(struct ccp_device *ccp) in ccp_gen_jobid()
|
| /Linux-v4.19/include/linux/ |
| D | ccp.h | 23 struct ccp_device; 643 struct ccp_device *ccp;
|