Lines Matching refs:omap_des_dev

82 	struct omap_des_dev *dd;
106 void (*trigger)(struct omap_des_dev *dd, int length);
127 struct omap_des_dev { struct
179 static inline u32 omap_des_read(struct omap_des_dev *dd, u32 offset) in omap_des_read() argument
193 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset, in omap_des_write()
200 static inline void omap_des_write_mask(struct omap_des_dev *dd, u32 offset, in omap_des_write_mask()
211 static void omap_des_write_n(struct omap_des_dev *dd, u32 offset, in omap_des_write_n()
218 static int omap_des_hw_init(struct omap_des_dev *dd) in omap_des_hw_init()
241 static int omap_des_write_ctrl(struct omap_des_dev *dd) in omap_des_write_ctrl()
276 static void omap_des_dma_trigger_omap4(struct omap_des_dev *dd, int length) in omap_des_dma_trigger_omap4()
295 static void omap_des_dma_stop(struct omap_des_dev *dd) in omap_des_dma_stop()
305 static struct omap_des_dev *omap_des_find_dev(struct omap_des_ctx *ctx) in omap_des_find_dev()
307 struct omap_des_dev *dd = NULL, *tmp; in omap_des_find_dev()
328 struct omap_des_dev *dd = data; in omap_des_dma_out_callback()
334 static int omap_des_dma_init(struct omap_des_dev *dd) in omap_des_dma_init()
362 static void omap_des_dma_cleanup(struct omap_des_dev *dd) in omap_des_dma_cleanup()
376 struct omap_des_dev *dd = ctx->dd; in omap_des_crypt_dma()
452 static int omap_des_crypt_dma_start(struct omap_des_dev *dd) in omap_des_crypt_dma_start()
487 static void omap_des_finish_req(struct omap_des_dev *dd, int err) in omap_des_finish_req()
499 static int omap_des_crypt_dma_stop(struct omap_des_dev *dd) in omap_des_crypt_dma_stop()
511 static int omap_des_handle_queue(struct omap_des_dev *dd, in omap_des_handle_queue()
521 struct omap_des_dev *dd) in omap_des_prepare_req()
578 struct omap_des_dev *dd = omap_des_find_dev(ctx); in omap_des_crypt_req()
589 struct omap_des_dev *dd = (struct omap_des_dev *)data; in omap_des_done_task()
624 struct omap_des_dev *dd; in omap_des_crypt()
829 struct omap_des_dev *dd = dev_id; in omap_des_irq()
920 static int omap_des_get_of(struct omap_des_dev *dd, in omap_des_get_of()
933 static int omap_des_get_of(struct omap_des_dev *dd, in omap_des_get_of()
940 static int omap_des_get_pdev(struct omap_des_dev *dd, in omap_des_get_pdev()
952 struct omap_des_dev *dd; in omap_des_probe()
958 dd = devm_kzalloc(dev, sizeof(struct omap_des_dev), GFP_KERNEL); in omap_des_probe()
1077 struct omap_des_dev *dd = platform_get_drvdata(pdev); in omap_des_remove()