• 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:hifn_device

423 struct hifn_device
634 struct hifn_device *dev;
651 struct hifn_device *dev;
665 static inline u32 hifn_read_0(struct hifn_device *dev, u32 reg)
674 static inline u32 hifn_read_1(struct hifn_device *dev, u32 reg)
683 static inline void hifn_write_0(struct hifn_device *dev, u32 reg, u32 val)
688 static inline void hifn_write_1(struct hifn_device *dev, u32 reg, u32 val)
693 static void hifn_wait_puc(struct hifn_device *dev)
710 static void hifn_reset_puc(struct hifn_device *dev)
716 static void hifn_stop_device(struct hifn_device *dev)
725 static void hifn_reset_dma(struct hifn_device *dev, int full)
797 struct hifn_device *dev = (struct hifn_device *)rng->priv;
812 struct hifn_device *dev = (struct hifn_device *)rng->priv;
819 static int hifn_register_rng(struct hifn_device *dev)
835 static void hifn_unregister_rng(struct hifn_device *dev)
844 static int hifn_init_pubrng(struct hifn_device *dev)
887 static int hifn_enable_crypto(struct hifn_device *dev)
930 static void hifn_init_dma(struct hifn_device *dev)
973 static void hifn_init_pll(struct hifn_device *dev)
1026 static void hifn_init_registers(struct hifn_device *dev)
1079 static int hifn_setup_base_command(struct hifn_device *dev, u8 *buf,
1101 static int hifn_setup_crypto_command(struct hifn_device *dev,
1142 static int hifn_setup_cmd_desc(struct hifn_device *dev,
1260 static int hifn_setup_src_desc(struct hifn_device *dev, struct page *page,
1293 static void hifn_setup_res_desc(struct hifn_device *dev)
1318 static void hifn_setup_dst_desc(struct hifn_device *dev, struct page *page,
1347 static int hifn_setup_dma(struct hifn_device *dev,
1556 struct hifn_device *dev = ctx->dev;
1622 static int hifn_test(struct hifn_device *dev, int encdec, u8 snum)
1676 static int hifn_start_device(struct hifn_device *dev)
1734 static inline void hifn_complete_sa(struct hifn_device *dev, int i)
1792 static void hifn_clear_rings(struct hifn_device *dev, int error)
1863 struct hifn_device *dev = container_of(dw, struct hifn_device, work);
1933 struct hifn_device *dev = (struct hifn_device *)data;
1994 static void hifn_flush(struct hifn_device *dev)
2029 struct hifn_device *dev = ctx->dev;
2057 struct hifn_device *dev = ctx->dev;
2114 static int hifn_process_queue(struct hifn_device *dev)
2148 struct hifn_device *dev = ctx->dev;
2460 static int hifn_alg_alloc(struct hifn_device *dev, struct hifn_alg_template *t)
2496 static void hifn_unregister_alg(struct hifn_device *dev)
2507 static int hifn_register_alg(struct hifn_device *dev)
2526 struct hifn_device *dev = (struct hifn_device *)data;
2543 struct hifn_device *dev;
2571 dev = kzalloc(sizeof(struct hifn_device) + sizeof(struct crypto_alg),
2675 struct hifn_device *dev;