Home
last modified time | relevance | path

Searched refs:vsync_polarity (Results 1 – 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
Dhdmi_hal_ctrl.h58 hi_bool vsync_polarity; /* when sync_sw_enable==0, indicates hw; or, indicates sw */ member
Dhdmi_hal_intf.c431 hw_status->video_status.vsync_polarity = video_stat.timing.vsync_polarity; in hal_hdmi_hw_video_status_get()
Dhdmi_hal_ctrl.c1071 timing->vsync_polarity = hdmi_reg_vsync_polarity_get() ? HI_TRUE : HI_FALSE; in ctrl_timming_decect_get()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/media/vout/hdmi_tx/
Dhdmi_common.h275 unsigned int vsync_polarity:1; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/regs/
Dhdmi_reg_video_path.h286 unsigned int vsync_polarity : 1; /* [2] */ member
Dhdmi_reg_video_path.c379 return status.bits.vsync_polarity; in hdmi_reg_vsync_polarity_get()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_common.h919 hi_bool vsync_polarity; /* when sync_sw_enable==0,indicates hw;or ,indicates sw */ member
Ddrv_hdmi_proc.c709 …osal_seq_printf(file, "%-15s: %-20s \n", "VsyncPolarity", video_status->vsync_polarity ? "P" : "N"… in proc_detail_timing()