Home
last modified time | relevance | path

Searched refs:ccp_device (Results 1 – 9 of 9) sorted by relevance

/drivers/crypto/ccp/
Dccp-dev.c97 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 …]
Dccp-dev.h222 struct ccp_device;
235 struct ccp_device *ccp;
246 struct ccp_device *ccp;
261 struct ccp_device *ccp;
339 struct ccp_device { struct
631 void ccp_add_device(struct ccp_device *ccp);
632 void ccp_del_device(struct ccp_device *ccp);
634 extern void ccp_log_error(struct ccp_device *, unsigned int);
636 struct ccp_device *ccp_alloc_struct(struct sp_device *sp);
637 bool ccp_queues_suspended(struct ccp_device *ccp);
[all …]
Dccp-dev-v3.c22 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()
517 static void ccp_destroy(struct ccp_device *ccp) in ccp_destroy()
Dccp-dmaengine.c43 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 static void ccp_dma_release(struct ccp_device *ccp) in ccp_dma_release()
650 static void ccp_dma_release_channels(struct ccp_device *ccp) in ccp_dma_release_channels()
665 int ccp_dmaengine_register(struct ccp_device *ccp) in ccp_dmaengine_register()
778 void ccp_dmaengine_unregister(struct ccp_device *ccp) in ccp_dmaengine_unregister()
Dccp-dev-v5.c27 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()
1006 static void ccp5_destroy(struct ccp_device *ccp) in ccp5_destroy()
[all …]
Dccp-debugfs.c45 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()
Dsp-dev.h36 struct ccp_device;
40 void (*setup)(struct ccp_device *);
Dccp-ops.c59 static u32 ccp_gen_jobid(struct ccp_device *ccp) in ccp_gen_jobid()
/drivers/hwmon/
Dcorsair-cpro.c78 struct ccp_device { struct
94 static int ccp_get_errno(struct ccp_device *ccp) in ccp_get_errno() argument
113 static int send_usb_cmd(struct ccp_device *ccp, u8 command, u8 byte1, u8 byte2, u8 byte3) in send_usb_cmd()
147 struct ccp_device *ccp = hid_get_drvdata(hdev); in ccp_raw_event()
161 static int get_data(struct ccp_device *ccp, int command, int channel, bool two_byte_data) in get_data()
180 static int set_pwm(struct ccp_device *ccp, int channel, long val) in set_pwm()
200 static int set_target(struct ccp_device *ccp, int channel, long val) in set_target()
217 struct ccp_device *ccp = dev_get_drvdata(dev); in ccp_read_string()
239 struct ccp_device *ccp = dev_get_drvdata(dev); in ccp_read()
308 struct ccp_device *ccp = dev_get_drvdata(dev); in ccp_write()
[all …]