Searched refs:dsi_data_type (Results 1 – 2 of 2) sorted by relevance
77 zxlogf(ERROR, "\t\t\t\t Data Type = 0x%x (%d)\n", cmd.dsi_data_type, cmd.dsi_data_type); in DumpCmd()179 regVal |= GEN_HDR_DT(cmd.dsi_data_type); in GenWriteShort()201 regVal |= GEN_HDR_DT(cmd.dsi_data_type); in DcsWriteShort()256 regVal |= GEN_HDR_DT(cmd.dsi_data_type); in GenWriteLong()290 regVal |= GEN_HDR_DT(cmd.dsi_data_type); in GenRead()354 switch (cmd.dsi_data_type) { in SendCmd()398 cmd.dsi_data_type = MIPI_DSI_DT_UNKNOWN; in Cmd()403 cmd.dsi_data_type = is_dcs ? MIPI_DSI_DT_DCS_READ_0 : in Cmd()417 cmd.dsi_data_type = MIPI_DSI_DT_GEN_SHORT_READ_1; in Cmd()432 cmd.dsi_data_type = MIPI_DSI_DT_GEN_SHORT_WRITE_2; in Cmd()[all …]
59 uint8_t dsi_data_type; member
Completed in 11 milliseconds