Lines Matching refs:omap_sham_dev

142 struct omap_sham_dev;
145 struct omap_sham_dev *dd;
195 void (*write_ctrl)(struct omap_sham_dev *dd, size_t length,
197 void (*trigger)(struct omap_sham_dev *dd, size_t length);
198 int (*poll_irq)(struct omap_sham_dev *dd);
217 struct omap_sham_dev {
252 static inline u32 omap_sham_read(struct omap_sham_dev *dd, u32 offset)
257 static inline void omap_sham_write(struct omap_sham_dev *dd,
263 static inline void omap_sham_write_mask(struct omap_sham_dev *dd, u32 address,
274 static inline int omap_sham_wait(struct omap_sham_dev *dd, u32 offset, u32 bit)
289 struct omap_sham_dev *dd = ctx->dd;
304 struct omap_sham_dev *dd = ctx->dd;
370 static int omap_sham_hw_init(struct omap_sham_dev *dd)
388 static void omap_sham_write_ctrl_omap2(struct omap_sham_dev *dd, size_t length,
417 static void omap_sham_trigger_omap2(struct omap_sham_dev *dd, size_t length)
421 static int omap_sham_poll_irq_omap2(struct omap_sham_dev *dd)
450 static void omap_sham_write_n(struct omap_sham_dev *dd, u32 offset,
457 static void omap_sham_write_ctrl_omap4(struct omap_sham_dev *dd, size_t length,
512 static void omap_sham_trigger_omap4(struct omap_sham_dev *dd, size_t length)
517 static int omap_sham_poll_irq_omap4(struct omap_sham_dev *dd)
523 static int omap_sham_xmit_cpu(struct omap_sham_dev *dd, size_t length,
584 struct omap_sham_dev *dd = param;
590 static int omap_sham_xmit_dma(struct omap_sham_dev *dd, size_t length,
934 static int omap_sham_update_dma_stop(struct omap_sham_dev *dd)
945 static struct omap_sham_dev *omap_sham_find_dev(struct omap_sham_reqctx *ctx)
947 struct omap_sham_dev *dd;
953 dd = list_first_entry(&sham.dev_list, struct omap_sham_dev, list);
966 struct omap_sham_dev *dd;
1028 static int omap_sham_update_req(struct omap_sham_dev *dd)
1054 static int omap_sham_final_req(struct omap_sham_dev *dd)
1087 struct omap_sham_dev *dd = ctx->dd;
1133 struct omap_sham_dev *dd = ctx->dd;
1151 struct omap_sham_dev *dd = ctx->dd;
1194 static int omap_sham_handle_queue(struct omap_sham_dev *dd,
1203 struct omap_sham_dev *dd = ctx->dd;
1213 struct omap_sham_dev *dd = omap_sham_find_dev(ctx);
1729 struct omap_sham_dev *dd = (struct omap_sham_dev *)data;
1760 static irqreturn_t omap_sham_irq_common(struct omap_sham_dev *dd)
1770 struct omap_sham_dev *dd = dev_id;
1785 struct omap_sham_dev *dd = dev_id;
1919 static int omap_sham_get_res_of(struct omap_sham_dev *dd,
1954 static int omap_sham_get_res_of(struct omap_sham_dev *dd,
1961 static int omap_sham_get_res_pdev(struct omap_sham_dev *dd,
1994 struct omap_sham_dev *dd = dev_get_drvdata(dev);
2002 struct omap_sham_dev *dd = dev_get_drvdata(dev);
2024 struct omap_sham_dev *dd = dev_get_drvdata(dev);
2033 struct omap_sham_dev *dd = dev_get_drvdata(dev);
2069 struct omap_sham_dev *dd;
2076 dd = devm_kzalloc(dev, sizeof(struct omap_sham_dev), GFP_KERNEL);
2211 struct omap_sham_dev *dd;