Home
last modified time | relevance | path

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/
Ddrv_hdmi_frl.c235 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()
Ddrv_hdmi_common.h257 #define hal_call_ret(ret, func, param...) \ macro
Ddrv_hdmi_intf.c1877 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);
Ddrv_hdmi_edid.c1720hal_call_ret(ret, hal_hdmi_edid_raw_data_read, hdmi_dev->hal, HDMI_EDID_TOTAL_SIZE, data); in drv_hdmi_edid_update()