Lines Matching refs:omap_des_dev
87 struct omap_des_dev *dd;
111 void (*trigger)(struct omap_des_dev *dd, int length);
132 struct omap_des_dev { struct
184 static inline u32 omap_des_read(struct omap_des_dev *dd, u32 offset) in omap_des_read() argument
198 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset, in omap_des_write()
205 static inline void omap_des_write_mask(struct omap_des_dev *dd, u32 offset, in omap_des_write_mask()
216 static void omap_des_write_n(struct omap_des_dev *dd, u32 offset, in omap_des_write_n()
223 static int omap_des_hw_init(struct omap_des_dev *dd) in omap_des_hw_init()
247 static int omap_des_write_ctrl(struct omap_des_dev *dd) in omap_des_write_ctrl()
282 static void omap_des_dma_trigger_omap4(struct omap_des_dev *dd, int length) in omap_des_dma_trigger_omap4()
301 static void omap_des_dma_stop(struct omap_des_dev *dd) in omap_des_dma_stop()
311 static struct omap_des_dev *omap_des_find_dev(struct omap_des_ctx *ctx) in omap_des_find_dev()
313 struct omap_des_dev *dd = NULL, *tmp; in omap_des_find_dev()
334 struct omap_des_dev *dd = data; in omap_des_dma_out_callback()
340 static int omap_des_dma_init(struct omap_des_dev *dd) in omap_des_dma_init()
368 static void omap_des_dma_cleanup(struct omap_des_dev *dd) in omap_des_dma_cleanup()
382 struct omap_des_dev *dd = ctx->dd; in omap_des_crypt_dma()
458 static int omap_des_crypt_dma_start(struct omap_des_dev *dd) in omap_des_crypt_dma_start()
493 static void omap_des_finish_req(struct omap_des_dev *dd, int err) in omap_des_finish_req()
505 static int omap_des_crypt_dma_stop(struct omap_des_dev *dd) in omap_des_crypt_dma_stop()
517 static int omap_des_handle_queue(struct omap_des_dev *dd, in omap_des_handle_queue()
532 struct omap_des_dev *dd = omap_des_find_dev(ctx); in omap_des_prepare_req()
589 struct omap_des_dev *dd = omap_des_find_dev(ctx); in omap_des_crypt_req()
599 struct omap_des_dev *dd = (struct omap_des_dev *)data; in omap_des_done_task()
634 struct omap_des_dev *dd; in omap_des_crypt()
838 struct omap_des_dev *dd = dev_id; in omap_des_irq()
929 static int omap_des_get_of(struct omap_des_dev *dd, in omap_des_get_of()
942 static int omap_des_get_of(struct omap_des_dev *dd, in omap_des_get_of()
949 static int omap_des_get_pdev(struct omap_des_dev *dd, in omap_des_get_pdev()
961 struct omap_des_dev *dd; in omap_des_probe()
967 dd = devm_kzalloc(dev, sizeof(struct omap_des_dev), GFP_KERNEL); in omap_des_probe()
1093 struct omap_des_dev *dd = platform_get_drvdata(pdev); in omap_des_remove()