Lines Matching refs:img_hash_dev

83 struct img_hash_dev;
86 struct img_hash_dev *hdev;
113 struct img_hash_dev *hdev;
118 struct img_hash_dev { struct
150 static inline u32 img_hash_read(struct img_hash_dev *hdev, u32 offset) in img_hash_read() argument
155 static inline void img_hash_write(struct img_hash_dev *hdev, in img_hash_write()
161 static inline u32 img_hash_read_result_queue(struct img_hash_dev *hdev) in img_hash_read_result_queue()
166 static void img_hash_start(struct img_hash_dev *hdev, bool dma) in img_hash_start()
192 static int img_hash_xmit_cpu(struct img_hash_dev *hdev, const u8 *buf, in img_hash_xmit_cpu()
213 struct img_hash_dev *hdev = (struct img_hash_dev *)data; in img_hash_dma_callback()
224 static int img_hash_xmit_dma(struct img_hash_dev *hdev, struct scatterlist *sg) in img_hash_xmit_dma()
255 static int img_hash_write_via_cpu(struct img_hash_dev *hdev) in img_hash_write_via_cpu()
297 struct img_hash_dev *hdev = ctx->hdev; in img_hash_finish_req()
315 static int img_hash_write_via_dma(struct img_hash_dev *hdev) in img_hash_write_via_dma()
333 static int img_hash_dma_init(struct img_hash_dev *hdev) in img_hash_dma_init()
361 struct img_hash_dev *hdev = (struct img_hash_dev *)d; in img_hash_dma_task()
431 static int img_hash_write_via_dma_stop(struct img_hash_dev *hdev) in img_hash_write_via_dma_stop()
441 static int img_hash_process_data(struct img_hash_dev *hdev) in img_hash_process_data()
461 static int img_hash_hw_init(struct img_hash_dev *hdev) in img_hash_hw_init()
497 static int img_hash_handle_queue(struct img_hash_dev *hdev, in img_hash_handle_queue()
624 struct img_hash_dev *hdev = NULL; in img_hash_digest()
625 struct img_hash_dev *tmp; in img_hash_digest()
727 struct img_hash_dev *hdev = dev_id; in img_irq_handler()
864 static int img_register_algs(struct img_hash_dev *hdev) in img_register_algs()
882 static int img_unregister_algs(struct img_hash_dev *hdev) in img_unregister_algs()
893 struct img_hash_dev *hdev = (struct img_hash_dev *)data; in img_hash_done_task()
940 struct img_hash_dev *hdev; in img_hash_probe()
1057 struct img_hash_dev *hdev; in img_hash_remove()
1080 struct img_hash_dev *hdev = dev_get_drvdata(dev); in img_hash_suspend()
1090 struct img_hash_dev *hdev = dev_get_drvdata(dev); in img_hash_resume()