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 {
179 static inline u32 omap_des_read(struct omap_des_dev *dd, u32 offset)
193 static inline void omap_des_write(struct omap_des_dev *dd, u32 offset,
200 static inline void omap_des_write_mask(struct omap_des_dev *dd, u32 offset,
211 static void omap_des_write_n(struct omap_des_dev *dd, u32 offset,
218 static int omap_des_hw_init(struct omap_des_dev *dd)
241 static int omap_des_write_ctrl(struct omap_des_dev *dd)
276 static void omap_des_dma_trigger_omap4(struct omap_des_dev *dd, int length)
295 static void omap_des_dma_stop(struct omap_des_dev *dd)
305 static struct omap_des_dev *omap_des_find_dev(struct omap_des_ctx *ctx)
307 struct omap_des_dev *dd = NULL, *tmp;
328 struct omap_des_dev *dd = data;
334 static int omap_des_dma_init(struct omap_des_dev *dd)
362 static void omap_des_dma_cleanup(struct omap_des_dev *dd)
376 struct omap_des_dev *dd = ctx->dd;
452 static int omap_des_crypt_dma_start(struct omap_des_dev *dd)
487 static void omap_des_finish_req(struct omap_des_dev *dd, int err)
499 static int omap_des_crypt_dma_stop(struct omap_des_dev *dd)
511 static int omap_des_handle_queue(struct omap_des_dev *dd,
521 struct omap_des_dev *dd)
578 struct omap_des_dev *dd = omap_des_find_dev(ctx);
589 struct omap_des_dev *dd = (struct omap_des_dev *)data;
624 struct omap_des_dev *dd;
829 struct omap_des_dev *dd = dev_id;
920 static int omap_des_get_of(struct omap_des_dev *dd,
933 static int omap_des_get_of(struct omap_des_dev *dd,
940 static int omap_des_get_pdev(struct omap_des_dev *dd,
952 struct omap_des_dev *dd;
958 dd = devm_kzalloc(dev, sizeof(struct omap_des_dev), GFP_KERNEL);
1077 struct omap_des_dev *dd = platform_get_drvdata(pdev);