Lines Matching defs: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)
1102 static int hifn_setup_base_command(struct hifn_device *dev, u8 *buf,
1124 static int hifn_setup_crypto_command(struct hifn_device *dev,
1165 static int hifn_setup_cmd_desc(struct hifn_device *dev,
1283 static int hifn_setup_src_desc(struct hifn_device *dev, struct page *page,
1316 static void hifn_setup_res_desc(struct hifn_device *dev)
1341 static void hifn_setup_dst_desc(struct hifn_device *dev, struct page *page,
1370 static int hifn_setup_dma(struct hifn_device *dev,
1579 struct hifn_device *dev = ctx->dev;
1645 static int hifn_test(struct hifn_device *dev, int encdec, u8 snum)
1699 static int hifn_start_device(struct hifn_device *dev)
1757 static inline void hifn_complete_sa(struct hifn_device *dev, int i)
1815 static void hifn_clear_rings(struct hifn_device *dev, int error)
1886 struct hifn_device *dev = container_of(dw, struct hifn_device, work);
1956 struct hifn_device *dev = (struct hifn_device *)data;
2017 static void hifn_flush(struct hifn_device *dev)
2052 struct hifn_device *dev = ctx->dev;
2080 struct hifn_device *dev = ctx->dev;
2137 static int hifn_process_queue(struct hifn_device *dev)
2171 struct hifn_device *dev = ctx->dev;
2483 static int hifn_alg_alloc(struct hifn_device *dev, struct hifn_alg_template *t)
2520 static void hifn_unregister_alg(struct hifn_device *dev)
2531 static int hifn_register_alg(struct hifn_device *dev)
2550 struct hifn_device *dev = (struct hifn_device *)data;
2567 struct hifn_device *dev;
2595 dev = kzalloc(sizeof(struct hifn_device) + sizeof(struct crypto_alg),
2701 struct hifn_device *dev;