Lines Matching refs:hal
23 MPP_RET hal_dummy_dec_init(void *hal, MppHalCfg *cfg) in hal_dummy_dec_init() argument
25 (void)hal; in hal_dummy_dec_init()
30 MPP_RET hal_dummy_dec_deinit(void *hal) in hal_dummy_dec_deinit() argument
32 (void)hal; in hal_dummy_dec_deinit()
36 MPP_RET hal_dummy_dec_gen_regs(void *hal, HalTaskInfo *task) in hal_dummy_dec_gen_regs() argument
38 (void)hal; in hal_dummy_dec_gen_regs()
42 MPP_RET hal_dummy_dec_start(void *hal, HalTaskInfo *task) in hal_dummy_dec_start() argument
44 (void)hal; in hal_dummy_dec_start()
49 MPP_RET hal_dummy_dec_wait(void *hal, HalTaskInfo *task) in hal_dummy_dec_wait() argument
51 (void)hal; in hal_dummy_dec_wait()
56 MPP_RET hal_dummy_dec_reset(void *hal) in hal_dummy_dec_reset() argument
58 (void)hal; in hal_dummy_dec_reset()
62 MPP_RET hal_dummy_dec_flush(void *hal) in hal_dummy_dec_flush() argument
64 (void)hal; in hal_dummy_dec_flush()
68 MPP_RET hal_dummy_dec_control(void *hal, MpiCmd cmd_type, void *param) in hal_dummy_dec_control() argument
70 (void)hal; in hal_dummy_dec_control()