Lines Matching refs:omap_des_dev
86 struct omap_des_dev *dd;
110 void (*trigger)(struct omap_des_dev *dd, int length);
131 struct omap_des_dev { struct
183 static inline u32 omap_des_read(struct omap_des_dev *dd, u32 offset) in omap_des_read() argument
197 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset, in omap_des_write()
204 static inline void omap_des_write_mask(struct omap_des_dev *dd, u32 offset, in omap_des_write_mask()
215 static void omap_des_write_n(struct omap_des_dev *dd, u32 offset, in omap_des_write_n()
222 static int omap_des_hw_init(struct omap_des_dev *dd) in omap_des_hw_init()
246 static int omap_des_write_ctrl(struct omap_des_dev *dd) in omap_des_write_ctrl()
281 static void omap_des_dma_trigger_omap4(struct omap_des_dev *dd, int length) in omap_des_dma_trigger_omap4()
300 static void omap_des_dma_stop(struct omap_des_dev *dd) in omap_des_dma_stop()
310 static struct omap_des_dev *omap_des_find_dev(struct omap_des_ctx *ctx) in omap_des_find_dev()
312 struct omap_des_dev *dd = NULL, *tmp; in omap_des_find_dev()
333 struct omap_des_dev *dd = data; in omap_des_dma_out_callback()
339 static int omap_des_dma_init(struct omap_des_dev *dd) in omap_des_dma_init()
367 static void omap_des_dma_cleanup(struct omap_des_dev *dd) in omap_des_dma_cleanup()
381 struct omap_des_dev *dd = ctx->dd; in omap_des_crypt_dma()
457 static int omap_des_crypt_dma_start(struct omap_des_dev *dd) in omap_des_crypt_dma_start()
492 static void omap_des_finish_req(struct omap_des_dev *dd, int err) in omap_des_finish_req()
504 static int omap_des_crypt_dma_stop(struct omap_des_dev *dd) in omap_des_crypt_dma_stop()
516 static int omap_des_handle_queue(struct omap_des_dev *dd, in omap_des_handle_queue()
531 struct omap_des_dev *dd = omap_des_find_dev(ctx); in omap_des_prepare_req()
588 struct omap_des_dev *dd = omap_des_find_dev(ctx); in omap_des_crypt_req()
598 struct omap_des_dev *dd = (struct omap_des_dev *)data; in omap_des_done_task()
627 struct omap_des_dev *dd; in omap_des_crypt()
855 struct omap_des_dev *dd = dev_id; in omap_des_irq()
946 static int omap_des_get_of(struct omap_des_dev *dd, in omap_des_get_of()
959 static int omap_des_get_of(struct omap_des_dev *dd, in omap_des_get_of()
966 static int omap_des_get_pdev(struct omap_des_dev *dd, in omap_des_get_pdev()
978 struct omap_des_dev *dd; in omap_des_probe()
984 dd = devm_kzalloc(dev, sizeof(struct omap_des_dev), GFP_KERNEL); in omap_des_probe()
1110 struct omap_des_dev *dd = platform_get_drvdata(pdev); in omap_des_remove()