Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dit6616.c446 u16 h_sync_w; member
2019 u16 h_total, h_active, h_front_porch, h_sync_w; in it6616_hdmi_rx_get_video_info() local
2028 h_sync_w = ((it6616_hdmi_read(hdmi, 0xA1) & 0x01) << 8) + it6616_hdmi_read(hdmi, 0x9F); in it6616_hdmi_rx_get_video_info()
2041 it6616->vinfo.h_sync_w = h_sync_w; in it6616_hdmi_rx_get_video_info()
2042 it6616->vinfo.h_back_porch = (h_total - h_active - h_front_porch - h_sync_w); in it6616_hdmi_rx_get_video_info()
2070 dev_dbg(dev, "HSyncWidth = %d\n", it6616->vinfo.h_sync_w*2); in it6616_hdmi_rx_get_video_info()
2074 dev_dbg(dev, "HSyncWidth = %d\n", it6616->vinfo.h_sync_w); in it6616_hdmi_rx_get_video_info()
3381 bt->hsync = it6616->vinfo.h_sync_w; in it6616_get_detected_timings()
3394 bt->hsync = it6616->vinfo.h_sync_w * 2; in it6616_get_detected_timings()