Searched refs:hal_call_ret (Results 1 – 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
D | drv_hdmi_frl.c | 235 hal_call_ret(ret, hal_hdmi_scdc_process, hdmi_dev->hal, SCDC_CMD_GET_SINK_VER, &sink_ver); in frl_get_sink_version() 246 hal_call_ret(ret, hal_hdmi_scdc_process, hdmi_dev->hal, SCDC_CMD_GET_FLT_UPDATE, &flt_update); in frl_get_flt_update()
|
D | drv_hdmi_common.h | 257 #define hal_call_ret(ret, func, param...) \ macro
|
D | drv_hdmi_intf.c | 1877 hal_call_ret(ret, hal_hdmi_audio_path_set, hdmi_dev->hal, &audio_cfg); 2100 hal_call_ret(ret, hal_hdmi_video_path_set, hdmi_dev->hal, &video_cfg); 3289 hal_call_ret(ret, hal_hdmi_phy_hw_spec_get, hdmi_dev->hal, hw_spec); 3316 hal_call_ret(ret, hal_hdmi_phy_hw_spec_set, hdmi_dev->hal, tmds_clk, hw_spec);
|
D | drv_hdmi_edid.c | 1720 … hal_call_ret(ret, hal_hdmi_edid_raw_data_read, hdmi_dev->hal, HDMI_EDID_TOTAL_SIZE, data); in drv_hdmi_edid_update()
|