Searched refs:hdcp_i2c_offsets (Results 1 – 2 of 2) sorted by relevance
82 static const uint8_t hdcp_i2c_offsets[] = { variable 184 int num_i2c_offsets = ARRAY_SIZE(hdcp_i2c_offsets); in read() 191 hdcp_i2c_offsets[msg_id], in read() 256 int num_i2c_offsets = ARRAY_SIZE(hdcp_i2c_offsets); in write() 260 hdcp->buf[0] = hdcp_i2c_offsets[msg_id]; in write() 725 hdcp->buf[0] = hdcp_i2c_offsets[MOD_HDCP_MESSAGE_ID_WRITE_LC_INIT]; in write_poll_read_lc_fw_i2c() 736 hdcp_i2c_offsets[MOD_HDCP_MESSAGE_ID_READ_RXSTATUS], in write_poll_read_lc_fw_i2c() 742 hdcp_i2c_offsets[MOD_HDCP_MESSAGE_ID_READ_LC_SEND_L_PRIME], in write_poll_read_lc_fw_i2c()
76 static const uint8_t hdcp_i2c_offsets[HDCP_MESSAGE_ID_MAX] = { variable 143 offset = hdcp_i2c_offsets[message_info->msg_id]; in hdmi_14_process_transaction()