Searched defs:hdmi_hal_ (Results 1 – 1 of 1) sorted by relevance
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ |
| D | hdmi_hal.h | 75 typedef struct hdmi_hal_ { struct 76 hdmi_hal_context hal_ctx; argument 77 hi_void (*hal_hdmi_hardware_init)(const struct hdmi_hal_ *hal); argument 78 hi_void (*hal_hdmi_tmds_mode_set)(const struct hdmi_hal_ *hal, hdmi_tmds_mode tmds_mode); argument 79 hi_void (*hal_hdmi_avmute_set)(const struct hdmi_hal_ *hal, hi_bool av_mute); argument 80 …hi_void (*hal_hdmi_infoframe_set)(const struct hdmi_hal_ *, hdmi_infoframe_id, hi_u8 in_buffer[], … argument 81 hi_void (*hal_hdmi_infoframe_enable_set)(const struct hdmi_hal_ *, hdmi_infoframe_id, hi_bool); argument 82 hi_s32 (*hal_hdmi_video_path_set)(const struct hdmi_hal_ *hal, hdmi_video_config *video_cfg); argument 83 hi_void (*hal_hdmi_phy_output_enable_set)(const struct hdmi_hal_ *hal, hi_bool enable); argument 84 hi_void (*hal_hdmi_phy_power_enable_set)(const struct hdmi_hal_ *hal, hi_bool enable); argument [all …]
|