Searched refs:hal_ret (Results 1 – 1 of 1) sorted by relevance
454 u8 hal_ret; in configure_channel() local481 hal_ret = dim_init_control(&hdm_ch->ch, is_tx, ch_addr, in configure_channel()495 hal_ret = dim_init_async(&hdm_ch->ch, is_tx, ch_addr, in configure_channel()532 if (hal_ret != DIM_NO_ERROR) { in configure_channel()535 hdm_ch->name, hal_ret, ccfg->data_type, (int)is_tx); in configure_channel()643 u8 hal_ret; in poison_channel() local652 hal_ret = dim_destroy_channel(&hdm_ch->ch); in poison_channel()657 if (hal_ret != DIM_NO_ERROR) { in poison_channel()754 u8 hal_ret; in dim2_probe() local803 if (hal_ret != DIM_NO_ERROR) { in dim2_probe()[all …]