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 {
184 static inline u32 omap_des_read(struct omap_des_dev *dd, u32 offset)
198 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset,
205 static inline void omap_des_write_mask(struct omap_des_dev *dd, u32 offset,
216 static void omap_des_write_n(struct omap_des_dev *dd, u32 offset,
223 static int omap_des_hw_init(struct omap_des_dev *dd)
247 static int omap_des_write_ctrl(struct omap_des_dev *dd)
282 static void omap_des_dma_trigger_omap4(struct omap_des_dev *dd, int length)
301 static void omap_des_dma_stop(struct omap_des_dev *dd)
311 static struct omap_des_dev *omap_des_find_dev(struct omap_des_ctx *ctx)
313 struct omap_des_dev *dd = NULL, *tmp;
334 struct omap_des_dev *dd = data;
340 static int omap_des_dma_init(struct omap_des_dev *dd)
368 static void omap_des_dma_cleanup(struct omap_des_dev *dd)
382 struct omap_des_dev *dd = ctx->dd;
458 static int omap_des_crypt_dma_start(struct omap_des_dev *dd)
493 static void omap_des_finish_req(struct omap_des_dev *dd, int err)
505 static int omap_des_crypt_dma_stop(struct omap_des_dev *dd)
517 static int omap_des_handle_queue(struct omap_des_dev *dd,
532 struct omap_des_dev *dd = omap_des_find_dev(ctx);
589 struct omap_des_dev *dd = omap_des_find_dev(ctx);
599 struct omap_des_dev *dd = (struct omap_des_dev *)data;
634 struct omap_des_dev *dd;
838 struct omap_des_dev *dd = dev_id;
929 static int omap_des_get_of(struct omap_des_dev *dd,
942 static int omap_des_get_of(struct omap_des_dev *dd,
949 static int omap_des_get_pdev(struct omap_des_dev *dd,
961 struct omap_des_dev *dd;
967 dd = devm_kzalloc(dev, sizeof(struct omap_des_dev), GFP_KERNEL);
1093 struct omap_des_dev *dd = platform_get_drvdata(pdev);