Searched refs:cryp_device_data (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/crypto/ux500/cryp/
H A Dcryp_irq.h25 void cryp_enable_irq_src(struct cryp_device_data *device_data, u32 irq_src);
27 void cryp_disable_irq_src(struct cryp_device_data *device_data, u32 irq_src);
29 bool cryp_pending_irq_src(struct cryp_device_data *device_data, u32 irq_src);
H A Dcryp_irq.c20 void cryp_enable_irq_src(struct cryp_device_data *device_data, u32 irq_src) cryp_enable_irq_src()
31 void cryp_disable_irq_src(struct cryp_device_data *device_data, u32 irq_src) cryp_disable_irq_src()
42 bool cryp_pending_irq_src(struct cryp_device_data *device_data, u32 irq_src) cryp_pending_irq_src()
H A Dcryp.h222 * struct cryp_device_data - structure for a cryp device.
237 struct cryp_device_data { struct
253 void cryp_wait_until_done(struct cryp_device_data *device_data);
257 int cryp_check(struct cryp_device_data *device_data);
259 void cryp_activity(struct cryp_device_data *device_data,
262 void cryp_flush_inoutfifo(struct cryp_device_data *device_data);
264 int cryp_set_configuration(struct cryp_device_data *device_data,
268 void cryp_configure_for_dma(struct cryp_device_data *device_data,
271 int cryp_configure_key_values(struct cryp_device_data *device_data,
275 int cryp_configure_init_vector(struct cryp_device_data *device_data,
281 int cryp_configure_protection(struct cryp_device_data *device_data,
285 void cryp_save_device_context(struct cryp_device_data *device_data,
289 void cryp_restore_device_context(struct cryp_device_data *device_data,
293 int cryp_is_logic_busy(struct cryp_device_data *device_data);
295 int cryp_get_status(struct cryp_device_data *device_data);
303 int cryp_write_indata(struct cryp_device_data *device_data, u32 write_data);
311 int cryp_read_outdata(struct cryp_device_data *device_data, u32 *read_data);
H A Dcryp.c21 void cryp_wait_until_done(struct cryp_device_data *device_data) cryp_wait_until_done()
31 int cryp_check(struct cryp_device_data *device_data) cryp_check()
69 void cryp_activity(struct cryp_device_data *device_data, cryp_activity()
82 void cryp_flush_inoutfifo(struct cryp_device_data *device_data) cryp_flush_inoutfifo()
110 int cryp_set_configuration(struct cryp_device_data *device_data, cryp_set_configuration()
164 int cryp_configure_protection(struct cryp_device_data *device_data, cryp_configure_protection()
185 int cryp_is_logic_busy(struct cryp_device_data *device_data) cryp_is_logic_busy()
196 void cryp_configure_for_dma(struct cryp_device_data *device_data, cryp_configure_for_dma()
209 int cryp_configure_key_values(struct cryp_device_data *device_data, cryp_configure_key_values()
254 int cryp_configure_init_vector(struct cryp_device_data *device_data, cryp_configure_init_vector()
289 void cryp_save_device_context(struct cryp_device_data *device_data, cryp_save_device_context()
349 void cryp_restore_device_context(struct cryp_device_data *device_data, cryp_restore_device_context()
H A Dcryp_core.c86 struct cryp_device_data *device;
194 struct cryp_device_data *device_data; cryp_interrupt_handler()
202 device_data = (struct cryp_device_data *)param; cryp_interrupt_handler()
265 static int cfg_iv(struct cryp_device_data *device_data, u32 left, u32 right, cfg_iv()
280 static int cfg_ivs(struct cryp_device_data *device_data, struct cryp_ctx *ctx) cfg_ivs()
312 static int set_key(struct cryp_device_data *device_data, set_key()
369 struct cryp_device_data *device_data) cryp_setup_context()
423 struct cryp_device_data **device_data) cryp_get_device_data()
428 struct cryp_device_data *local_device_data = NULL; cryp_get_device_data()
442 struct cryp_device_data, list_node); cryp_get_device_data()
474 static void cryp_dma_setup_channel(struct cryp_device_data *device_data, cryp_dma_setup_channel()
647 struct cryp_device_data *device_data) cryp_polling_mode()
667 struct cryp_device_data *device_data, cryp_disable_power()
704 struct cryp_device_data *device_data, cryp_enable_power()
746 struct cryp_device_data *device_data) hw_crypt_noxts()
828 struct cryp_device_data *device_data; ablk_dma_crypt()
886 struct cryp_device_data *device_data; ablk_crypt()
1410 struct cryp_device_data *device_data; ux500_cryp_probe()
1551 struct cryp_device_data *device_data; ux500_cryp_remove()
1598 struct cryp_device_data *device_data; ux500_cryp_shutdown()
1644 struct cryp_device_data *device_data; ux500_cryp_suspend()
1687 struct cryp_device_data *device_data; ux500_cryp_resume()

Completed in 96 milliseconds