Home
last modified time | relevance | path

Searched refs:HI_ID_HDMI (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/
H A Dhdmi_ext.h128 #define ckfn_hdmi_entry() check_func_entry(HI_ID_HDMI)
130 #define ckfn_hdmi_init() (func_entry(hdmi_export_func, HI_ID_HDMI)->pfn_init != NULL)
132 #define call_hdmi_init() func_entry(hdmi_export_func, HI_ID_HDMI)->pfn_init()
134 #define ckfn_hdmi_deinit() (func_entry(hdmi_export_func, HI_ID_HDMI)->pfn_exit != NULL)
136 #define call_hdmi_deinit() func_entry(hdmi_export_func, HI_ID_HDMI)->pfn_exit()
138 #define ckfn_hdmi_stop(hdmi) (func_entry(hdmi_export_func, HI_ID_HDMI)->pfn_stop != NULL)
140 #define call_hdmi_stop(hdmi) func_entry(hdmi_export_func, HI_ID_HDMI)->pfn_stop(hdmi)
142 #define ckfn_hdmi_set_hdr_attr(hdmi, hdr_attr) (func_entry(hdmi_export_func, HI_ID_HDMI)->pfn_set_hdr_attr != NULL)
145 func_entry(hdmi_export_func, HI_ID_HDMI)->pfn_set_hdr_attr(hdmi, hdr_attr)
H A Dhi_comm_hdmi.h1198 #define HI_ERR_HDMI_NOT_INIT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_NOT_INIT)
1199 #define HI_ERR_HDMI_INVALID_PARA HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INVALID_PARA)
1200 #define HI_ERR_HDMI_NUL_PTR HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_NUL_PTR)
1201 #define HI_ERR_HDMI_DEV_NOT_OPEN HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_DEV_NOT_OPEN)
1202 #define HI_ERR_HDMI_DEV_NOT_CONNECT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_DEV_NOT_CONNECT)
1203 #define HI_ERR_HDMI_READ_SINK_FAILED HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_READ_SINK_FAILED)
1204 #define HI_ERR_HDMI_INIT_ALREADY HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INIT_ALREADY)
1205 #define HI_ERR_HDMI_CALLBACK_ALREADY HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_CALLBACK_ALREADY)
1206 #define HI_ERR_HDMI_INVALID_CALLBACK HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INVALID_CALLBACK)
1207 #define HI_ERR_HDMI_FEATURE_NO_SUPPORT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERRO
[all...]
H A Ddrv_hdmi_ioctl.h234 #define CMD_HDMI_GET_AUDIO_CAPABILITY _IOWR(HI_ID_HDMI, IOCTL_HDMI_GET_AUDIO_CAPABILITY, drv_hdmi_audio_capability)
267 #define CMD_HDMI_GET_HDR_ATTR _IOWR(HI_ID_HDMI, IOCTL_HDMI_GET_HDR_ATTR, drv_hdmi_hdr)
268 #define CMD_HDMI_SET_HDR_ATTR _IOWR(HI_ID_HDMI, IOCTL_HDMI_SET_HDR_ATTR, drv_hdmi_hdr)
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_hdmi.h1194 #define HI_ERR_HDMI_NOT_INIT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_NOT_INIT)
1195 #define HI_ERR_HDMI_INVALID_PARA HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INVALID_PARA)
1196 #define HI_ERR_HDMI_NUL_PTR HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_NUL_PTR)
1197 #define HI_ERR_HDMI_DEV_NOT_OPEN HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_DEV_NOT_OPEN)
1198 #define HI_ERR_HDMI_DEV_NOT_CONNECT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_DEV_NOT_CONNECT)
1199 #define HI_ERR_HDMI_READ_SINK_FAILED HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_READ_SINK_FAILED)
1200 #define HI_ERR_HDMI_INIT_ALREADY HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INIT_ALREADY)
1201 #define HI_ERR_HDMI_CALLBACK_ALREADY HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_CALLBACK_ALREADY)
1202 #define HI_ERR_HDMI_INVALID_CALLBACK HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INVALID_CALLBACK)
1203 #define HI_ERR_HDMI_FEATURE_NO_SUPPORT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERRO
[all...]
H A Dhi_common.h179 HI_ID_HDMI = 40, enumerator
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_hdmi.h1193 #define HI_ERR_HDMI_NOT_INIT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_NOT_INIT)
1194 #define HI_ERR_HDMI_INVALID_PARA HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INVALID_PARA)
1195 #define HI_ERR_HDMI_NUL_PTR HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_NUL_PTR)
1196 #define HI_ERR_HDMI_DEV_NOT_OPEN HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_DEV_NOT_OPEN)
1197 #define HI_ERR_HDMI_DEV_NOT_CONNECT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_DEV_NOT_CONNECT)
1198 #define HI_ERR_HDMI_READ_SINK_FAILED HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_READ_SINK_FAILED)
1199 #define HI_ERR_HDMI_INIT_ALREADY HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INIT_ALREADY)
1200 #define HI_ERR_HDMI_CALLBACK_ALREADY HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_CALLBACK_ALREADY)
1201 #define HI_ERR_HDMI_INVALID_CALLBACK HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERROR, ERR_HDMI_INVALID_CALLBACK)
1202 #define HI_ERR_HDMI_FEATURE_NO_SUPPORT HI_DEF_ERR(HI_ID_HDMI, EN_ERR_LEVEL_ERRO
[all...]
H A Dhi_common.h179 HI_ID_HDMI = 40, enumerator
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/product/hi3516cv500/
H A Dhdmi_product_define.h83 HI_ERR_TRACE(HI_ID_HDMI, "[Func]:%s [Line]:%u [Info]:", __FUNCTION__, (hi_u32)__LINE__); \
84 HI_ERR_TRACE(HI_ID_HDMI, ##fmt); \
89 HI_WARN_TRACE(HI_ID_HDMI, "[Func]:%s [Line]:%u [Info]:", __FUNCTION__, (hi_u32)__LINE__); \
90 HI_WARN_TRACE(HI_ID_HDMI, ##fmt); \
95 HI_INFO_TRACE(HI_ID_HDMI, "[Func]:%s [Line]:%u [Info]:", __FUNCTION__, (hi_u32)__LINE__); \
96 HI_INFO_TRACE(HI_ID_HDMI, ##fmt); \
101 HI_DEBUG_TRACE(HI_ID_HDMI, fmt); \
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_common.h182 HI_ID_HDMI = 40, enumerator
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
H A Dhi_module.h73 HI_ID_HDMI, enumerator
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_intf.c2329 vo_export_func->pfn_vou_set_dither_out_bit_width(HI_ID_HDMI, 0, vou_dither_mode);
4140 .mod_id = HI_ID_HDMI,
4410 cmpi_unregister_module(HI_ID_HDMI);
4443 cmpi_unregister_module(HI_ID_HDMI);

Completed in 23 milliseconds