Searched refs:p_cmd (Results 1 – 3 of 3) sorted by relevance
88 static uint32_t dsi_cmd_sequence_register_a(mipi_dsi_cmd_t * p_cmd);89 static uint32_t dsi_cmd_sequence_register_b(mipi_dsi_cmd_t * p_cmd);90 static uint32_t dsi_cmd_sequence_register_c(mipi_dsi_cmd_t * p_cmd);91 static uint32_t dsi_cmd_sequence_register_d(mipi_dsi_cmd_t * p_cmd);416 fsp_err_t R_MIPI_DSI_Command (mipi_dsi_ctrl_t * const p_api_ctrl, mipi_dsi_cmd_t * p_cmd) in R_MIPI_DSI_Command() argument422 FSP_ERROR_RETURN(p_cmd, FSP_ERR_INVALID_POINTER); in R_MIPI_DSI_Command()424 …FSP_ERROR_RETURN(p_cmd->p_tx_buffer || (p_cmd->tx_len == 0), FSP_ERR_INVALID_ARGUMENT); … in R_MIPI_DSI_Command()426 …FSP_ERROR_RETURN(!((p_cmd->channel == 0) && (p_cmd->tx_len > MIPI_MAX_CH0_CMD)), FSP_ERR_INVALID_A… in R_MIPI_DSI_Command()427 …FSP_ERROR_RETURN(!((p_cmd->channel == 1) && (p_cmd->tx_len > MIPI_MAX_CH1_CMD)), FSP_ERR_INVALID_A… in R_MIPI_DSI_Command()430 bool aux = (p_cmd->flags & MIPI_DSI_CMD_FLAG_AUX_OPERATION); in R_MIPI_DSI_Command()[all …]
96 fsp_err_t R_MIPI_DSI_Command(mipi_dsi_ctrl_t * const p_api_ctrl, mipi_dsi_cmd_t * p_cmd);
519 fsp_err_t (* command)(mipi_dsi_ctrl_t * const p_api_ctrl, mipi_dsi_cmd_t * p_cmd);