Searched refs:ccp_device (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/crypto/ccp/ |
| D | ccp-dev.c | 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() [all …]
|
| D | ccp-dev.h | 222 struct ccp_device; 235 struct ccp_device *ccp; 246 struct ccp_device *ccp; 261 struct ccp_device *ccp; 339 struct ccp_device { struct 630 void ccp_add_device(struct ccp_device *ccp); 631 void ccp_del_device(struct ccp_device *ccp); 633 extern void ccp_log_error(struct ccp_device *, unsigned int); 635 struct ccp_device *ccp_alloc_struct(struct sp_device *sp); 636 bool ccp_queues_suspended(struct ccp_device *ccp); [all …]
|
| D | ccp-dev-v3.c | 22 struct ccp_device *ccp = cmd_q->ccp; in ccp_alloc_ksb() 53 struct ccp_device *ccp = cmd_q->ccp; in ccp_free_ksb() 77 struct ccp_device *ccp = cmd_q->ccp; in ccp_do_cmd() 314 static void ccp_disable_queue_interrupts(struct ccp_device *ccp) in ccp_disable_queue_interrupts() 319 static void ccp_enable_queue_interrupts(struct ccp_device *ccp) in ccp_enable_queue_interrupts() 326 struct ccp_device *ccp = (struct ccp_device *)data; in ccp_irq_bh() 358 struct ccp_device *ccp = (struct ccp_device *)data; in ccp_irq_handler() 369 static int ccp_init(struct ccp_device *ccp) in ccp_init() 518 static void ccp_destroy(struct ccp_device *ccp) in ccp_destroy()
|
| D | ccp-dev-v5.c | 27 struct ccp_device *ccp; in ccp_lsb_alloc() 81 struct ccp_device *ccp = cmd_q->ccp; in ccp_lsb_free() 608 static int ccp_find_and_assign_lsb_to_q(struct ccp_device *ccp, in ccp_find_and_assign_lsb_to_q() 665 static int ccp_assign_lsbs(struct ccp_device *ccp) in ccp_assign_lsbs() 720 static void ccp5_disable_queue_interrupts(struct ccp_device *ccp) in ccp5_disable_queue_interrupts() 728 static void ccp5_enable_queue_interrupts(struct ccp_device *ccp) in ccp5_enable_queue_interrupts() 738 struct ccp_device *ccp = (struct ccp_device *)data; in ccp5_irq_bh() 768 struct ccp_device *ccp = (struct ccp_device *)data; in ccp5_irq_handler() 779 static int ccp5_init(struct ccp_device *ccp) in ccp5_init() 995 static void ccp5_destroy(struct ccp_device *ccp) in ccp5_destroy() [all …]
|
| D | ccp-debugfs.c | 45 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_info_read() 100 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_stats_read() 178 struct ccp_device *ccp = filp->private_data; in ccp5_debugfs_stats_write() 282 void ccp5_debugfs_setup(struct ccp_device *ccp) in ccp5_debugfs_setup()
|
| D | sp-dev.h | 32 struct ccp_device; 36 void (*setup)(struct ccp_device *);
|
| D | ccp-dmaengine.c | 43 static unsigned int ccp_get_dma_chan_attr(struct ccp_device *ccp) in ccp_get_dma_chan_attr() 62 static void ccp_free_cmd_resources(struct ccp_device *ccp, in ccp_free_cmd_resources() 73 static void ccp_free_desc_resources(struct ccp_device *ccp, in ccp_free_desc_resources() 105 static void ccp_cleanup_desc_resources(struct ccp_device *ccp, in ccp_cleanup_desc_resources() 361 struct ccp_device *ccp = chan->ccp; in ccp_create_desc() 635 int ccp_dmaengine_register(struct ccp_device *ccp) in ccp_dmaengine_register() 747 void ccp_dmaengine_unregister(struct ccp_device *ccp) in ccp_dmaengine_unregister()
|
| D | ccp-ops.c | 58 static u32 ccp_gen_jobid(struct ccp_device *ccp) in ccp_gen_jobid()
|
| /Linux-v5.4/include/linux/ |
| D | ccp.h | 20 struct ccp_device; 642 struct ccp_device *ccp;
|