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

/linux-4.4.14/drivers/media/i2c/
H A Dtc358743.c1109 uint8_t hdmi_sys_status = i2c_rd8(sd, SYS_STATUS); tc358743_log_status() local
1130 hdmi_sys_status & MASK_S_DDC5V ? "yes" : "no"); tc358743_log_status()
1141 hdmi_sys_status & MASK_S_TMDS ? "yes" : "no"); tc358743_log_status()
1143 hdmi_sys_status & MASK_S_SYNC ? "yes" : "no"); tc358743_log_status()
1145 hdmi_sys_status & MASK_S_PHY_PLL ? "yes" : "no"); tc358743_log_status()
1147 hdmi_sys_status & MASK_S_PHY_SCDT ? "yes" : "no"); tc358743_log_status()
1183 hdmi_sys_status & MASK_S_HDCP ? "yes" : "no"); tc358743_log_status()
1189 v4l2_info(sd, "AV Mute: %s\n", hdmi_sys_status & MASK_S_AVMUTE ? "on" : tc358743_log_status()

Completed in 57 milliseconds