Lines Matching refs:hal_api
40 MppHalApi *p_api = &p_hal->hal_api; in init_hard_platform()
123 FUN_CHECK(ret = p_hal->hal_api.deinit(decoder)); in hal_avsd_deinit()
172 FUN_CHECK(ret = p_hal->hal_api.init(decoder, cfg)); in hal_avsd_init()
208 ret = p_hal->hal_api.deinit(decoder); in hal_avsd_gen_regs()
220 ret = p_hal->hal_api.init(decoder, p_hal->cfg); in hal_avsd_gen_regs()
229 return p_hal->hal_api.reg_gen(decoder, task); in hal_avsd_gen_regs()
242 return p_hal->hal_api.start(decoder, task); in hal_avsd_start()
255 return p_hal->hal_api.wait(decoder, task); in hal_avsd_wait()
268 return p_hal->hal_api.reset(p_hal); in hal_avsd_reset()
281 return p_hal->hal_api.flush(p_hal); in hal_avsd_flush()
294 return p_hal->hal_api.control(decoder, cmd_type, param); in hal_avsd_control()