• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/

Lines Matching refs:omap_sham_dev

93 struct omap_sham_dev;
96 struct omap_sham_dev *dd;
119 struct omap_sham_dev *dd;
131 struct omap_sham_dev {
160 static inline u32 omap_sham_read(struct omap_sham_dev *dd, u32 offset)
165 static inline void omap_sham_write(struct omap_sham_dev *dd,
171 static inline void omap_sham_write_mask(struct omap_sham_dev *dd, u32 address,
182 static inline int omap_sham_wait(struct omap_sham_dev *dd, u32 offset, u32 bit)
221 static int omap_sham_write_ctrl(struct omap_sham_dev *dd, size_t length,
267 static int omap_sham_xmit_cpu(struct omap_sham_dev *dd, const u8 *buf,
297 static int omap_sham_xmit_dma(struct omap_sham_dev *dd, dma_addr_t dma_addr,
373 static int omap_sham_update_dma_slow(struct omap_sham_dev *dd)
398 static int omap_sham_update_dma_fast(struct omap_sham_dev *dd)
418 static int omap_sham_update_cpu(struct omap_sham_dev *dd)
430 static int omap_sham_update_dma_stop(struct omap_sham_dev *dd)
444 struct omap_sham_dev *dd = ctx->dd;
473 struct omap_sham_dev *dd = NULL, *tmp;
529 static int omap_sham_update_req(struct omap_sham_dev *dd)
551 static int omap_sham_final_req(struct omap_sham_dev *dd)
614 static int omap_sham_handle_queue(struct omap_sham_dev *dd)
676 struct omap_sham_dev *dd = tctx->dd;
992 struct omap_sham_dev *dd = (struct omap_sham_dev *)data;
1019 struct omap_sham_dev *dd = (struct omap_sham_dev *)data;
1026 struct omap_sham_dev *dd = dev_id;
1050 struct omap_sham_dev *dd = data;
1056 static int omap_sham_dma_init(struct omap_sham_dev *dd)
1078 static void omap_sham_dma_cleanup(struct omap_sham_dev *dd)
1088 struct omap_sham_dev *dd;
1093 dd = kzalloc(sizeof(struct omap_sham_dev), GFP_KERNEL);
1202 static struct omap_sham_dev *dd;