Home
last modified time | relevance | path

Searched defs:hal (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
Dhdmi_hal_intf.c118 static hi_void hal_hdmi_hardware_init(const struct hdmi_hal_ *hal) in hal_hdmi_hardware_init()
125 static hi_void hal_hdmi_tmds_mode_set(const struct hdmi_hal_ *hal, hdmi_tmds_mode tmds_mode) in hal_hdmi_tmds_mode_set()
132 static hi_void hal_hdmi_avmute_set(const struct hdmi_hal_ *hal, hi_bool avmute) in hal_hdmi_avmute_set()
144 static hi_void hal_hdmi_emi_status_get(const struct hdmi_hal_ *hal, hdmi_emi_status *emi_status) in hal_hdmi_emi_status_get()
160 static hi_void hal_hdmi_csc_param_set(struct hdmi_hal_ *hal, hdmi_video_config *video_cfg) in hal_hdmi_csc_param_set()
175 static hi_void hal_hdmi_infoframe_set(const struct hdmi_hal_ *hal, in hal_hdmi_infoframe_set()
184 static hi_void hal_hdmi_infoframe_enable_set(const struct hdmi_hal_ *hal, in hal_hdmi_infoframe_enable_set()
192 static hi_s32 hal_hdmi_video_path_set(const struct hdmi_hal_ *hal, hdmi_video_config *video_cfg) in hal_hdmi_video_path_set()
240 static hi_void hal_hdmi_ctrl_reset(const struct hdmi_hal_ *hal) in hal_hdmi_ctrl_reset()
266 static hi_s32 hal_hdmi_phy_hw_spec_set(const struct hdmi_hal_ *hal, hi_u32 tmds_clk, const hdmi_hw_… in hal_hdmi_phy_hw_spec_set()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_intf.h62 hdmi_hal *hal; member
Ddrv_hdmi_proc.c1016 hdmi_hal *hal = HI_NULL; in proc_hdr_info() local