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

/linux-4.1.27/drivers/crypto/
H A Domap-des.c81 struct omap_des_dev *dd;
105 void (*trigger)(struct omap_des_dev *dd, int length);
126 struct omap_des_dev { struct
185 static inline u32 omap_des_read(struct omap_des_dev *dd, u32 offset) omap_des_read()
199 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset, omap_des_write()
206 static inline void omap_des_write_mask(struct omap_des_dev *dd, u32 offset, omap_des_write_mask()
217 static void omap_des_write_n(struct omap_des_dev *dd, u32 offset, omap_des_write_n()
224 static int omap_des_hw_init(struct omap_des_dev *dd) omap_des_hw_init()
248 static int omap_des_write_ctrl(struct omap_des_dev *dd) omap_des_write_ctrl()
283 static void omap_des_dma_trigger_omap4(struct omap_des_dev *dd, int length) omap_des_dma_trigger_omap4()
302 static void omap_des_dma_stop(struct omap_des_dev *dd) omap_des_dma_stop()
312 static struct omap_des_dev *omap_des_find_dev(struct omap_des_ctx *ctx) omap_des_find_dev()
314 struct omap_des_dev *dd = NULL, *tmp; omap_des_find_dev()
335 struct omap_des_dev *dd = data; omap_des_dma_out_callback()
341 static int omap_des_dma_init(struct omap_des_dev *dd) omap_des_dma_init()
380 static void omap_des_dma_cleanup(struct omap_des_dev *dd) omap_des_dma_cleanup()
405 struct omap_des_dev *dd = ctx->dd; omap_des_crypt_dma()
481 static int omap_des_crypt_dma_start(struct omap_des_dev *dd) omap_des_crypt_dma_start()
516 static void omap_des_finish_req(struct omap_des_dev *dd, int err) omap_des_finish_req()
528 static int omap_des_crypt_dma_stop(struct omap_des_dev *dd) omap_des_crypt_dma_stop()
554 static int omap_des_copy_sgs(struct omap_des_dev *dd) omap_des_copy_sgs()
589 static int omap_des_handle_queue(struct omap_des_dev *dd, omap_des_handle_queue()
661 struct omap_des_dev *dd = (struct omap_des_dev *)data; omap_des_done_task()
695 struct omap_des_dev *dd = (struct omap_des_dev *)data; omap_des_queue_task()
705 struct omap_des_dev *dd; omap_des_crypt()
902 struct omap_des_dev *dd = dev_id; omap_des_irq()
993 static int omap_des_get_of(struct omap_des_dev *dd, omap_des_get_of()
1011 static int omap_des_get_of(struct omap_des_dev *dd, omap_des_get_of()
1018 static int omap_des_get_pdev(struct omap_des_dev *dd, omap_des_get_pdev()
1053 struct omap_des_dev *dd; omap_des_probe()
1059 dd = devm_kzalloc(dev, sizeof(struct omap_des_dev), GFP_KERNEL); omap_des_probe()
1170 struct omap_des_dev *dd = platform_get_drvdata(pdev); omap_des_remove()

Completed in 57 milliseconds