Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dtc358743.c1241 uint8_t hdmi_sys_status = i2c_rd8(sd, SYS_STATUS); in tc358743_log_status() local
1262 hdmi_sys_status & MASK_S_DDC5V ? "yes" : "no"); in tc358743_log_status()
1273 hdmi_sys_status & MASK_S_TMDS ? "yes" : "no"); in tc358743_log_status()
1275 hdmi_sys_status & MASK_S_SYNC ? "yes" : "no"); in tc358743_log_status()
1277 hdmi_sys_status & MASK_S_PHY_PLL ? "yes" : "no"); in tc358743_log_status()
1279 hdmi_sys_status & MASK_S_PHY_SCDT ? "yes" : "no"); in tc358743_log_status()
1315 hdmi_sys_status & MASK_S_HDCP ? "yes" : "no"); in tc358743_log_status()
1321 v4l2_info(sd, "AV Mute: %s\n", hdmi_sys_status & MASK_S_AVMUTE ? "on" : in tc358743_log_status()