Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/xlp-hal/
H A Dsys.h92 #define SYS_STATUS 0x32 macro
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc358743.c256 return i2c_rd8(sd, SYS_STATUS) & MASK_S_HDMI; in is_hdmi()
261 return i2c_rd8(sd, SYS_STATUS) & MASK_S_DDC5V; in tx_5v_power_present()
266 return !(i2c_rd8(sd, SYS_STATUS) & MASK_S_TMDS); in no_signal()
271 return !(i2c_rd8(sd, SYS_STATUS) & MASK_S_SYNC); in no_sync()
1243 uint8_t hdmi_sys_status = i2c_rd8(sd, SYS_STATUS); in tc358743_log_status()
H A Dtc35874x.c384 return i2c_rd8(sd, SYS_STATUS) & MASK_S_HDMI; in is_hdmi()
389 return i2c_rd8(sd, SYS_STATUS) & MASK_S_DDC5V; in tx_5v_power_present()
394 return !(i2c_rd8(sd, SYS_STATUS) & MASK_S_TMDS); in no_signal()
399 return !(i2c_rd8(sd, SYS_STATUS) & MASK_S_SYNC); in no_sync()
1309 uint8_t hdmi_sys_status = i2c_rd8(sd, SYS_STATUS); in tc35874x_log_status()
H A Dtc35874x_regs.h319 #define SYS_STATUS 0x8520 macro
H A Dtc358743_regs.h390 #define SYS_STATUS 0x8520 macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dite-it6161.c2678 static SYS_STATUS hdmi_tx_get_hdcp_bcaps_bstatus(struct it6161 *it6161, u8 *pBCaps, u16 *pBStatus) in hdmi_tx_get_hdcp_bcaps_bstatus()
2908 static SYS_STATUS hdmitx_hdcp_CheckSHA(u8 pM0[],u16 BStatus,u8 pKSVList[],int cDownStream,u8 Vr[]) in hdmitx_hdcp_CheckSHA()
2969 static SYS_STATUS hdmi_tx_hdcp_get_ksv_list(struct it6161 *it6161, u8 *pKSVList,u8 cDownStream) in hdmi_tx_hdcp_get_ksv_list()
3007 static SYS_STATUS hdmitx_hdcp_GetVr(struct it6161 *it6161, u8 *pVr) in hdmitx_hdcp_GetVr()
3041 static SYS_STATUS hdmitx_hdcp_GetM0(struct it6161 *it6161, u8 *pM0) in hdmitx_hdcp_GetM0()
3429 static SYS_STATUS hdmi_tx_hdcp_auth_process_Repeater(struct it6161 *it6161) in hdmi_tx_hdcp_auth_process_Repeater()
5130 static SYS_STATUS hdmitx_SetAudioInfoFrame(struct it6161 *it6161, Audio_InfoFrame *pAudioInfoFrame) in hdmitx_SetAudioInfoFrame()
5165 static SYS_STATUS hdmitx_SetAVIInfoFrame(struct it6161 *it6161, AVI_InfoFrame *pAVIInfoFrame)
5217 static SYS_STATUS hdmitx_SetVSIInfoFrame(struct it6161 *it6161, VendorSpecific_InfoFrame *pVSIInfoF… in hdmitx_SetVSIInfoFrame()
H A Dite_it6161_hdmi_tx.h16 } SYS_STATUS ; typedef