Searched refs:vsync_polarity (Results 1 – 8 of 8) sorted by relevance
58 hi_bool vsync_polarity; /* when sync_sw_enable==0, indicates hw; or, indicates sw */ member
431 hw_status->video_status.vsync_polarity = video_stat.timing.vsync_polarity; in hal_hdmi_hw_video_status_get()
1071 timing->vsync_polarity = hdmi_reg_vsync_polarity_get() ? HI_TRUE : HI_FALSE; in ctrl_timming_decect_get()
275 unsigned int vsync_polarity:1; member
286 unsigned int vsync_polarity : 1; /* [2] */ member
379 return status.bits.vsync_polarity; in hdmi_reg_vsync_polarity_get()
919 hi_bool vsync_polarity; /* when sync_sw_enable==0,indicates hw;or ,indicates sw */ member
709 …osal_seq_printf(file, "%-15s: %-20s \n", "VsyncPolarity", video_status->vsync_polarity ? "P" : "N"… in proc_detail_timing()